Cross compiling qt5 from window to linux arm
-
Hello,
Is it supported (or possible) to cross compile a build from windows to linux arm? (-platform win32-g++ -xplatform linux-arm-gnueabi-g++) ?
I already succeded to cross compile qt5 from linux to linux-arm-gnueabi-g++, but since my team is going to develop from windows, I was wondering if I can produce libraries and executables (qmake.exe moc.exe) in order to build the target application directly from windows.
-
-
Hello
I had success with cross compile qt4 (4.8.5) from linux to linux-arm-gnueabihf-g++ but not with qt5 (5.1.1) (it has some changes). I've seen you've achieved. Would you explain me how I do this?
I have some errors with the configure.
Thanks
-
[quote author="TioRoy" date="1380924651"]http://qt-project.org/wiki/building_qt-android_on_windows[/quote]
that's interesting! i'll try to follow this approach as soon as i get back home from qtdays in berlin.
thanks a lot
-
[quote author="GatoMaster" date="1381226141"]Hello
I had success with cross compile qt4 (4.8.5) from linux to linux-arm-gnueabihf-g++ but not with qt5 (5.1.1) (it has some changes). I've seen you've achieved. Would you explain me how I do this?
I have some errors with the configure.
Thanks
[/quote]
i think it would be better if you can start another thread about it, so we won't mix problems :)
and for starters, can you paste your qmake.conf and the configure command line you are using?
bye
-
Hi.
bq. crsn wrote:
i think it would be better if you can start another thread about it, so we won’t mix problems :)
bq.I Will do, thanks.
I hope you can help me when I open the new thread. ;)