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 wou

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

2007-03-08 Thread Greg Ungerer
Hi Erwin, Erwin Authried wrote: -EB ??? I thought that is for big endian linking, isn't it? I believe that the linker doesn't have any option for hard/soft FP, it's the compilers task to create the right object files, and the linker just has to be feeded with the right combination of object fil

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 Oug

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 h

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

2007-03-08 Thread Erwin Authried
Am Donnerstag, den 08.03.2007, 12:43 +1000 schrieb Greg Ungerer: > Hi Josef, > > Wolf, Josef wrote: > > I have a problem with HW/SW floating-point mismatches when I try to > > compile uClinux-dist-20051014 with arm-linux-tools-20061213. The > > problem > > appears when compilation of the user dir

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

2007-03-07 Thread Greg Ungerer
Hi Josef, Wolf, Josef wrote: I have a problem with HW/SW floating-point mismatches when I try to compile uClinux-dist-20051014 with arm-linux-tools-20061213. The problem appears when compilation of the user directory (starting with boa) starts [ ... ] ucfront-gcc arm-linux-gcc -Os

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

2007-03-07 Thread Wolf, Josef
Hello! I have a problem with HW/SW floating-point mismatches when I try to compile uClinux-dist-20051014 with arm-linux-tools-20061213. The problem appears when compilation of the user directory (starting with boa) starts [ ... ] ucfront-gcc arm-linux-gcc -Os -g -fomit-f