在使用比较新的gcc编译内核时,经常遇到这个问题:
问题一: 提示: mkimage" command not found - U-Boot images will not be built
原因是新的ubuntu系统上,这个工具的名字已经变了,安装方式如下所示:
sudo apt-get install u-boot-tools
问题二:
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
问题原因是新的perl语音语法和旧的不一样导致,问题的解决方法从下面网址所示:
https://github.com/Dazzozo/huawei-kernel-3.4/pull/3/commits/158c9bf883a203530b2f558be1b3cd168fc3d202?diff=split