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.

Linux/AM4378: Qmake error

Part Number: AM4378

Tool/software: Linux

Currently using /home/jsp/ti-processor-sdk-linux-am335x-evm-04.01.00.06/linux-devkit and trying to port a QT application build on a (much) older sdk.  qmake fails with "Cannot find feature spec_pre.prf".  I have compared environment variables against the working build and checked qmake -query and the various variables appear to point to reasonable places.  For the life of me i cannot figure out where qmake is looking for spec_pre.prf.  There are files with this  name in the SDK.

Anyone know how this file is supposed to be referenced?

  • Hello James,

    This file is loaded by qmake right before loading the qmakespec. You can find it at this location: <Processor SDK>/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/qt5/mkspecs/features/spec_pre.prf

    Best regards,
    Kemal