Cross compiling qt5 from window to linux arm
-
wrote on 4 Oct 2013, 11:11 last edited by
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.
-
wrote on 4 Oct 2013, 22:10 last edited by
-
wrote on 8 Oct 2013, 09:55 last edited by
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
-
wrote on 8 Oct 2013, 11:17 last edited by
[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
-
wrote on 8 Oct 2013, 11:20 last edited by
[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
-
wrote on 8 Oct 2013, 13:47 last edited by
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. ;)
-
wrote on 13 Sept 2014, 18:19 last edited by
crsn, what about your problem? Maybe you can share your expierence because I need this too ;)
-
wrote on 21 Jan 2016, 09:50 last edited by
@crsn said:
tart 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
Hi,
Anyone knows the steps how to cross compile qt for windows ?
Thanks,
Ran