Problem with "Remote Linux device" Run and/or Debug
-
Hi all,
after upgrading to QT Creator 14.0.2 I can no longer run or debug my project on remote target.
Before the update everything was working fine, I did some checks on the configuration level but everything seems ok to me.
The error I see is the following:
Unfortunately, searching for a solution in the forum did not yield any results.
-
Can you manually create the folder it complains about on the device? ("/tmp/TestTMPPrj/bin")
-
You might get some logging from Qt Creator regarding the failure. Set
QT_LOGGING_RULES=qtc.*=true
as environment variable before starting Qt Creator.Alternatively we have Tools > Debug Qt Creator > Show Logs .... Might be a bit more complicated to find out the right debugging log channel.
-
Since it's unlikely that Qt Creator 14.x series will get an update, what happens if you use Qt Creator 15?
Qt Creator 15 is now in beta and can get hotfixes quickly.
-
Bummer. Please create a bug report with the information from this thread at https://bugreports.qt.io/secure/CreateIssue.jspa?pid=10512
-
@cristian-adam Thanks for your suggestion.
https://bugreports.qt.io/browse/QTCREATORBUG-31996