View Single Post
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#428
Originally Posted by DavyP View Post
I am not familiar with the scratchbox environment, but phoneME
requires compilation of code to target both x86 and ARM.
Should not be a problem, in scratchbox ARMEL environment you can use both CC(crosscompiler) and HOSTCC(native x86 compiler). BTW those should be available in madde too.

In some cases, you compile a piece of generated source code to
x86, run it, and use its output to cross-compile to ARM (this is
an oversimplification).
AFAIK, the same happens when you compile Qt.
 

The Following 2 Users Say Thank You to freemangordon For This Useful Post: