Hi,
I'm relatively new to Linux and I'm trying to cross compile a Qt application. I have an ARM Cortex-A8 Core platform where I want to execute my Qt application.
On my development machine I have Qt 4.8.1 as part of the system(Ubuntu 12.04).
I also have downloaded Qt 4.8.4 for Embedded devices source.
QtCreator was 2.4.1 and I installed 2.8.1(on my home dir).
ARM toolchain installed.
Qt 4.8.4 for armhf installed.
My first problem is that QtCreator says "MinGW compiler (arm-linux-generic-elf-32bit) cannot produce code for the 'Qt version 4.8.1(System)' (x86-linux-generic-elf-32bit)".
Qt 4.8.4 for armhf contain the libs and headers but not "qmake", so do I need to generate it?
Does Qt 4.8.4 support arm hard float specs? I'm only able to see "linux-arm-gnueabi-g++" specs and not "linux-arm-gnueabihf-g++".
Thanks,
Bookmarks