Remote Debugging and deployment is not working
-
Hi All,
While deploying my QtQuick Application to imx6 target.I am getting this error:-
SOFT ASSERT: "false" in file /work/build/qt-creator/src/plugins/projectexplorer/appoutputpane.cpp, line 544
SOFT ASSERT: "false" in file /work/build/qt-creator/src/plugins/projectexplorer/runconfiguration.cpp, line 1244
I am not getting access to the console of my target because of this error. And seeing white background on the LCD screen. What could be the problem any one can please suggest.
-
Hi All,
While deploying my QtQuick Application to imx6 target.I am getting this error:-
SOFT ASSERT: "false" in file /work/build/qt-creator/src/plugins/projectexplorer/appoutputpane.cpp, line 544
SOFT ASSERT: "false" in file /work/build/qt-creator/src/plugins/projectexplorer/runconfiguration.cpp, line 1244
I am not getting access to the console of my target because of this error. And seeing white background on the LCD screen. What could be the problem any one can please suggest.
-
@jsulm Thanks for the quick reply. I did try to find but could not find the these lines any where in project to find out what's going wrong. There is no folder as such /work/build/qt-creator/src/plugins. Kind of bit strange.
@Aster5 said in Remote Debugging and deployment is not working:
any where in project
It's not in your project, it is QtCreator source code.
-
@jsulm Yes, Even in the Qtcreator source code as well not able to find . There are few html files in the location but no cpp files.
/home/qtdev/Qt5.11.3/Tools/QtCreator/share/doc/qtcreator/qtcreator-dev.
such as projectexplorer-internal-appoutputpane.html nothing more. -
@jsulm Yes, Even in the Qtcreator source code as well not able to find . There are few html files in the location but no cpp files.
/home/qtdev/Qt5.11.3/Tools/QtCreator/share/doc/qtcreator/qtcreator-dev.
such as projectexplorer-internal-appoutputpane.html nothing more.@Aster5 said in Remote Debugging and deployment is not working:
/home/qtdev/Qt5.11.3/Tools/QtCreator/share/doc/qtcreator/qtcreator-dev
I doubt there is QtCreator source code.
But here you have it: https://github.com/qt-creator/qt-creator/blob/master/src/plugins/projectexplorer/runconfiguration.cpp