On Thu, 2007-04-12 at 14:16 +0300, Kai Ruottu wrote: > Things seem to be that the '-mcpu=ep9312 -mhard-float' combination will > crash the GCC build in both gcc-4.1.2 and gcc-4.2.0-20070316 prerelease > like :
-mhard-float doesn't do what you think it does...
I think you should be using:
-mcpu=ep9312 -mfpu=maverick -mfloat-abi=softfp
However, this isn't a combination that I test, so your mileage may
vary... :-)
R.
