Linux 环境下编译 0.11版本内核 kernel问题
5.makegas-c-oboot/head.oboot/head.smake:gas:Commandnotfoundmake:***[boot/head.o]Error...
5.make
gas -c -o boot/head.o boot/head.s
make: gas: Command not found
make: *** [boot/head.o] Error 127
出错原因:gas、gld 的名称已经过时,现在GNU assembler的名称是 as
解决办法:
修改主 Makefile 文件
将 AS =gas 修改为 AS =as
将 LD =gld 修改为 LD =ld
这里说的主Makefile文件在哪里啊? 展开
gas -c -o boot/head.o boot/head.s
make: gas: Command not found
make: *** [boot/head.o] Error 127
出错原因:gas、gld 的名称已经过时,现在GNU assembler的名称是 as
解决办法:
修改主 Makefile 文件
将 AS =gas 修改为 AS =as
将 LD =gld 修改为 LD =ld
这里说的主Makefile文件在哪里啊? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询