[email protected]:/u-boot-2008.10# make CROSS_COMPILE=arm-linux-
make: arm-linux-gcc:命令未找到
for dir in tools examples api_examples ; do make -C $dir _depend ; done
make[1]: arm-linux-gcc:命令未找到
make[1]: 正在进入目录 `/u-boot-2008.10/tools'
make[1]: 没有什么可以做的为 `_depend'。
make[1]:正在离开目录 `/u-boot-2008.10/tools'
make[1]: arm-linux-gcc:命令未找到
make[1]: 正在进入目录 `/u-boot-2008.10/examples'
/bin/sh: arm-linux-gcc: not found
dirname: 缺少操作数
请尝试执行"dirname --help"来获取更多信息。
/bin/sh: arm-linux-gcc: not found
dirname: 缺少操作数
请尝试执行"dirname --help"来获取更多信息。
make[1]: 没有什么可以做的为 `_depend'。
make[1]:正在离开目录 `/u-boot-2008.10/examples'
make[1]: arm-linux-gcc:命令未找到
make[1]: 正在进入目录 `/u-boot-2008.10/api_examples'
/bin/sh: arm-linux-gcc: not found
dirname: 缺少操作数
请尝试执行"dirname --help"来获取更多信息。
make[1]: 没有什么可以做的为 `_depend'。
make[1]:正在离开目录 `/u-boot-2008.10/api_examples'
make -C tools all
make[1]: arm-linux-gcc:命令未找到
make[1]: 正在进入目录 `/u-boot-2008.10/tools'
make[1]:正在离开目录 `/u-boot-2008.10/tools'
make -C examples all
make[1]: arm-linux-gcc:命令未找到
make[1]: 正在进入目录 `/u-boot-2008.10/examples'
/bin/sh: arm-linux-gcc: not found
dirname: 缺少操作数
请尝试执行"dirname --help"来获取更多信息。
/bin/sh: arm-linux-gcc: not found
dirname: 缺少操作数
请尝试执行"dirname --help"来获取更多信息。
arm-linux-gcc -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0x33F80000 -I/u-boot-2008.10/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_ARM -D__ARM__ -march=armv4 -mabi=apcs-gnu -Wall -Wstrict-prototypes -c -o hello_world.o hello_world.c
make[1]: arm-linux-gcc:命令未找到
make[1]: *** [hello_world.o] 错误 127
make[1]:正在离开目录 `/u-boot-2008.10/examples'
make: *** [examples] 错误 2