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.

No QT Make Specs for AM335X V7 SDK that specifies the arm-linux-gnueabihf-g++



Hi -

I'm using the am335x-evm-07.00.00.00 SDK.

There' s a bunch of qt mkspecs at 

.../linux-devkit/sysroots/cortexa8hf-vfp-neon-3.8-oe-linux-gnueabi/usr/share/qtopia/mkspecs/

but none of them seem to specify the correct GNU GCC tools.  

To be more specific, the cross compiler tools that came with the SDK all have the arm-linux-gnueabihf prefix. But, taking g++ as an example, none of of the qt mk specs that came with the SDK specify the g++ tool to be arm-linux-gnueabihf-g++ (at least not that grep can find).

I can certainly make my own qt mk spec using one of the already existing ones as a template (though I haven't tried yet so I don't know what I may run into), but I was wondering if:

  1. I'm missing something.
  2. this is an intentional omission.
  3. this is an unintentional omission (i.e. a bug).

Probably door #1, but if it's that or #3, hopefully this post will do someone (either me or everyone who uses the SDK, respectively) some good.

Thanks in advance,
Jeff