I'm trying to compile the felix RTL for the iphone, and although
configure recognises configure --target-cc=mygcc --target-cxx=myg++
it doesn't seem to do anything and the RTL is built for the host architecture.

I can get a working rtl for the iphone simulator (i386, not x86_64) by
replacing gcc/g++:

PATH=$XCOMPILERS:$PATH make configure build

but that only works because the binaries created happen to run on x86_64.

When compiling for armv6, configure fails right away:

configuring build phase
checking gcc             : failed
gcc failed to compile an exe


Should I be setting some other combination of host/build/target-cc/cxx
or is cross compiling broken?

RF

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to