visual studio - How do i Cross-compiling Qt for ARM boards like Raspberry Pi 2 & BeagleBoard-xm from Windows 7 -


i need compile qt applications developed in visual studio on windows 7 embedded boards. tried google not find enough documentation.

you have setup tool chain arm rpi , bb-xm has arm processor. download qt opensource setup . set arch=arm cross_compile=arm_tool_chain- command

run appropriate command setup qt in above format.

for binaries

arch=arm cross_compile=arm_tool_chain- command --prefix=path --build=?? --target==?? --host=??

to generate qt-binaries arm define path in above format , define build,host,target per configuration , run command generate binaries.

place these binary in kernel .recompile , burn boards.

that's ..now can run qt application in board.

these commands should perform in cygwin or pre-installed

vm linux distro.

or can concepts https://konqueror.org/embedded/ may you.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -