official u-boot for nanonote from git.denx.de
Rafael Ignacio Zurita
rafaelignacio.zurita at gmail.com
Mon Dec 26 23:20:36 EST 2011
Hi,
I read at http://lists.denx.de/pipermail/u-boot/2011-October/105044.html
that u-boot has support for Nanonote.
I git cloned from http://git.denx.de/?p=u-boot.git;a=summary
and I built. But, after flashing the u-boot.bin file the nanonote does not
boot, and it is completely silent after powered on (I have an idbg board,
but serial console did not show nothing either). Is the support of nanonote
in u-boot working?. Am I flashing the correct file?
I flashed the u-boot.bin file running :
usbboot -c "boot"
usbboot -c "nerase 0 4096 0 0"
usbboot -c "nprog 0 u-boot.bin 0 0 -n"
My version of xburst-tools is
ii xburst-tools 201105-1 tools for Ingenic XBurst CPU USB boot and NAND flash access
I built the u-boot two times, using two toolchains (one from embedded Debian,
and also using jlime toolchain). With both toolchains I am able
to build other uboot versions (from qi) and those work.
Any ideas?. Is official u-boot working for Nanonote?
Thanks in advance.
Rafa
PS. I attach the output of the u-boot building process. The hello examples
did not build, but u-boot.bin did. Sorry for the long attach
-------------- next part --------------
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
mipsel-linux-gnu-gcc -DDO_DEPS_ONLY \
-g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security \
-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/mips/cpu/xburst//asm-offsets.c ];then \
mipsel-linux-gnu-gcc -DDO_DEPS_ONLY \
-g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security \
-o arch/mips/cpu/xburst//asm-offsets.s arch/mips/cpu/xburst//asm-offsets.c -c -S; \
else \
touch arch/mips/cpu/xburst//asm-offsets.s; \
fi
Generating include/generated/asm-offsets.h
tools/scripts/make-asm-offsets arch/mips/cpu/xburst//asm-offsets.s include/generated/asm-offsets.h
for dir in tools examples/standalone examples/api arch/mips/cpu/xburst /home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60/ ; do \
make -C $dir _depend ; done
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/tools'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/tools'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/tools'
make[1]: No se hace nada para `_depend'.
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/tools'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/examples/standalone'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ hello_world.o hello_world.c >.depend.hello_world
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ stubs.o stubs.c >.depend.stubs
cat /dev/null .depend.hello_world .depend.stubs >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/examples/standalone'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/examples/standalone'
make[1]: No se hace nada para `_depend'.
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/examples/standalone'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/examples/api'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/examples/api'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/examples/api'
make[1]: No se hace nada para `_depend'.
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/examples/api'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/cpu/xburst'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ start.o start.S >.depend.start
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ cpu.o cpu.c >.depend.cpu
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ timer.o timer.c >.depend.timer
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ jz_serial.o jz_serial.c >.depend.jz_serial
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ jz4740.o jz4740.c >.depend.jz4740
cat /dev/null .depend.start .depend.cpu .depend.timer .depend.jz_serial .depend.jz4740 >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/cpu/xburst'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/cpu/xburst'
make[1]: No se hace nada para `_depend'.
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/cpu/xburst'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ qi_lb60.o qi_lb60.c >.depend.qi_lb60
cat /dev/null .depend.qi_lb60 >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60'
make[1]: No se hace nada para `_depend'.
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60'
make -C tools all
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/tools'
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o crc32.o /home/rafa/programacion/uboot/u-boot/lib/crc32.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o env_embedded.o /home/rafa/programacion/uboot/u-boot/common/env_embedded.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o envcrc.o envcrc.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o sha1.o /home/rafa/programacion/uboot/u-boot/lib/sha1.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -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 -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o img2srec.o img2srec.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o img2srec img2srec.o
strip img2srec
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o mkenvimage.o mkenvimage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o mkenvimage crc32.o mkenvimage.o
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o aisimage.o aisimage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o default_image.o default_image.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o fit_image.o fit_image.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o image.o /home/rafa/programacion/uboot/u-boot/common/image.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o imximage.o imximage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o kwbimage.o kwbimage.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o md5.o /home/rafa/programacion/uboot/u-boot/lib/md5.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o mkimage.o mkimage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o os_support.o os_support.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o omapimage.o omapimage.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o ublimage.o ublimage.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt.o /home/rafa/programacion/uboot/u-boot/lib/libfdt/fdt.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_ro.o /home/rafa/programacion/uboot/u-boot/lib/libfdt/fdt_ro.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_rw.o /home/rafa/programacion/uboot/u-boot/lib/libfdt/fdt_rw.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_strerror.o /home/rafa/programacion/uboot/u-boot/lib/libfdt/fdt_strerror.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_wip.o /home/rafa/programacion/uboot/u-boot/lib/libfdt/fdt_wip.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/rafa/programacion/uboot/u-boot/include -idirafter /home/rafa/programacion/uboot/u-boot/include2 -idirafter /home/rafa/programacion/uboot/u-boot/include -I /home/rafa/programacion/uboot/u-boot/lib/libfdt -I /home/rafa/programacion/uboot/u-boot/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o mkimage aisimage.o crc32.o default_image.o fit_image.o image.o imximage.o kwbimage.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
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/tools'
make -C arch/mips/cpu/xburst start.o
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/cpu/xburst'
mipsel-linux-gnu-gcc -D__ASSEMBLY__ -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -o start.o start.S -c
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/cpu/xburst'
make -C api/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/api'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/api'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/api'
rm -f libapi.o; mipsel-linux-gnu-ar rcs libapi.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/api'
make -C arch/mips/cpu/xburst/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/cpu/xburst'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cpu.o cpu.c -c
cpu.c: In function ‘_machine_restart’:
cpu.c:65: warning: dereferencing type-punned pointer will break strict-aliasing rules
cpu.c:65: warning: large integer implicitly truncated to unsigned type
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o timer.o timer.c -c
timer.c: In function ‘reset_timer_masked’:
timer.c:37: warning: dereferencing type-punned pointer will break strict-aliasing rules
timer.c: In function ‘get_timer_masked’:
timer.c:43: warning: dereferencing type-punned pointer will break strict-aliasing rules
timer.c: In function ‘timer_init’:
timer.c:86: warning: dereferencing type-punned pointer will break strict-aliasing rules
timer.c:88: warning: dereferencing type-punned pointer will break strict-aliasing rules
timer.c:89: warning: dereferencing type-punned pointer will break strict-aliasing rules
timer.c:90: warning: dereferencing type-punned pointer will break strict-aliasing rules
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o jz_serial.o jz_serial.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o jz4740.o jz4740.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libxburst.o cpu.o timer.o jz_serial.o jz4740.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/cpu/xburst'
make -C arch/mips/lib/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/lib'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ board.o board.c >.depend.board
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ bootm.o bootm.c >.depend.bootm
cat /dev/null .depend.board .depend.bootm >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/lib'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/lib'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o board.o board.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o bootm.o bootm.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libmips.o board.o bootm.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/arch/mips/lib'
make -C common/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/common'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_boot.o cmd_boot.c >.depend.cmd_boot
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_bootm.o cmd_bootm.c >.depend.cmd_bootm
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_console.o cmd_console.c >.depend.cmd_console
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_echo.o cmd_echo.c >.depend.cmd_echo
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_help.o cmd_help.c >.depend.cmd_help
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_load.o cmd_load.c >.depend.cmd_load
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_mem.o cmd_mem.c >.depend.cmd_mem
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_misc.o cmd_misc.c >.depend.cmd_misc
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_nand.o cmd_nand.c >.depend.cmd_nand
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_nvedit.o cmd_nvedit.c >.depend.cmd_nvedit
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_pcmcia.o cmd_pcmcia.c >.depend.cmd_pcmcia
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_source.o cmd_source.c >.depend.cmd_source
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ cmd_version.o cmd_version.c >.depend.cmd_version
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ command.o command.c >.depend.command
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ console.o console.c >.depend.console
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ dlmalloc.o dlmalloc.c >.depend.dlmalloc
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ env_common.o env_common.c >.depend.env_common
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ env_nand.o env_nand.c >.depend.env_nand
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ exports.o exports.c >.depend.exports
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ flash.o flash.c >.depend.flash
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ image.o image.c >.depend.image
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ main.o main.c >.depend.main
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ memsize.o memsize.c >.depend.memsize
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ s_record.o s_record.c >.depend.s_record
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ stdio.o stdio.c >.depend.stdio
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -I.. -MQ xyzModem.o xyzModem.c >.depend.xyzModem
cat /dev/null .depend.cmd_boot .depend.cmd_bootm .depend.cmd_console .depend.cmd_echo .depend.cmd_help .depend.cmd_load .depend.cmd_mem .depend.cmd_misc .depend.cmd_nand .depend.cmd_nvedit .depend.cmd_pcmcia .depend.cmd_source .depend.cmd_version .depend.command .depend.console .depend.dlmalloc .depend.env_common .depend.env_nand .depend.exports .depend.flash .depend.image .depend.main .depend.memsize .depend.s_record .depend.stdio .depend.xyzModem >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/common'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/common'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_boot.o cmd_boot.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_bootm.o cmd_bootm.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_console.o cmd_console.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_echo.o cmd_echo.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_help.o cmd_help.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_load.o cmd_load.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_mem.o cmd_mem.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_misc.o cmd_misc.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_nand.o cmd_nand.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_nvedit.o cmd_nvedit.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_pcmcia.o cmd_pcmcia.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_source.o cmd_source.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cmd_version.o cmd_version.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o command.o command.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o console.o console.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o dlmalloc.o dlmalloc.c -c
dlmalloc.c: In function ‘malloc_bin_reloc’:
dlmalloc.c:1493: warning: dereferencing pointer ‘p’ does break strict-aliasing rules
dlmalloc.c:1493: warning: dereferencing pointer ‘p’ does break strict-aliasing rules
dlmalloc.c:1490: note: initialized from here
dlmalloc.c:1493: note: initialized from here
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o env_common.o env_common.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o env_nand.o env_nand.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o exports.o exports.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o flash.o flash.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o image.o image.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o main.o main.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o memsize.o memsize.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o s_record.o s_record.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o stdio.o stdio.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o xyzModem.o xyzModem.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libcommon.o cmd_boot.o cmd_bootm.o cmd_console.o cmd_echo.o cmd_help.o cmd_load.o cmd_mem.o cmd_misc.o cmd_nand.o cmd_nvedit.o cmd_pcmcia.o cmd_source.o cmd_version.o command.o console.o dlmalloc.o env_common.o env_nand.o exports.o flash.o image.o main.o memsize.o s_record.o stdio.o xyzModem.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/common'
make -C disk/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/disk'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ part.o part.c >.depend.part
cat /dev/null .depend.part >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/disk'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/disk'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o part.o part.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libdisk.o part.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/disk'
make -C drivers/bios_emulator/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/bios_emulator'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/bios_emulator'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/bios_emulator'
rm -f libatibiosemu.o; mipsel-linux-gnu-ar rcs libatibiosemu.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/bios_emulator'
make -C drivers/block/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/block'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/block'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/block'
rm -f libblock.o; mipsel-linux-gnu-ar rcs libblock.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/block'
make -C drivers/dma/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/dma'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/dma'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/dma'
rm -f libdma.o; mipsel-linux-gnu-ar rcs libdma.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/dma'
make -C drivers/fpga/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/fpga'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/fpga'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/fpga'
rm -f libfpga.o; mipsel-linux-gnu-ar rcs libfpga.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/fpga'
make -C drivers/gpio/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/gpio'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/gpio'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/gpio'
rm -f libgpio.o; mipsel-linux-gnu-ar rcs libgpio.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/gpio'
make -C drivers/hwmon/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/hwmon'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/hwmon'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/hwmon'
rm -f libhwmon.o; mipsel-linux-gnu-ar rcs libhwmon.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/hwmon'
make -C drivers/i2c/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/i2c'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/i2c'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/i2c'
rm -f libi2c.o; mipsel-linux-gnu-ar rcs libi2c.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/i2c'
make -C drivers/input/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/input'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/input'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/input'
rm -f libinput.o; mipsel-linux-gnu-ar rcs libinput.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/input'
make -C drivers/misc/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/misc'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/misc'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/misc'
rm -f libmisc.o; mipsel-linux-gnu-ar rcs libmisc.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/misc'
make -C drivers/mmc/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mmc'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mmc'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mmc'
rm -f libmmc.o; mipsel-linux-gnu-ar rcs libmmc.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mmc'
make -C drivers/mtd/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd'
rm -f libmtd.o; mipsel-linux-gnu-ar rcs libmtd.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd'
make -C drivers/mtd/nand/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/nand'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ nand.o nand.c >.depend.nand
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ nand_bbt.o nand_bbt.c >.depend.nand_bbt
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ nand_ids.o nand_ids.c >.depend.nand_ids
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ nand_util.o nand_util.c >.depend.nand_util
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ nand_ecc.o nand_ecc.c >.depend.nand_ecc
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ nand_base.o nand_base.c >.depend.nand_base
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ jz4740_nand.o jz4740_nand.c >.depend.jz4740_nand
cat /dev/null .depend.nand .depend.nand_bbt .depend.nand_ids .depend.nand_util .depend.nand_ecc .depend.nand_base .depend.jz4740_nand >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/nand'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/nand'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand.o nand.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_bbt.o nand_bbt.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_ids.o nand_ids.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_util.o nand_util.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_ecc.o nand_ecc.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o nand_base.o nand_base.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o jz4740_nand.o jz4740_nand.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libnand.o nand.o nand_bbt.o nand_ids.o nand_util.o nand_ecc.o nand_base.o jz4740_nand.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/nand'
make -C drivers/mtd/onenand/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/onenand'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/onenand'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/onenand'
rm -f libonenand.o; mipsel-linux-gnu-ar rcs libonenand.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/onenand'
make -C drivers/mtd/spi/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/spi'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/spi'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/spi'
rm -f libspi_flash.o; mipsel-linux-gnu-ar rcs libspi_flash.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/spi'
make -C drivers/mtd/ubi/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/ubi'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/ubi'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/ubi'
rm -f libubi.o; mipsel-linux-gnu-ar rcs libubi.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/mtd/ubi'
make -C drivers/net/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/net'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/net'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/net'
rm -f libnet.o; mipsel-linux-gnu-ar rcs libnet.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/net'
make -C drivers/net/phy/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/net/phy'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/net/phy'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/net/phy'
rm -f libphy.o; mipsel-linux-gnu-ar rcs libphy.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/net/phy'
make -C drivers/pci/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/pci'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/pci'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/pci'
rm -f libpci.o; mipsel-linux-gnu-ar rcs libpci.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/pci'
make -C drivers/pcmcia/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/pcmcia'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ rpx_pcmcia.o rpx_pcmcia.c >.depend.rpx_pcmcia
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ tqm8xx_pcmcia.o tqm8xx_pcmcia.c >.depend.tqm8xx_pcmcia
cat /dev/null .depend.rpx_pcmcia .depend.tqm8xx_pcmcia >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/pcmcia'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/pcmcia'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o rpx_pcmcia.o rpx_pcmcia.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o tqm8xx_pcmcia.o tqm8xx_pcmcia.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libpcmcia.o rpx_pcmcia.o tqm8xx_pcmcia.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/pcmcia'
make -C drivers/power/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/power'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/power'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/power'
rm -f libpower.o; mipsel-linux-gnu-ar rcs libpower.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/power'
make -C drivers/rtc/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/rtc'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ date.o date.c >.depend.date
cat /dev/null .depend.date >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/rtc'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/rtc'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o date.o date.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o librtc.o date.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/rtc'
make -C drivers/serial/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/serial'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/serial'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/serial'
rm -f libserial.o; mipsel-linux-gnu-ar rcs libserial.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/serial'
make -C drivers/spi/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/spi'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/spi'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/spi'
rm -f libspi.o; mipsel-linux-gnu-ar rcs libspi.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/spi'
make -C drivers/twserial/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/twserial'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/twserial'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/twserial'
rm -f libtws.o; mipsel-linux-gnu-ar rcs libtws.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/twserial'
make -C drivers/usb/eth/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/eth'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/eth'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/eth'
rm -f libusb_eth.o; mipsel-linux-gnu-ar rcs libusb_eth.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/eth'
make -C drivers/usb/gadget/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/gadget'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/gadget'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/gadget'
rm -f libusb_gadget.o; mipsel-linux-gnu-ar rcs libusb_gadget.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/gadget'
make -C drivers/usb/host/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/host'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/host'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/host'
rm -f libusb_host.o; mipsel-linux-gnu-ar rcs libusb_host.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/host'
make -C drivers/usb/musb/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/musb'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/musb'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/musb'
rm -f libusb_musb.o; mipsel-linux-gnu-ar rcs libusb_musb.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/musb'
make -C drivers/usb/phy/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/phy'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/phy'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/phy'
rm -f libusb_phy.o; mipsel-linux-gnu-ar rcs libusb_phy.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/phy'
make -C drivers/usb/ulpi/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/ulpi'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/ulpi'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/ulpi'
rm -f libusb_ulpi.o; mipsel-linux-gnu-ar rcs libusb_ulpi.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/usb/ulpi'
make -C drivers/video/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/video'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/video'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/video'
rm -f libvideo.o; mipsel-linux-gnu-ar rcs libvideo.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/video'
make -C drivers/watchdog/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/watchdog'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/watchdog'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/drivers/watchdog'
rm -f libwatchdog.o; mipsel-linux-gnu-ar rcs libwatchdog.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/drivers/watchdog'
make -C fs/cramfs/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/cramfs'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/cramfs'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/cramfs'
rm -f libcramfs.o; mipsel-linux-gnu-ar rcs libcramfs.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/cramfs'
make -C fs/ext2/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/ext2'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/ext2'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/ext2'
rm -f libext2fs.o; mipsel-linux-gnu-ar rcs libext2fs.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/ext2'
make -C fs/fat/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/fat'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/fat'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/fat'
rm -f libfat.o; mipsel-linux-gnu-ar rcs libfat.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/fat'
make -C fs/fdos/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/fdos'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/fdos'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/fdos'
rm -f libfdos.o; mipsel-linux-gnu-ar rcs libfdos.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/fdos'
make -C fs/jffs2/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/jffs2'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/jffs2'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/jffs2'
rm -f libjffs2.o; mipsel-linux-gnu-ar rcs libjffs2.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/jffs2'
make -C fs/reiserfs/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/reiserfs'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/reiserfs'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/reiserfs'
rm -f libreiserfs.o; mipsel-linux-gnu-ar rcs libreiserfs.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/reiserfs'
make -C fs/ubifs/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/ubifs'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/ubifs'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/ubifs'
rm -f libubifs.o; mipsel-linux-gnu-ar rcs libubifs.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/ubifs'
make -C fs/yaffs2/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/yaffs2'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/yaffs2'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/fs/yaffs2'
rm -f libyaffs2.o; mipsel-linux-gnu-ar rcs libyaffs2.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/fs/yaffs2'
make -C lib/libfdt/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib/libfdt'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib/libfdt'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib/libfdt'
rm -f libfdt.o; mipsel-linux-gnu-ar rcs libfdt.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib/libfdt'
make -C lib/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ crc7.o crc7.c >.depend.crc7
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ crc16.o crc16.c >.depend.crc16
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ crc32.o crc32.c >.depend.crc32
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ display_options.o display_options.c >.depend.display_options
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ errno.o errno.c >.depend.errno
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ gunzip.o gunzip.c >.depend.gunzip
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ hashtable.o hashtable.c >.depend.hashtable
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ ldiv.o ldiv.c >.depend.ldiv
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ net_utils.o net_utils.c >.depend.net_utils
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ qsort.o qsort.c >.depend.qsort
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ strmhz.o strmhz.c >.depend.strmhz
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ ctype.o ctype.c >.depend.ctype
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ div64.o div64.c >.depend.div64
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ string.o string.c >.depend.string
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ time.o time.c >.depend.time
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ vsprintf.o vsprintf.c >.depend.vsprintf
cat /dev/null .depend.crc7 .depend.crc16 .depend.crc32 .depend.display_options .depend.errno .depend.gunzip .depend.hashtable .depend.ldiv .depend.net_utils .depend.qsort .depend.strmhz .depend.ctype .depend.div64 .depend.string .depend.time .depend.vsprintf >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o crc7.o crc7.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o crc16.o crc16.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o crc32.o crc32.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o display_options.o display_options.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o errno.o errno.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o gunzip.o gunzip.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o hashtable.o hashtable.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o ldiv.o ldiv.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o net_utils.o net_utils.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o qsort.o qsort.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o strmhz.o strmhz.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o ctype.o ctype.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o div64.o div64.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o string.o string.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o time.o time.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o vsprintf.o vsprintf.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libgeneric.o crc7.o crc16.o crc32.o display_options.o errno.o gunzip.o hashtable.o ldiv.o net_utils.o qsort.o strmhz.o ctype.o div64.o string.o time.o vsprintf.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib'
make -C lib/lzma/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib/lzma'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib/lzma'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib/lzma'
rm -f liblzma.o; mipsel-linux-gnu-ar rcs liblzma.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib/lzma'
make -C lib/lzo/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib/lzo'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib/lzo'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib/lzo'
rm -f liblzo.o; mipsel-linux-gnu-ar rcs liblzo.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib/lzo'
make -C lib/zlib/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib/zlib'
mipsel-linux-gnu-gcc -M -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -MQ zlib.o zlib.c >.depend.zlib
cat /dev/null .depend.zlib >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib/zlib'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/lib/zlib'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o zlib.o zlib.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libz.o zlib.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/lib/zlib'
make -C net/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/net'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/net'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/net'
rm -f libnet.o; mipsel-linux-gnu-ar rcs libnet.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/net'
make -C post/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/post'
cat /dev/null >.depend
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/post'
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/post'
rm -f libpost.o; mipsel-linux-gnu-ar rcs libpost.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/post'
make -C board/qi/qi_lb60/
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o qi_lb60.o qi_lb60.c -c
qi_lb60.c: In function ‘cpm_init’:
qi_lb60.c:72: warning: dereferencing type-punned pointer will break strict-aliasing rules
qi_lb60.c:84: warning: dereferencing type-punned pointer will break strict-aliasing rules
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libqi_lb60.o qi_lb60.o
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60'
make -C /home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60/ u-boot.lds
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60'
make[1]: No se hace nada para `u-boot.lds'.
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60'
mipsel-linux-gnu-gcc -E -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -include /home/rafa/programacion/uboot/u-boot/include/u-boot/u-boot.lds.h -ansi -D__ASSEMBLY__ -P - </home/rafa/programacion/uboot/u-boot/board/qi/qi_lb60/u-boot.lds >u-boot.lds
UNDEF_SYM=`mipsel-linux-gnu-objdump -x board/qi/qi_lb60/libqi_lb60.o api/libapi.o arch/mips/cpu/xburst/libxburst.o arch/mips/lib/libmips.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.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/libpower.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/spi/libspi.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/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cramfs/libcramfs.o fs/ext2/libext2fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o | sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`; cd /home/rafa/programacion/uboot/u-boot && mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -T u-boot.lds --gc-sections -Bstatic -Ttext 0x80100000 $UNDEF_SYM arch/mips/cpu/xburst/start.o --start-group api/libapi.o arch/mips/cpu/xburst/libxburst.o arch/mips/lib/libmips.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.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/libpower.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/spi/libspi.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/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cramfs/libcramfs.o fs/ext2/libext2fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o board/qi/qi_lb60/libqi_lb60.o --end-group -L /usr/lib/gcc/mipsel-linux-gnu/4.4.5 -lgcc -Map u-boot.map -o u-boot
mipsel-linux-gnu-ld: Warning: /usr/lib/gcc/mipsel-linux-gnu/4.4.5/libgcc.a(_lshrdi3.o) uses hard float, u-boot uses soft float
mipsel-linux-gnu-ld: Warning: /usr/lib/gcc/mipsel-linux-gnu/4.4.5/libgcc.a(_ashldi3.o) uses hard float, u-boot uses soft float
mipsel-linux-gnu-ld: Warning: /usr/lib/gcc/mipsel-linux-gnu/4.4.5/libgcc.a(_ashrdi3.o) uses hard float, u-boot uses soft float
mipsel-linux-gnu-objcopy -O srec u-boot u-boot.srec
mipsel-linux-gnu-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
make -C examples/standalone all
make[1]: se ingresa al directorio `/home/rafa/programacion/uboot/u-boot/examples/standalone'
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder -o hello_world.o hello_world.c -c
mipsel-linux-gnu-gcc -g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -I/home/rafa/programacion/uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/mipsel-linux-gnu/4.4.5/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float -march=mips32 -EL -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder -o stubs.o stubs.c -c
mipsel-linux-gnu-ld -G 0 -static -n -nostdlib -EL -r -o libstubs.o stubs.o
mipsel-linux-gnu-ld -g -Ttext 0x80200000 -T mips.lds \
-o hello_world -e hello_world hello_world.o libstubs.o \
-L/usr/lib/gcc/mipsel-linux-gnu/4.4.5 -lgcc
mipsel-linux-gnu-ld: hello_world.o: compiled for a little endian system and target is big endian
mipsel-linux-gnu-ld: hello_world.o: endianness incompatible with that of the selected emulation
mipsel-linux-gnu-ld: failed to merge target specific data of file hello_world.o
mipsel-linux-gnu-ld: libstubs.o: compiled for a little endian system and target is big endian
mipsel-linux-gnu-ld: libstubs.o: endianness incompatible with that of the selected emulation
mipsel-linux-gnu-ld: failed to merge target specific data of file libstubs.o
make[1]: *** [hello_world] Violación de segmento
make[1]: *** Se borra el archivo `hello_world'
make[1]: se sale del directorio `/home/rafa/programacion/uboot/u-boot/examples/standalone'
make: *** [examples/standalone] Error 2
More information about the discussion
mailing list