编译linux-2.6.32.2内核中出现的(待续)
目的:(1)编译linux-2.6.32.2-mini2440-20110413.tar.gz工具:ubuntu11.10问题及解决办法:(1),在虚拟机中的共享文件夹中解压linux-2.6.32.2-mini2440-20110413.tar.gz,结果提示下面的错误。tar: linux-2.6.32.2/arch/microblaze/boot/dts/system.dts
目的:(1)编译linux-2.6.32.2-mini2440-20110413.tar.gz
工具:ubuntu11.10
问题及解决办法:
(1),在虚拟机中的共享文件夹中解压linux-2.6.32.2-mini2440-20110413.tar.gz,结果提示下面的错误。
tar: linux-2.6.32.2/arch/microblaze/boot/dts/system.dts:无法创建到 “../../platform/generic/system.dts” 的符号连接: 不支持的操作
网友提醒,不要在共享目录下解压 |
http://bbs.witech.com.cn/thread-16353-1-1.html
(2)在执行命令
cp config_mini2440_w35 .config
make menuconfig时,出现下面情况:
** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
*** Install ncurses (ncurses-devel) and try again.
解决办法:
sudo apt-get insatll ncurses-dev
更多推荐
所有评论(0)