[U-Boot-Users] libgcc.a uses VFP instructions, whereas u -boot does not

The version of the u-boot is u-boot-1.1.4 and the version of the tool chain is 3.4.3 when I compile the u-boot , the following error is displayed:
arm-linux-ld: ERROR: /usr/local/arm-linux/lib/gcc/arm-linux/3.4.3/libgcc.a(_divsi3.oS) uses VFP instructions, whereas u-boot does not File in wrong format: failed to merge target specific data of file /usr/local/arm-linux/lib/gcc/arm-linux/3.4.3/libgcc.a(_divsi3.oS) arm-linux-ld: ERROR: /usr/local/arm-linux/lib/gcc/arm-linux/3.4.3/libgcc.a(_modsi3.oS) uses VFP instructions, whereas u-boot does not File in wrong format: failed to merge target specific data of file /usr/local/arm-linux/lib/gcc/arm-linux/3.4.3/libgcc.a(_modsi3.oS) make: *** [u-boot] Error 1
Then who can tell me how to fix up this problem? Thank you in advance! Zhang

In message 45865AF8.000169.22914@bj126app22.126.com you wrote:
The version of the u-boot is u-boot-1.1.4 and the version of the tool chain is 3.4.3 when I compile the u-boot , the following error is displayed:
Old source code, and an even older tool chain.
These are your first two errors.
arm-linux-ld: ERROR: /usr/local/arm-linux/lib/gcc/arm-linux/3.4.3/libgcc.a(_divsi3.oS) uses VFP instructions, whereas u-boot does not File in wrong format: failed to merge target specific data of file /usr/local/arm-linux/lib/gcc/arm-linux/3.4.3/libgcc.a(_divsi3.oS) arm-linux-ld: ERROR: /usr/local/arm-linux/lib/gcc/arm-linux/3.4.3/libgcc.a(_modsi3.oS) uses VFP instructions, whereas u-boot does not File in wrong format: failed to merge target specific data of file /usr/local/arm-linux/lib/gcc/arm-linux/3.4.3/libgcc.a(_modsi3.oS) make: *** [u-boot] Error 1
Then who can tell me how to fix up this problem?
Use a working toolchain?
--Boundary-=_QWqwfkxXvJolKvsSsOVYgWhmSXcn Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable
<div>The version of the u-boot is u-boot-1.1.4 and the version of the too=
And NEVER post HTML here, please.
Best regards,
Wolfgang Denk
participants (2)
-
Wolfgang Denk
-
zhangqh0528@126.com