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:
- I'm missing something.
- this is an intentional omission.
- 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