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? Tim _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
