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

2007-03-08 Thread Wolf, Josef
Thanks for your answer, Greg! 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

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

2007-03-08 Thread Greg Ungerer
Hi Josef, Wolf, Josef wrote: Thanks for your answer, Greg! 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

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

2007-03-08 Thread Wolf, Josef
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