解决 编译内核出现kernel/timeconst.pl line 373问题
在使用ubuntu16.4编译linux-3.0.8内核时出现这样的错误在之前的版本编译时是可以正常编译通过,还不清楚具体问题但是可以修改timeconst.pl的内容后正常编译。以下是编译错误提示的内容:Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timecon
·
在使用ubuntu16.4编译linux-3.0.8内核时出现这样的错误
在之前的版本编译时是可以正常编译通过,还不清楚具体问题
但是可以修改timeconst.pl的内容后正常编译。
以下是编译错误提示的内容:
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
/opt/ARM/mini6410/linux/linux-2.6.38/kernel/Makefile:140: recipe for target 'kernel/timeconst.h' failed
make[1]: *** [kernel/timeconst.h] Error 255
Makefile:916: recipe for target 'kernel' failed
make: *** [kernel] Error 2
将kernel/timeconst.pl中第373行的defined()去掉只留下@val就可以了
更多推荐
已为社区贡献1条内容
所有评论(0)