On 8/14/2013 5:45 AM, Tim Sander wrote: > Am Dienstag, 13. August 2013, 12:13:11 schrieb Duane: >> The fetch device environment button is failing to do anything with Qt >> creator 2.7.2. The remote device is controller running tiny core linux. >> If I deploy a release build and execute it from the command line on the >> device, it works as expected. If I do the same with a debug build it >> errors with "Environment not set yet." >> >> Any idea? > Take a look at remotelinuxenvironmentreader.cpp in src/plugins/remotelinux. > Basically in line 63 it runs the "env" command. > > Is this command available on your target?
Thanks for the reply. Yes. I can run env from the command line on the target device. I can also get a list of processes running on the device from Creator and I can deploy to the device. At the moment when I deploy to debug I get a dialog that the debug failed. Not sure if this has to do with the fetch environment or not. What does Creator use to do the fetch environment? I don't believe telnet is listening on the target so if it uses telnet libs that may be the issue. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
