Remote Debugging and deployment is not working
-
wrote on 18 Nov 2022, 06:55 last edited by
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.
@Aster5 Did you check what is in these lines to find out what exactly is failing?
-
wrote on 18 Nov 2022, 07:04 last edited by Aster5
@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.
-
@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.
-
wrote on 18 Nov 2022, 07:51 last edited by
@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
1/7