最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

【记录】用arm-xscale-linux-gnueabi为u-boot-2013.07去配置和交叉编译versatilepb

Uboot crifan 2526浏览 0评论

【背景】

折腾:

【记录】Ubuntu下测试QEMU中加载和测试Uboot

期间,需要去为QEMU的versatilepb去配置编译最新的u-boot-2013.07。

 

【折腾过程】

1. 再去参考之前自己的:

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译uboot

去修改对应的Makefile为:

# set default to nothing for native builds
ifeq ($(HOSTARCH),$(ARCH))
#CROSS_COMPILE ?=
CROSS_COMPILE ?=arm-xscale-linux-gnueabi-
endif

但是突然发现,根据教程:

Virtual Development Board

实际上是不需要修改的,所以再取消修改。

2..然后再去确认了一下,的确是有versatile的:

crifan@ubuntu:u-boot$ find . -name versatilepb
crifan@ubuntu:u-boot$ find . -name versatilepb*
crifan@ubuntu:u-boot$ find . -name versatile*
./include/configs/versatile.h
./board/armltd/versatile
./board/armltd/versatile/versatile.c
./arch/arm/cpu/arm926ejs/versatile
crifan@ubuntu:u-boot$ 

3.去直接配置:

crifan@ubuntu:u-boot$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- versatilepb_config
Configuring for versatilepb - Board: versatile, Options: ARCH_VERSATILE_PB
crifan@ubuntu:u-boot$ make ARCH=arm CROSS_COMPILE=arm-xscale-linux-gnueabi- versatilepb_config
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
Configuring for versatilepb - Board: versatile, Options: ARCH_VERSATILE_PB
crifan@ubuntu:u-boot$ 

4.再去编译:

crifan@ubuntu:u-boot$ make ARCH=arm CROSS_COMPILE=arm-xscale-linux-gnueabi-
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
arm-xscale-linux-gnueabi-gcc -DDO_DEPS_ONLY \
		-g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage   \
		-o lib/asm-offsets.s lib/asm-offsets.c -c -S
Generating include/generated/generic-asm-offsets.h
tools/scripts/make-asm-offsets lib/asm-offsets.s include/generated/generic-asm-offsets.h
if [ -f arch/arm/cpu/arm926ejs/versatile/asm-offsets.c ];then \
		arm-xscale-linux-gnueabi-gcc -DDO_DEPS_ONLY \
		-g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage   \
			-o arch/arm/cpu/arm926ejs/versatile/asm-offsets.s arch/arm/cpu/arm926ejs/versatile/asm-offsets.c -c -S; \
	else \
		touch arch/arm/cpu/arm926ejs/versatile/asm-offsets.s; \
	fi
