PDA

View Full Version : Compiling an Embedded app under windows



mariofobia
7th October 2010, 17:59
Hello friends, how are you guys? Hope everything´s fine.


Well, i´m a really newbie in QT and I was trying to compile a modified example that came with QT creator (some demo) under the windows but targeted to arm/embedded device...

But I don´t know even how to proceed with this..

I had an arm board and compiled and intalled QT 4.6 on it... it came with some examples...

What i did? I got this embedded examples, copied into windows (qt creator) and without any problem i was able to generate object files (.o, .exe, etc) Without any problem.. (sure... qt is multiplatform). But now that i´ve made the .exe i would like to make a cross compilation to compile those files into a binary for ARM processor to copy again into the arm hardware and use it.


Does anyone has any tip on what to do?

Thanks in advance for all attention.


Mario

franco.amato
18th October 2010, 05:12
You should specify the cpu when compiling ( if using VS ).
Regards

aamer4yu
18th October 2010, 08:19
Have a look at Qt for Embedded Linux (http://doc.trolltech.com/4.7/qt-embedded-install.html)