This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-SDK 05.06.00 environment-setup missing OE_QMAKE_STRIP

The '.../linux-devkit/environment-setup' script appears to have lost the OE_QMAKE_STRIP export from release 05.05.00.

When using qmake to generate makefiles (from ".pro" files), this messes up installation rules because $(OE_QMAKE_STRIP) resolves to nothing, resulting in the rule attempting to execute the installation file!

The 05.05.00 release set OE_QMAKE_STRIP to simply perform 'echo'.

There is an 'arm-arago-linux-gnueabi-strip' binary that could be used, and 'environment-setup' even exports STRIP to point to this, but perhaps this wasn't used because qmake applies it to any installation files - not just executables/shared-objects.

Is the linux-devkit packaged up by TI, or is it lifted from the Arago project?

Not sure where this bug should be filed.