当前位置: 技术问答>linux和unix
请关于linux编译的问题。
来源: 互联网 发布时间:2016-12-09
本文导语: 我编译 linux 1.0 时,是这样做的,直接进入 linux 目录,输入 make 回车。 先是让我确认了一些配置,然后显示如下信息,看信息应该是没有成功。 The linux kernel is now hopefully configured for your setup. Check the top...
我编译 linux 1.0 时,是这样做的,直接进入 linux 目录,输入 make 回车。
先是让我确认了一些配置,然后显示如下信息,看信息应该是没有成功。
The linux kernel is now hopefully configured for your setup.
Check the top-level Makefile for additional configuration,
and do a 'make dep ; make clean' if you want to be sure all
the files are correctly re-made
mv .tmpconfig .config
mv: cannot stat `.tmpconfig': No such file or directory
make[1]: *** [config] Error 1
make[1]: Leaving directory `/home/mjz/Desktop/l1/linux'
make: *** [..config] Error 2
这个应该怎么解决呢?
先是让我确认了一些配置,然后显示如下信息,看信息应该是没有成功。
The linux kernel is now hopefully configured for your setup.
Check the top-level Makefile for additional configuration,
and do a 'make dep ; make clean' if you want to be sure all
the files are correctly re-made
mv .tmpconfig .config
mv: cannot stat `.tmpconfig': No such file or directory
make[1]: *** [config] Error 1
make[1]: Leaving directory `/home/mjz/Desktop/l1/linux'
make: *** [..config] Error 2
这个应该怎么解决呢?
|
do a 'make dep ; make clean' if you want to be sure all
the files are correctly re-made
cannot stat `.tmpconfig': No such file or directory
还有高版本的gcc不确定能否编译成功低版本的linux内核
the files are correctly re-made
cannot stat `.tmpconfig': No such file or directory
还有高版本的gcc不确定能否编译成功低版本的linux内核
|
你的gcc版本不对吧,编译版本低的内核得用低版本的gcc。
|
看看搜索一下赵炯写的书,《linux内核完全注释》。里面有介绍环境搭建和编译内核的。
|
+1