讯为开发板内核编译注意问题

以下是出现出先的错误,及注意事项;

[email protected]:/home/topeet/Android# ls

iTop4412_Kernel_3.0_20151120.tar.gz  mini_linux_drivers

[email protected]:/home/topeet/Android# tar -zxv -f iTop4412_Kernel_3.0_20151120.tar.gz   

 

[email protected]:/home/topeet/Android/iTop4412_Kernel_3.0# make zImage

……
……

drivers/char/s3c_mem.c:38: fatal error: mach/map.h: No such file or directory

compilation terminated.

make[2]: *** [drivers/char/s3c_mem.o] Error 1

make[1]: *** [drivers/char] Error 2

make: *** [drivers] Error 2


讯为开发板内核编译注意问题
 

[email protected]:/home/topeet/Android/iTop4412_Kernel_3.0# cp config_for_ubuntu_scp .config

[email protected]:/home/topeet/Android/iTop4412_Kernel_3.0# make zImage


 

  AS      arch/arm/boot/compressed/lib1funcs.o

  LD      arch/arm/boot/compressed/vmlinux

  OBJCOPY arch/arm/boot/zImage

  Kernel: arch/arm/boot/zImage is ready

[email protected]:/home/topeet/Android/iTop4412_Kernel_3.0#