Page 1 of 1

Qt 5.12 Compile from Source fpr NanoPc T4

Posted: Sun Jan 13, 2019 1:18 pm
by ISTANBUL
Hi,

We just bought a test device from amazon nanaPc T4 and try to compile Qt 5.12 (even Qt5.11 also ok) what is the best tested compile arguments for configuring Qt source to prepare compiling.

In raspberry pi in the Qt source folder we can do this :

Code: Select all

./configure -release -opengl es2 -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=$TOOLCHAIN/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot $ROOTFS -prefix /usr/local/qt5


How we can compile Qt from source in the NanoPc T4 (I have desktop version with Qt creator installed)

We need to compile our selves.

Best

Re: Qt 5.12 Compile from Source fpr NanoPc T4

Posted: Mon Jan 14, 2019 5:31 pm
by ayaromenok
for cross-compilation https://github.com/friendlyarm/friendly ... u16-docker
or you can simple compile on device