I'm trying to compile Gosmore using arm-wince-mingw32ce-gcc to run on a low end 
GPS device with a arm920t processor.

For some reason the WinCE 5.0 on the device will not run binaries with armv4 
architecture but insists on armv3m architecture.

I can compile setting -march=armv3m which works fine for the object files but 
the linked libraries are armv4 and hence the application picks up armv4.

How do I get standard libraries from cegcc with the armv3m architecture?

(Or alternatively what do I change so the resultant binaries run on an arm4t 
processor happily)?

Alex


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to