Generating include/generated/asm-offsets.h
tools/scripts/make-asm-offsets arch/arm/cpu/arm926ejs/versatile/asm-offsets.s include/generated/asm-offsets.h
for dir in tools examples/standalone examples/api arch/arm/cpu/arm926ejs  ; do \
			make -C $dir _depend ; done
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/standalone'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ hello_world.o hello_world.c >.depend.hello_world
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ smc91111_eeprom.o smc91111_eeprom.c >.depend.smc91111_eeprom
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ stubs.o stubs.c >.depend.stubs
cat /dev/null .depend.hello_world .depend.smc91111_eeprom .depend.stubs >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/standalone'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/standalone'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/standalone'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/api'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/api'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/api'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/api'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ start.o start.S >.depend.start
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ cpu.o cpu.c >.depend.cpu
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ cache.o cache.c >.depend.cache
cat /dev/null .depend.start .depend.cpu .depend.cache >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs'
make -C tools all
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools'
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o crc32.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/crc32.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o env_embedded.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/common/env_embedded.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic   -o envcrc.o envcrc.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o sha1.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/sha1.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o envcrc crc32.o env_embedded.o envcrc.o sha1.o
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic   -o gen_eth_addr.o gen_eth_addr.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o gen_eth_addr gen_eth_addr.o
strip gen_eth_addr
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o mkenvimage.o mkenvimage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o os_support.o os_support.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o mkenvimage crc32.o mkenvimage.o os_support.o
strip mkenvimage
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o aisimage.o aisimage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o default_image.o default_image.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o fit_image.o fit_image.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o image-fit.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/common/image-fit.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o image.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/common/image.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o image-host.o image-host.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o image-sig.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/common/image-sig.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o imximage.o imximage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o kwbimage.o kwbimage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o pblimage.o pblimage.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o md5.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/md5.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o mkimage.o mkimage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o omapimage.o omapimage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o ublimage.o ublimage.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt/fdt.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_ro.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt/fdt_ro.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_rw.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt/fdt_rw.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_strerror.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt/fdt_strerror.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_wip.o /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt/fdt_wip.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o mkimage aisimage.o crc32.o default_image.o fit_image.o image-fit.o image.o image-host.o image-sig.o imximage.o kwbimage.o pblimage.o md5.o mkimage.o os_support.o omapimage.o sha1.o ublimage.o fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_wip.o 
strip mkimage
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES   -o proftool.o proftool.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/libfdt_env.h -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include2 -idirafter /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt -I /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x01000000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o proftool proftool.o
strip proftool
make[2]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools/kernel-doc'
cat /dev/null  >.depend
make[2]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools/kernel-doc'
make[2]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools/kernel-doc'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer  -pedantic  -o docproc docproc.c
strip docproc
make[2]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools/kernel-doc'
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/tools'
make -C arch/arm/cpu/arm926ejs start.o
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs'
arm-xscale-linux-gnueabi-gcc   -D__ASSEMBLY__ -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -o start.o start.S -c
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs'
make -C api/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/api'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/api'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/api'
rm -f libapi.o; arm-xscale-linux-gnueabi-ar rcs libapi.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/api'
make -C arch/arm/cpu/arm926ejs/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cpu.o cpu.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache.o cache.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libarm926ejs.o  cpu.o cache.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs'
make -C arch/arm/cpu/arm926ejs/versatile/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs/versatile'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ reset.o reset.S >.depend.reset
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ timer.o timer.c >.depend.timer
cat /dev/null .depend.reset .depend.timer >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs/versatile'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs/versatile'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o timer.o timer.c -c
arm-xscale-linux-gnueabi-gcc   -D__ASSEMBLY__ -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -o reset.o reset.S -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libversatile.o  timer.o reset.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/arm926ejs/versatile'
make -C arch/arm/lib/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/lib'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ _ashldi3.o _ashldi3.S >.depend._ashldi3
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ _ashrdi3.o _ashrdi3.S >.depend._ashrdi3
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ _divsi3.o _divsi3.S >.depend._divsi3
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ _lshrdi3.o _lshrdi3.S >.depend._lshrdi3
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ _modsi3.o _modsi3.S >.depend._modsi3
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ _udivsi3.o _udivsi3.S >.depend._udivsi3
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ _umodsi3.o _umodsi3.S >.depend._umodsi3
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ div0.o div0.c >.depend.div0
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ crt0.o crt0.S >.depend.crt0
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ relocate.o relocate.S >.depend.relocate
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ board.o board.c >.depend.board
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ sections.o sections.c >.depend.sections
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ bootm.o bootm.c >.depend.bootm
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ interrupts.o interrupts.c >.depend.interrupts
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ reset.o reset.c >.depend.reset
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ cache.o cache.c >.depend.cache
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ cache-cp15.o cache-cp15.c >.depend.cache-cp15
cat /dev/null .depend._ashldi3 .depend._ashrdi3 .depend._divsi3 .depend._lshrdi3 .depend._modsi3 .depend._udivsi3 .depend._umodsi3 .depend.div0 .depend.crt0 .depend.relocate .depend.board .depend.sections .depend.bootm .depend.interrupts .depend.reset .depend.cache .depend.cache-cp15 >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/lib'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/lib'
arm-xscale-linux-gnueabi-gcc   -D__ASSEMBLY__ -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -o crt0.o crt0.S -c
arm-xscale-linux-gnueabi-gcc   -D__ASSEMBLY__ -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -o relocate.o relocate.S -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o board.o board.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o sections.o sections.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o bootm.o bootm.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o interrupts.o interrupts.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o reset.o reset.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache.o cache.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache-cp15.o cache-cp15.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libarm.o  crt0.o relocate.o board.o sections.o bootm.o interrupts.o reset.o cache.o cache-cp15.o
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o eabi_compat.o eabi_compat.c -c
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/lib'
make -C common/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/common'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_bdinfo.o cmd_bdinfo.c >.depend.cmd_bdinfo
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_boot.o cmd_boot.c >.depend.cmd_boot
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_bootm.o cmd_bootm.c >.depend.cmd_bootm
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_disk.o cmd_disk.c >.depend.cmd_disk
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_flash.o cmd_flash.c >.depend.cmd_flash
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_help.o cmd_help.c >.depend.cmd_help
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_load.o cmd_load.c >.depend.cmd_load
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_mem.o cmd_mem.c >.depend.cmd_mem
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_net.o cmd_net.c >.depend.cmd_net
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_nvedit.o cmd_nvedit.c >.depend.cmd_nvedit
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_pcmcia.o cmd_pcmcia.c >.depend.cmd_pcmcia
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ cmd_version.o cmd_version.c >.depend.cmd_version
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ command.o command.c >.depend.command
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ console.o console.c >.depend.console
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ dlmalloc.o dlmalloc.c >.depend.dlmalloc
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ env_attr.o env_attr.c >.depend.env_attr
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ env_callback.o env_callback.c >.depend.env_callback
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ env_common.o env_common.c >.depend.env_common
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ env_flags.o env_flags.c >.depend.env_flags
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ env_flash.o env_flash.c >.depend.env_flash
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ exports.o exports.c >.depend.exports
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ flash.o flash.c >.depend.flash
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ hash.o hash.c >.depend.hash
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ image.o image.c >.depend.image
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ main.o main.c >.depend.main
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ memsize.o memsize.c >.depend.memsize
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ s_record.o s_record.c >.depend.s_record
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ splash.o splash.c >.depend.splash
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ stdio.o stdio.c >.depend.stdio
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ xyzModem.o xyzModem.c >.depend.xyzModem
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -I..   -MQ env_embedded.o env_embedded.c >.depend.env_embedded
cat /dev/null .depend.cmd_bdinfo .depend.cmd_boot .depend.cmd_bootm .depend.cmd_disk .depend.cmd_flash .depend.cmd_help .depend.cmd_load .depend.cmd_mem .depend.cmd_net .depend.cmd_nvedit .depend.cmd_pcmcia .depend.cmd_version .depend.command .depend.console .depend.dlmalloc .depend.env_attr .depend.env_callback .depend.env_common .depend.env_flags .depend.env_flash .depend.exports .depend.flash .depend.hash .depend.image .depend.main .depend.memsize .depend.s_record .depend.splash .depend.stdio .depend.xyzModem .depend.env_embedded >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/common'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/common'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_bdinfo.o cmd_bdinfo.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_boot.o cmd_boot.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_bootm.o cmd_bootm.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_disk.o cmd_disk.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_flash.o cmd_flash.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_help.o cmd_help.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_load.o cmd_load.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_mem.o cmd_mem.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_net.o cmd_net.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_nvedit.o cmd_nvedit.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_pcmcia.o cmd_pcmcia.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_version.o cmd_version.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o command.o command.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o console.o console.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o dlmalloc.o dlmalloc.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_attr.o env_attr.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_callback.o env_callback.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_common.o env_common.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_flags.o env_flags.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_flash.o env_flash.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o exports.o exports.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o flash.o flash.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o hash.o hash.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o image.o image.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o main.o main.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o memsize.o memsize.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o s_record.o s_record.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o splash.o splash.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o stdio.o stdio.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o xyzModem.o xyzModem.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libcommon.o  cmd_bdinfo.o cmd_boot.o cmd_bootm.o cmd_disk.o cmd_flash.o cmd_help.o cmd_load.o cmd_mem.o cmd_net.o cmd_nvedit.o cmd_pcmcia.o cmd_version.o command.o console.o dlmalloc.o env_attr.o env_callback.o env_common.o env_flags.o env_flash.o exports.o flash.o hash.o image.o main.o memsize.o s_record.o splash.o stdio.o xyzModem.o
arm-xscale-linux-gnueabi-gcc  -D__ASSEMBLY__ -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wa,--no-warn \
		-DENV_CRC=0 \
		-c -o env_embedded.o env_embedded.c
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/common'
make -C disk/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/disk'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ part.o part.c >.depend.part
cat /dev/null .depend.part >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/disk'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/disk'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o part.o part.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libdisk.o  part.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/disk'
make -C drivers/bios_emulator/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/bios_emulator'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/bios_emulator'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/bios_emulator'
rm -f libatibiosemu.o; arm-xscale-linux-gnueabi-ar rcs libatibiosemu.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/bios_emulator'
make -C drivers/block/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/block'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/block'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/block'
rm -f libblock.o; arm-xscale-linux-gnueabi-ar rcs libblock.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/block'
make -C drivers/crypto/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/crypto'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/crypto'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/crypto'
rm -f libcrypto.o; arm-xscale-linux-gnueabi-ar rcs libcrypto.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/crypto'
make -C drivers/dfu/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/dfu'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/dfu'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/dfu'
rm -f libdfu.o; arm-xscale-linux-gnueabi-ar rcs libdfu.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/dfu'
make -C drivers/dma/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/dma'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/dma'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/dma'
rm -f libdma.o; arm-xscale-linux-gnueabi-ar rcs libdma.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/dma'
make -C drivers/fpga/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/fpga'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/fpga'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/fpga'
rm -f libfpga.o; arm-xscale-linux-gnueabi-ar rcs libfpga.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/fpga'
make -C drivers/gpio/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/gpio'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/gpio'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/gpio'
rm -f libgpio.o; arm-xscale-linux-gnueabi-ar rcs libgpio.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/gpio'
make -C drivers/hwmon/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/hwmon'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/hwmon'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/hwmon'
rm -f libhwmon.o; arm-xscale-linux-gnueabi-ar rcs libhwmon.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/hwmon'
make -C drivers/i2c/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/i2c'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/i2c'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/i2c'
rm -f libi2c.o; arm-xscale-linux-gnueabi-ar rcs libi2c.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/i2c'
make -C drivers/input/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/input'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ input.o input.c >.depend.input
cat /dev/null .depend.input >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/input'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/input'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o input.o input.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libinput.o  input.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/input'
make -C drivers/misc/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/misc'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/misc'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/misc'
rm -f libmisc.o; arm-xscale-linux-gnueabi-ar rcs libmisc.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/misc'
make -C drivers/mmc/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mmc'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mmc'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mmc'
rm -f libmmc.o; arm-xscale-linux-gnueabi-ar rcs libmmc.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mmc'
make -C drivers/mtd/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ cfi_flash.o cfi_flash.c >.depend.cfi_flash
cat /dev/null .depend.cfi_flash >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cfi_flash.o cfi_flash.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libmtd.o  cfi_flash.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd'
make -C drivers/mtd/nand/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/nand'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/nand'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/nand'
rm -f libnand.o; arm-xscale-linux-gnueabi-ar rcs libnand.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/nand'
make -C drivers/mtd/onenand/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/onenand'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/onenand'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/onenand'
rm -f libonenand.o; arm-xscale-linux-gnueabi-ar rcs libonenand.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/onenand'
make -C drivers/mtd/spi/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/spi'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/spi'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/spi'
rm -f libspi_flash.o; arm-xscale-linux-gnueabi-ar rcs libspi_flash.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/spi'
make -C drivers/mtd/ubi/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/ubi'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/ubi'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/ubi'
rm -f libubi.o; arm-xscale-linux-gnueabi-ar rcs libubi.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/mtd/ubi'
make -C drivers/net/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/net'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ smc91111.o smc91111.c >.depend.smc91111
cat /dev/null .depend.smc91111 >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/net'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/net'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o smc91111.o smc91111.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libnet.o  smc91111.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/net'
make -C drivers/net/phy/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/net/phy'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/net/phy'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/net/phy'
rm -f libphy.o; arm-xscale-linux-gnueabi-ar rcs libphy.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/net/phy'
make -C drivers/pci/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/pci'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/pci'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/pci'
rm -f libpci.o; arm-xscale-linux-gnueabi-ar rcs libpci.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/pci'
make -C drivers/pcmcia/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/pcmcia'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ rpx_pcmcia.o rpx_pcmcia.c >.depend.rpx_pcmcia
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ tqm8xx_pcmcia.o tqm8xx_pcmcia.c >.depend.tqm8xx_pcmcia
cat /dev/null .depend.rpx_pcmcia .depend.tqm8xx_pcmcia >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/pcmcia'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/pcmcia'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o rpx_pcmcia.o rpx_pcmcia.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tqm8xx_pcmcia.o tqm8xx_pcmcia.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libpcmcia.o  rpx_pcmcia.o tqm8xx_pcmcia.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/pcmcia'
make -C drivers/power/battery/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/battery'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/battery'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/battery'
rm -f libbattery.o; arm-xscale-linux-gnueabi-ar rcs libbattery.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/battery'
make -C drivers/power/fuel_gauge/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/fuel_gauge'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/fuel_gauge'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/fuel_gauge'
rm -f libfuel_gauge.o; arm-xscale-linux-gnueabi-ar rcs libfuel_gauge.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/fuel_gauge'
make -C drivers/power/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power'
rm -f libpower.o; arm-xscale-linux-gnueabi-ar rcs libpower.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power'
make -C drivers/power/pmic/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/pmic'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/pmic'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/pmic'
rm -f libpmic.o; arm-xscale-linux-gnueabi-ar rcs libpmic.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/power/pmic'
make -C drivers/rtc/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/rtc'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ date.o date.c >.depend.date
cat /dev/null .depend.date >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/rtc'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/rtc'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o date.o date.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o librtc.o  date.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/rtc'
make -C drivers/serial/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/serial'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ serial.o serial.c >.depend.serial
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ serial_pl01x.o serial_pl01x.c >.depend.serial_pl01x
cat /dev/null .depend.serial .depend.serial_pl01x >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/serial'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/serial'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o serial.o serial.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o serial_pl01x.o serial_pl01x.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libserial.o  serial.o serial_pl01x.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/serial'
make -C drivers/sound/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/sound'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/sound'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/sound'
rm -f libsound.o; arm-xscale-linux-gnueabi-ar rcs libsound.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/sound'
make -C drivers/spi/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/spi'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ spi.o spi.c >.depend.spi
cat /dev/null .depend.spi >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/spi'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/spi'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o spi.o spi.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libspi.o  spi.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/spi'
make -C drivers/tpm/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/tpm'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/tpm'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/tpm'
rm -f libtpm.o; arm-xscale-linux-gnueabi-ar rcs libtpm.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/tpm'
make -C drivers/twserial/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/twserial'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/twserial'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/twserial'
rm -f libtws.o; arm-xscale-linux-gnueabi-ar rcs libtws.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/twserial'
make -C drivers/usb/eth/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/eth'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/eth'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/eth'
rm -f libusb_eth.o; arm-xscale-linux-gnueabi-ar rcs libusb_eth.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/eth'
make -C drivers/usb/gadget/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/gadget'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/gadget'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/gadget'
rm -f libusb_gadget.o; arm-xscale-linux-gnueabi-ar rcs libusb_gadget.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/gadget'
make -C drivers/usb/host/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/host'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/host'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/host'
rm -f libusb_host.o; arm-xscale-linux-gnueabi-ar rcs libusb_host.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/host'
make -C drivers/usb/musb-new/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/musb-new'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/musb-new'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/musb-new'
rm -f libusb_musb-new.o; arm-xscale-linux-gnueabi-ar rcs libusb_musb-new.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/musb-new'
make -C drivers/usb/musb/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/musb'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/musb'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/musb'
rm -f libusb_musb.o; arm-xscale-linux-gnueabi-ar rcs libusb_musb.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/musb'
make -C drivers/usb/phy/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/phy'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/phy'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/phy'
rm -f libusb_phy.o; arm-xscale-linux-gnueabi-ar rcs libusb_phy.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/phy'
make -C drivers/usb/ulpi/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/ulpi'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/ulpi'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/ulpi'
rm -f libusb_ulpi.o; arm-xscale-linux-gnueabi-ar rcs libusb_ulpi.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/usb/ulpi'
make -C drivers/video/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/video'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/video'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/video'
rm -f libvideo.o; arm-xscale-linux-gnueabi-ar rcs libvideo.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/video'
make -C drivers/watchdog/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/watchdog'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/watchdog'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/watchdog'
rm -f libwatchdog.o; arm-xscale-linux-gnueabi-ar rcs libwatchdog.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/drivers/watchdog'
make -C fs/cbfs/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/cbfs'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/cbfs'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/cbfs'
rm -f libcbfs.o; arm-xscale-linux-gnueabi-ar rcs libcbfs.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/cbfs'
make -C fs/cramfs/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/cramfs'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/cramfs'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/cramfs'
rm -f libcramfs.o; arm-xscale-linux-gnueabi-ar rcs libcramfs.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/cramfs'
make -C fs/ext4/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/ext4'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/ext4'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/ext4'
rm -f libext4fs.o; arm-xscale-linux-gnueabi-ar rcs libext4fs.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/ext4'
make -C fs/fat/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/fat'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/fat'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/fat'
rm -f libfat.o; arm-xscale-linux-gnueabi-ar rcs libfat.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/fat'
make -C fs/fdos/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/fdos'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/fdos'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/fdos'
rm -f libfdos.o; arm-xscale-linux-gnueabi-ar rcs libfdos.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/fdos'
make -C fs/jffs2/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/jffs2'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/jffs2'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/jffs2'
rm -f libjffs2.o; arm-xscale-linux-gnueabi-ar rcs libjffs2.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/jffs2'
make -C fs/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ fs.o fs.c >.depend.fs
cat /dev/null .depend.fs >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fs.o fs.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libfs.o  fs.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs'
make -C fs/reiserfs/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/reiserfs'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/reiserfs'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/reiserfs'
rm -f libreiserfs.o; arm-xscale-linux-gnueabi-ar rcs libreiserfs.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/reiserfs'
make -C fs/sandbox/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/sandbox'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/sandbox'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/sandbox'
rm -f libsandboxfs.o; arm-xscale-linux-gnueabi-ar rcs libsandboxfs.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/sandbox'
make -C fs/ubifs/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/ubifs'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/ubifs'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/ubifs'
rm -f libubifs.o; arm-xscale-linux-gnueabi-ar rcs libubifs.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/ubifs'
make -C fs/yaffs2/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/yaffs2'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/yaffs2'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/yaffs2'
rm -f libyaffs2.o; arm-xscale-linux-gnueabi-ar rcs libyaffs2.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/yaffs2'
make -C fs/zfs/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/zfs'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/zfs'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/zfs'
rm -f libzfs.o; arm-xscale-linux-gnueabi-ar rcs libzfs.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/fs/zfs'
make -C lib/libfdt/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt'
rm -f libfdt.o; arm-xscale-linux-gnueabi-ar rcs libfdt.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/libfdt'
make -C lib/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ crc16.o crc16.c >.depend.crc16
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ crc32.o crc32.c >.depend.crc32
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ crc7.o crc7.c >.depend.crc7
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ ctype.o ctype.c >.depend.ctype
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ display_options.o display_options.c >.depend.display_options
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ div64.o div64.c >.depend.div64
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ errno.o errno.c >.depend.errno
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ gunzip.o gunzip.c >.depend.gunzip
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ hang.o hang.c >.depend.hang
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ hashtable.o hashtable.c >.depend.hashtable
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ initcall.o initcall.c >.depend.initcall
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ ldiv.o ldiv.c >.depend.ldiv
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ linux_string.o linux_string.c >.depend.linux_string
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ lmb.o lmb.c >.depend.lmb
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ net_utils.o net_utils.c >.depend.net_utils
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ qsort.o qsort.c >.depend.qsort
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ string.o string.c >.depend.string
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ strmhz.o strmhz.c >.depend.strmhz
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ time.o time.c >.depend.time
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ vsprintf.o vsprintf.c >.depend.vsprintf
cat /dev/null .depend.crc16 .depend.crc32 .depend.crc7 .depend.ctype .depend.display_options .depend.div64 .depend.errno .depend.gunzip .depend.hang .depend.hashtable .depend.initcall .depend.ldiv .depend.linux_string .depend.lmb .depend.net_utils .depend.qsort .depend.string .depend.strmhz .depend.time .depend.vsprintf >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o crc16.o crc16.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o crc32.o crc32.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o crc7.o crc7.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ctype.o ctype.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o display_options.o display_options.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o div64.o div64.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o errno.o errno.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o gunzip.o gunzip.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o hang.o hang.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o hashtable.o hashtable.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o initcall.o initcall.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ldiv.o ldiv.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o linux_string.o linux_string.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o lmb.o lmb.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o net_utils.o net_utils.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o qsort.o qsort.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o string.o string.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o strmhz.o strmhz.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o time.o time.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o vsprintf.o vsprintf.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libgeneric.o  crc16.o crc32.o crc7.o ctype.o display_options.o div64.o errno.o gunzip.o hang.o hashtable.o initcall.o ldiv.o linux_string.o lmb.o net_utils.o qsort.o string.o strmhz.o time.o vsprintf.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib'
make -C lib/lzma/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/lzma'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/lzma'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/lzma'
rm -f liblzma.o; arm-xscale-linux-gnueabi-ar rcs liblzma.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/lzma'
make -C lib/lzo/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/lzo'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/lzo'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/lzo'
rm -f liblzo.o; arm-xscale-linux-gnueabi-ar rcs liblzo.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/lzo'
make -C lib/rsa/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/rsa'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/rsa'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/rsa'
rm -f librsa.o; arm-xscale-linux-gnueabi-ar rcs librsa.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/rsa'
make -C lib/zlib/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/zlib'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ zlib.o zlib.c >.depend.zlib
cat /dev/null .depend.zlib >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/zlib'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/zlib'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o zlib.o zlib.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libz.o  zlib.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/lib/zlib'
make -C net/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/net'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ arp.o arp.c >.depend.arp
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ bootp.o bootp.c >.depend.bootp
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ eth.o eth.c >.depend.eth
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ net.o net.c >.depend.net
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ ping.o ping.c >.depend.ping
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ tftp.o tftp.c >.depend.tftp
cat /dev/null .depend.arp .depend.bootp .depend.eth .depend.net .depend.ping .depend.tftp >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/net'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/net'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o arp.o arp.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o bootp.o bootp.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o eth.o eth.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o net.o net.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ping.o ping.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tftp.o tftp.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libnet.o  arp.o bootp.o eth.o net.o ping.o tftp.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/net'
make -C post/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/post'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/post'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/post'
rm -f libpost.o; arm-xscale-linux-gnueabi-ar rcs libpost.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/post'
make -C test/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/test'
cat /dev/null  >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/test'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/test'
rm -f libtest.o; arm-xscale-linux-gnueabi-ar rcs libtest.o 
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/test'
make -C board/armltd/versatile/
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/board/armltd/versatile'
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ lowlevel_init.o lowlevel_init.S >.depend.lowlevel_init
arm-xscale-linux-gnueabi-gcc -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -MQ versatile.o versatile.c >.depend.versatile
cat /dev/null .depend.lowlevel_init .depend.versatile >.depend
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/board/armltd/versatile'
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/board/armltd/versatile'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o versatile.o versatile.c -c
arm-xscale-linux-gnueabi-gcc   -D__ASSEMBLY__ -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te   -o lowlevel_init.o lowlevel_init.S -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libversatile.o  versatile.o lowlevel_init.o
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/board/armltd/versatile'
make -C /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/ u-boot.lds
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu'
make[1]: Nothing to be done for `u-boot.lds'.
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu'
arm-xscale-linux-gnueabi-gcc -E -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -include /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include/u-boot/u-boot.lds.h -DCPUDIR=arch/arm/cpu/arm926ejs  -ansi -D__ASSEMBLY__ -P - </home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/cpu/u-boot.lds >u-boot.lds
cd /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot && arm-xscale-linux-gnueabi-ld.bfd  -pie -T u-boot.lds --gc-sections -Bstatic -Ttext 0x01000000 arch/arm/cpu/arm926ejs/start.o --start-group api/libapi.o arch/arm/cpu/arm926ejs/libarm926ejs.o arch/arm/cpu/arm926ejs/versatile/libversatile.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/crypto/libcrypto.o drivers/dfu/libdfu.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/battery/libbattery.o drivers/power/fuel_gauge/libfuel_gauge.o drivers/power/libpower.o drivers/power/pmic/libpmic.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/sound/libsound.o drivers/spi/libspi.o drivers/tpm/libtpm.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb-new/libusb_musb-new.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cbfs/libcbfs.o fs/cramfs/libcramfs.o fs/ext4/libext4fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/libfs.o fs/reiserfs/libreiserfs.o fs/sandbox/libsandboxfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o fs/zfs/libzfs.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/rsa/librsa.o lib/zlib/libz.o net/libnet.o post/libpost.o test/libtest.o board/armltd/versatile/libversatile.o --end-group /home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/arch/arm/lib/eabi_compat.o  -L /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0 -lgcc -Map u-boot.map -o u-boot
arm-xscale-linux-gnueabi-objcopy -O srec u-boot u-boot.srec
arm-xscale-linux-gnueabi-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
make -C examples/standalone all
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/standalone'
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -fno-toplevel-reorder     -o hello_world.o hello_world.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -fno-toplevel-reorder     -o smc91111_eeprom.o smc91111_eeprom.c -c
arm-xscale-linux-gnueabi-gcc  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000000 -I/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -fno-toplevel-reorder     -o stubs.o stubs.c -c
arm-xscale-linux-gnueabi-ld.bfd  -r -o libstubs.o  stubs.o
arm-xscale-linux-gnueabi-ld.bfd  -g -Ttext 0xc100000 \
			-o hello_world -e hello_world hello_world.o libstubs.o \
			-L/opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0 -lgcc
arm-xscale-linux-gnueabi-objcopy -O srec hello_world hello_world.srec 2>/dev/null
arm-xscale-linux-gnueabi-ld.bfd  -g -Ttext 0xc100000 \
			-o smc91111_eeprom -e smc91111_eeprom smc91111_eeprom.o libstubs.o \
			-L/opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin/../lib/gcc/arm-xscale-linux-gnueabi/4.6.0 -lgcc
arm-xscale-linux-gnueabi-objcopy -O srec smc91111_eeprom smc91111_eeprom.srec 2>/dev/null
arm-xscale-linux-gnueabi-objcopy -O binary hello_world hello_world.bin 2>/dev/null
arm-xscale-linux-gnueabi-objcopy -O binary smc91111_eeprom smc91111_eeprom.bin 2>/dev/null
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/standalone'
make -C examples/api all
make[1]: Entering directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/api'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/crifan/develop/crosscompile/uboot/u-boot-2013.07/u-boot/examples/api'

5.可以看到,编译成功,且的确生成了我们所要的uboot了:

crifan@ubuntu:u-boot$ ls 
api    boards.cfg  COPYING  doc      examples  lib          Makefile   nand_spl  README           spl         tools       u-boot.lds
arch   common      CREDITS  drivers  fs        MAINTAINERS  Makefile~  net       rules.mk         System.map  u-boot      u-boot.map
board  config.mk   disk     dts      include   MAKEALL      mkconfig   post      snapshot.commit  test        u-boot.bin  u-boot.srec
crifan@ubuntu:u-boot$ ls u-boot* -lha
-rwxrwxr-x 1 crifan crifan 608K Aug 15 20:08 u-boot
-rw-rw-r-- 1 crifan crifan 115K Aug 15 20:08 u-boot.bin
-rw-rw-r-- 1 crifan crifan 1.1K Aug 15 20:08 u-boot.lds
-rw-rw-r-- 1 crifan crifan 145K Aug 15 20:08 u-boot.map
-rw-rw-r-- 1 crifan crifan 343K Aug 15 20:08 u-boot.srec
crifan@ubuntu:u-boot$ file u-boot
u-boot: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), statically linked, not stripped
crifan@ubuntu:u-boot$ file u-boot.bin 
u-boot.bin: Spectrum .TAP data "\024\360\237\345\024\360\237\345\024\360"
crifan@ubuntu:u-boot$ file u-boot.map 
u-boot.map: assembler source, ASCII text
crifan@ubuntu:u-boot$ file u-boot.srec 
u-boot.srec: Motorola S-Record; binary data in text format
crifan@ubuntu:u-boot$ 

如图:

compile uboot done got uboot

至此,编译最新的u-boot-2013.07的结束了。

 

【总结】

最新的uboot(2013.07)的配置和编译,和之前的(比如2012.xx,u-boot-1.1.x等等)的配置和编译,不太一样:

1.之前的(比如2012.xx,u-boot-1.1.x等等):

(1)需要去修改Makefile中的CROSS_COMPILE

(2)且Makefile中有对应的目标(target)xxx_config的

然后典型的配置和编译的命令为:

(1)修改Makefile的CROSS_COMPILE

#CROSS_COMPILE = arm-xscale-linux-gnu-
CROSS_COMPILE = arm-xscale-linux-gnueabi-

(2)配置:

make whgs_config

(3)编译:

make

举例:

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译uboot

 

2.而最新的(2013.07)的uboot则是:

(1)Makefile中也有CROSS_COMPILE,但是无需修改 -> 是通过命令行指定CROSS_COMPILE的 ->当然也是可以去修改Makefile的,但是推荐做法是不修改Makefile而是通过命令行指定

(2)Makefile中没有对应的目标(target)xxx_config的 ->至少对于versatilepb,就没有找到对应的versatilepb_config

典型的配置和编译的命令为:

(1)配置:

make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- versatilepb_config

(2)编译:

make ARCH=arm CROSS_COMPILE=arm-xscale-linux-gnueabi-

即可。

转载请注明:在路上 » 【记录】用arm-xscale-linux-gnueabi为u-boot-2013.07去配置和交叉编译versatilepb

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
82 queries in 0.186 seconds, using 22.55MB memory