AW: AW: [uClinux-dev] FP-problems with arm-linux-tools-20061213

Wolf, Josef josef.wolf at siemens.com
Thu Mar 8 09:50:10 EST 2007


> >>> To solve this, I put CFLAGS += -msoft-float in
> >>> vendors/config/armnommu/config.arch.  Then the error changes into:
> >> This final link line will need a "-msoft-float" as well.
> >> Otherwise it will try to link against the wrong libgcc.a
> > Ough... I would not have been asked if it would be _that_ easy ;-)

I think I have found the proper place where to put this option:  It
belongs into $(CPUFLAGS) in vendors/VENDOR/BOARD/config.arch.

I'd like to put the check_gcc constructs for -no-fpu and
-malignment-traps
into this place too, but unfortunately, the $(CC) is not set at that
stage, thus check_gcc would check against the host-compiler :-(



More information about the uClinux-dev mailing list