From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Thu, 03 Mar 2005 12:23:59 +0100 Subject: [U-Boot-Users] ...uses hardware FP, whereas u-boot uses software FP... In-Reply-To: <20050302162254.E6640C1510@atlas.denx.de> References: <20050302162254.E6640C1510@atlas.denx.de> Message-ID: <4226F3CF.9000308@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, >>arm-softfloat-linux-gnu-ld: ERROR: >>/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2-linux-2.4.27/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/libgcc.a(_divsi3.oS) >>uses hardware FP, whereas u-boot uses software FP > > This message is clear, isn't it? Your compiler libraries are built > using hardware FP, whereas u-boot uses software FP > ... >>My toolchain gcc-3.3.3-glibc-2.3.2-linux-2.4.27 was built with crosstool using > > Maybe you are using softfloat, but your compiler libraries aren't. So your suggesting that my glibc is built with softfloat support but not the gcc itself? IIUC then U-Boot does not need glibc? -- Steven