
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