| 
 
贡献315 
飞刀99 FD
注册时间2022-7-21
在线时间9 小时积分55 
 
   
 扫一扫,手机访问本帖  | 
 
| 从资料中获取的4.7.3版本的带硬件浮点的编译器
 
 ad8@ad8-virtual-machine:~/kernel-3.2$ make  ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage -j4
 CHK     include/linux/version.h
 CHK     include/generated/utsrelease.h
 make[1]: 'include/generated/mach-types.h' is up to date.
 CALL    scripts/checksyscalls.sh
 CHK     include/generated/compile.h
 TIMEC   kernel/timeconst.h
 Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
 /home/ad8/kernel-3.2/kernel/Makefile:141: recipe for target 'kernel/timeconst.h' failed
 make[1]: *** [kernel/timeconst.h] Error 255
 Makefile:945: recipe for target 'kernel' failed
 make: *** [kernel] Error 2
 make: *** Waiting for unfinished jobs....
 
 
 | 
 |