|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
I am trying to using my GNU toolchain that compiles to hard VFP
instructions*for me to run under linux on ARM.(arm926ej-s with vfp9s)
with the cmd:
--------------------------
arm-uclibc-linux-gcc -mfpu=vfp -mfloat-abi=softfp -O2 -mcpu=arm926ej-s h.c -o h_vfp
But there is a ld error;
--------------------------
ld: Error: /tmp/ccmw16sq.o uses VFP instructions, wheres h_vfp does not
ld: failed to merge target specific data of file /tmp/ccmw16Sq.o
is that gcc or glibc must rebuild with some vfp option?
Any idea what I should do?
thanks
boor |
|