当前位置: 技术问答>linux和unix
linux内核裁剪出现的错误
来源: 互联网 发布时间:2016-12-31
本文导语: [root@localhost bootcode_rtl8196c_98]# make make -C boot boot JUMP_ADDR=0x80500000 RTL865X=1 make[1]: Entering directory `/rtl819x-sdk-v2.4/bootcode_rtl8196c_98/boot' mips-linux-gcc -c -march=4181 -g -fomit-frame-pointer -fno-pic -mno-abicalls -G 0 -I. -I./incl...
[root@localhost bootcode_rtl8196c_98]# make
make -C boot boot JUMP_ADDR=0x80500000 RTL865X=1
make[1]: Entering directory `/rtl819x-sdk-v2.4/bootcode_rtl8196c_98/boot'
mips-linux-gcc -c -march=4181 -g -fomit-frame-pointer -fno-pic -mno-abicalls -G 0 -I. -I./include -D__KERNEL__ -Dlinux -O -DCONFIG_BOOT_DEBUG_ENABLE -DJUMP_ADDR=0x80500000 -DRTL865X=1 -DCONFIG_RTL865X=y -DCONFIG_RTL865XC=1 -DCONFIG_SPI_STD_MODE -D__ASSEMBLY__ -x assembler-with-cpp -G 0 -o ./Output/head.o ./arch/mips/kernel/head.S
make[1]: mips-linux-gcc:命令未找到
make[1]: *** [Output/head.o] 错误 127
make[1]: Leaving directory `/rtl819x-sdk-v2.4/bootcode_rtl8196c_98/boot'
make: *** [all] 错误 2
make -C boot boot JUMP_ADDR=0x80500000 RTL865X=1
make[1]: Entering directory `/rtl819x-sdk-v2.4/bootcode_rtl8196c_98/boot'
mips-linux-gcc -c -march=4181 -g -fomit-frame-pointer -fno-pic -mno-abicalls -G 0 -I. -I./include -D__KERNEL__ -Dlinux -O -DCONFIG_BOOT_DEBUG_ENABLE -DJUMP_ADDR=0x80500000 -DRTL865X=1 -DCONFIG_RTL865X=y -DCONFIG_RTL865XC=1 -DCONFIG_SPI_STD_MODE -D__ASSEMBLY__ -x assembler-with-cpp -G 0 -o ./Output/head.o ./arch/mips/kernel/head.S
make[1]: mips-linux-gcc:命令未找到
make[1]: *** [Output/head.o] 错误 127
make[1]: Leaving directory `/rtl819x-sdk-v2.4/bootcode_rtl8196c_98/boot'
make: *** [all] 错误 2
|
make[1]: mips-linux-gcc:命令未找到
环境变量没设置好,或者你没有安装mips-linux-gcc。
1、安装之;
2、设置环境变量PATH;
3、用绝对路径。
环境变量没设置好,或者你没有安装mips-linux-gcc。
1、安装之;
2、设置环境变量PATH;
3、用绝对路径。
|
命令未找到,环境问题