for dir in tools examples post post/cpu ; do make -C $dir _depend ; done
make[1]: Entering directory '/home/nwh/jz2440/u-boot-1.1.6/tools'
make[1]: Nothing to be done for '_depend'.
make[1]: Leaving directory '/home/nwh/jz2440/u-boot-1.1.6/tools'
make[1]: Entering directory '/home/nwh/jz2440/u-boot-1.1.6/examples'
make[1]: Nothing to be done for '_depend'.
make[1]: Leaving directory '/home/nwh/jz2440/u-boot-1.1.6/examples'
make[1]: Entering directory '/home/nwh/jz2440/u-boot-1.1.6/post'
make[1]: Nothing to be done for '_depend'.
make[1]: Leaving directory '/home/nwh/jz2440/u-boot-1.1.6/post'
make[1]: Entering directory '/home/nwh/jz2440/u-boot-1.1.6/post/cpu'
make[1]: Nothing to be done for '_depend'.
make[1]: Leaving directory '/home/nwh/jz2440/u-boot-1.1.6/post/cpu'
make -C tools all
make[1]: Entering directory '/home/nwh/jz2440/u-boot-1.1.6/tools'
gcc -g -Wall -pedan
tic -idirafter /home/nwh/jz2440/u-boot-1.1.6/include -idirafter /home/nwh/jz2440/u-boot-1.1.6/include2 -idirafter /home/nwh/jz2440/u-boot-1.1.6/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o envcrc.o envcrc.c
gcc -g -idirafter /home/nwh/jz2440/u-boot-1.1.6/include -idirafter /home/nwh/jz2440/u-boot-1.1.6/include2 -idirafter /home/nwh/jz2440/u-boot-1.1.6/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -c -o environment.o environment.c
gcc -Wall -pedantic -idirafter /home/nwh/jz2440/u-boot-1.1.6/include -idirafter /home/nwh/jz2440/u-boot-1.1.6/include2 -idirafter /home/nwh/jz2440/u-boot-1.1.6/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -o envcrc envcrc.o crc32.o environment.o
make[1]: Leaving directory '/home/nwh/jz2440/u-boot-1.1.6/tools'
make -C examples all
make[1]: Entering directory '/home/nwh/jz2440/u-boot-1.1.6/examples'
make[1]: *** No rule to make target '/usr/local/
ARM/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include/stdarg.h', needed by 'hello_world.o'。 停止。
make[1]: Leaving directory '/home/nwh/jz2440/u-boot-1.1.6/examples'
Makefile:279: recipe for target 'examples' failed
make: *** [examples] Error 2