|
我用的是MDK8.1的,内核是2.4.8我现在想升级为2.5.52,但是在
make config,make xconfig,make menuconfig编译的时候都出现一个这样的错误,如下:
make -f scripts/Makefile.build obj=scripts
gcc -Wp,-MD,scripts/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/fixdep scripts/fixdep.c
/root/tmp/ccLq6zuA.s: Assembler messages:
/root/tmp/ccLq6zuA.s:2: Warning: Unrecognized .section attribute: want a,m,s,w,x
/root/tmp/ccLq6zuA.s:2: Warning: Unrecognized .section attribute: want a,m,s,w,x
/root/tmp/ccLq6zuA.s:26: Warning: Unrecognized .section attribute: want a,m,s,w,x
/root/tmp/ccLq6zuA.s:26: Warning: Unrecognized .section attribute: want a,m,s,w,x
/usr/bin/ld: unrecognized option '--eh-frame-hdr'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
make[1]: *** [scripts/fixdep] Error 1
make: *** [scripts] Error 2
请各位指点,谢谢! |
|