Re: [Cegcc-devel] Controlling architecture on binaries built

2009-05-19 Thread Alex Sims
't, so we can try to assess where the problem is ? You mention some libraries that cause the problem. Which libraries are that ? How were they compiled ? Danny On Sun, 2009-05-17 at 14:13 +0930, Alex Sims wrote: I'm trying to compile Gosmore using arm-wince-mingw32ce-gcc to run o

[Cegcc-devel] Controlling architecture on binaries built

2009-05-16 Thread Alex Sims
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