编译Linux-2.6.35.7版本内核出错make[1]: *** [kernel/timeconst.h] Error 255(2020-09-26)

Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
/home/fly/workSpace/linux/x210bv3s/qt_x210v3s_160307/kernel/kernel/Makefile:138: recipe for target 'kernel/timeconst.h' failed
make[1]: *** [kernel/timeconst.h] Error 255
make[1]: *** Waiting for unfinished jobs....
  CC      security/commoncap.o
Makefile:883: recipe for target 'kernel' failed
make: *** [kernel] Error 2
make: *** Waiting for unfinished jobs....

在Ubuntu16.04-64中编译Linux-2.6.35.7版本内核出现错误[kernel/timeconst.h] Error 255

可能是由于我们使用了64位版本的Ubuntu,按照提示信息解决问题即可。

在/kernel/kernel/timeconst.pl中373行,找到下面的语句:

修改为:

你可能感兴趣的:(3.Linux系统使用)