Kernel 配置问题集

转载地址http://blog.csdn.net/lyf_1203/article/details/7434256

下载的内容,转载上面的地址,里面写的两个问题,我都有遇到,并用下面的方法都解决了。

1.make s3c2410_defconfig

 

[plain]  view plain copy
  1. ***  
  2. *** Can't find default configuration "arch/i386/configs/s3c2410_defconfig"!  
  3. ***  
  4. make[1]: *** [s3c2410_defconfig] Error  
  5. make: *** [s3c2410_defconfig] Error  

解决方法:
修改顶层Makefile文件

 

 

[plain]  view plain copy
  1. ARCH        ?= $(SUBARCH)  
  2. CROSS_COMPILE   ?=  
改成:

 

 

[plain]  view plain copy
  1. ARCH        ?= arm  
  2. CROSS_COMPILE   ?= arm-linux-  
(注意:后面不要加空格,否则试一下就知道了,哈哈)

 

2.make menuconfig

 

[plain]  view plain copy
  1. Unable to find the ncurses libraries  
  2. *** Unable to find the ncurses libraries or the  
  3.  *** required header files.  
  4.  *** 'make menuconfig' requires the ncurses libraries.  
  5.  ***   
  6.  *** Install ncurses (ncurses-devel) and try again.  
  7.  ***   
  8. make[1]: *** [scripts/kconfig/dochecklxdialog] Error  
  9. make: *** [menuconfig] Error  
解决方法

 

 

[plain]  view plain copy
  1. sudo apt-get install ncurses-dev  

 


3.VM 里面的Snabshot 虽然用起来很方便,会加班系统启动速度,但是得慎用。其实功能和windows 里面的系统备份一样,每次执行都会恢复到上一次备份时的系统状态。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值