I want to compile Qt for Beaglebone Black from source.
I have the following:
- cross compiler: gcc-linaro-arm-linux-gnueabihf-4.9-2014.06_linux
- qt-everywhere-opensource-src-5.3.1.
My host OS is Scientific Linux 6.3 32-bit. My problem is I have no idea what parameters I need to pass to ./confiure tool. I have following clues:
- -xplatform = qtbase/mkspecs/linux-arm-gnueabi-g++
- -device = qtbase/mkspecs/devices/linux-beagleboard-g++
- -device-option CROSS_COMPILE=/home/anjanu/Downloads/gcc-linaro-arm-linux-gnueabihf-4.9-2014.06_linux/bin/arm-linux-gnueabihf-g++
Is this correct and what all is need to pass to ./configure and also what is sysroot option for?