Page 1 of 1

Cross compiling Qt 5.9 on NanoPI-T2 using debian

Posted: Sat Jul 01, 2017 3:33 pm
by swiedjaja
Hi,
I want to compile Qt 5.9 for NanoPI T2 on Ubuntu 14.04, but I can't find device configuration for nano pi, could you suggest qmake.conf for NanoPI T2?

thanks in advanced,
steff

Re: Cross compiling Qt 5.9 on NanoPI-T2 using debian

Posted: Sat Jul 01, 2017 8:52 pm
by davef
Steff,

Just checking that the default Qt5 package in Debian is not adequate.

I guess one could look at the qmake.conf file found at mini2440vietnam and try changing the more obvious lines, ie the tool chain directory and the march and mtune values to your processor. I am not sure about whether or not -msoft-float is needed.

This is likely to be a painful process, hope someone has already done it.

Good luck.