ubuntu下编译uboot出现问题
发表于 : 2012-10-10 11:25
ubuntu下编译uboot出现问题
root@hdx-desktop:/home/hdx/home/u-boot-2008.10# make
for dir in tools examples api_examples ; do make -C $dir _depend ; done
make[1]: 正在进入目录 `/home/hdx/home/u-boot-2008.10/tools'
make[1]: 没有什么可以做的为 `_depend'。
make[1]:正在离开目录 `/home/hdx/home/u-boot-2008.10/tools'
make[1]: 正在进入目录 `/home/hdx/home/u-boot-2008.10/examples'
make[1]: 没有什么可以做的为 `_depend'。
make[1]:正在离开目录 `/home/hdx/home/u-boot-2008.10/examples'
make[1]: 正在进入目录 `/home/hdx/home/u-boot-2008.10/api_examples'
make[1]: 没有什么可以做的为 `_depend'。
make[1]:正在离开目录 `/home/hdx/home/u-boot-2008.10/api_examples'
make -C tools all
make[1]: 正在进入目录 `/home/hdx/home/u-boot-2008.10/tools'
gcc -Wall -pedantic -idirafter /home/hdx/home/u-boot-2008.10/include -idirafter /home/hdx/home/u-boot-2008.10/include2 -idirafter /home/hdx/home/u-boot-2008.10/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -o mkimage mkimage.o crc32.o image.o md5.o sha1.o fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_wip.o
/usr/bin/ld: cannot open output file mkimage: Is a directory
collect2: ld returned 1 exit status
make[1]: *** [mkimage] 错误 1
make[1]:正在离开目录 `/home/hdx/home/u-boot-2008.10/tools'
make: *** [tools] 错误 2
帮忙看看吧
root@hdx-desktop:/home/hdx/home/u-boot-2008.10# make
for dir in tools examples api_examples ; do make -C $dir _depend ; done
make[1]: 正在进入目录 `/home/hdx/home/u-boot-2008.10/tools'
make[1]: 没有什么可以做的为 `_depend'。
make[1]:正在离开目录 `/home/hdx/home/u-boot-2008.10/tools'
make[1]: 正在进入目录 `/home/hdx/home/u-boot-2008.10/examples'
make[1]: 没有什么可以做的为 `_depend'。
make[1]:正在离开目录 `/home/hdx/home/u-boot-2008.10/examples'
make[1]: 正在进入目录 `/home/hdx/home/u-boot-2008.10/api_examples'
make[1]: 没有什么可以做的为 `_depend'。
make[1]:正在离开目录 `/home/hdx/home/u-boot-2008.10/api_examples'
make -C tools all
make[1]: 正在进入目录 `/home/hdx/home/u-boot-2008.10/tools'
gcc -Wall -pedantic -idirafter /home/hdx/home/u-boot-2008.10/include -idirafter /home/hdx/home/u-boot-2008.10/include2 -idirafter /home/hdx/home/u-boot-2008.10/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -o mkimage mkimage.o crc32.o image.o md5.o sha1.o fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_wip.o
/usr/bin/ld: cannot open output file mkimage: Is a directory
collect2: ld returned 1 exit status
make[1]: *** [mkimage] 错误 1
make[1]:正在离开目录 `/home/hdx/home/u-boot-2008.10/tools'
make: *** [tools] 错误 2
帮忙看看吧