internal compiler error: in decode_addr_const, at varasm.c:2638 while compiling u-boot

Bug #904846 reported by Hans Little
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro GCC
New
Undecided
Unassigned

Bug Description

I was trying to compile the u-boot (u-boot-linaro-2011.09.6) for omap4 :

make ARCH=arm omap4_panda_config

riedel@VUbuntu:~/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6$ make ARCH=arm 2>&1 | tee ./u-boot_make.out
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
arm-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -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/arm/cpu/armv7/omap4/asm-offsets.c ];then \
  arm-linux-gnueabi-gcc -DDO_DEPS_ONLY \
  -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security \
   -o arch/arm/cpu/armv7/omap4/asm-offsets.s arch/arm/cpu/armv7/omap4/asm-offsets.c -c -S; \
 else \
  touch arch/arm/cpu/armv7/omap4/asm-offsets.s; \
 fi
Generating include/generated/asm-offsets.h
tools/scripts/make-asm-offsets arch/arm/cpu/armv7/omap4/asm-offsets.s include/generated/asm-offsets.h
for dir in tools examples/standalone examples/api arch/arm/cpu/armv7 /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7/ ; do \
   make -C $dir _depend ; done
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools'
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/standalone'
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/standalone'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/standalone'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/standalone'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/api'
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/api'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/api'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/api'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
make -C tools all
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o gen_eth_addr.o gen_eth_addr.c -c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o gen_eth_addr gen_eth_addr.o
strip gen_eth_addr
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/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/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o img2srec img2srec.o
strip img2srec
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o crc32.o /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/crc32.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/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/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/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/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o image.o /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/common/image.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/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/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/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/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o md5.o /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/md5.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/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/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/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/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -o omapimage.o omapimage.c -c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -c -o sha1.o /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/sha1.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/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/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt.o /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt/fdt.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_ro.o /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt/fdt_ro.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_rw.o /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt/fdt_rw.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_strerror.o /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt/fdt_strerror.c
gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_wip.o /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt/fdt_wip.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include2 -idirafter /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/lib/libfdt -I /home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools -DCONFIG_SYS_TEXT_BASE=0x80100000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o mkimage 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]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/tools'
make -C examples/standalone all
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/standalone'
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder -o hello_world.o hello_world.c -c
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder -o stubs.o stubs.c -c
arm-linux-gnueabi-ld -r -o libstubs.o stubs.o
arm-linux-gnueabi-ld -g -Ttext 0xc100000 \
   -o hello_world -e hello_world hello_world.o libstubs.o \
   -L/usr/lib/gcc/arm-linux-gnueabi/4.6.1 -lgcc
arm-linux-gnueabi-objcopy -O srec hello_world hello_world.srec 2>/dev/null
arm-linux-gnueabi-objcopy -O binary hello_world hello_world.bin 2>/dev/null
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/standalone'
make -C examples/api all
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/api'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/examples/api'
make -C arch/arm/cpu/armv7 start.o
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
arm-linux-gnueabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -o start.o start.S -c
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
make -C api/
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/api'
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/api'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/api'
rm -f libapi.o; arm-linux-gnueabi-ar rcs libapi.o
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/api'
make -C arch/arm/cpu/armv7/
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cache_v7.o cache_v7.c -c
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o cpu.o cpu.c -c
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o syslib.o syslib.c -c
arm-linux-gnueabi-ld -r -o libarmv7.o cache_v7.o cpu.o syslib.o
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7'
make -C arch/arm/cpu/armv7/omap-common/
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7/omap-common'
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7/omap-common'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7/omap-common'
arm-linux-gnueabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -o reset.o reset.S -c
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o timer.o timer.c -c
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o utils.o utils.c -c
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o gpio.o gpio.c -c
arm-linux-gnueabi-ld -r -o libomap-common.o reset.o timer.o utils.o gpio.o
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7/omap-common'
make -C arch/arm/cpu/armv7/omap4/
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7/omap4'
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7/omap4'
make[1]: Entering directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7/omap4'
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o board.o board.c -c
arm-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80100000 -DCONFIG_SPL_TEXT_BASE=0x40303080 -I/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -o clocks.o clocks.c -c
clocks.c: In function ‘enable_basic_clocks’:
clocks.c:663:13: internal compiler error: in decode_addr_const, at varasm.c:2638
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccDPIcso.out file, please attach this to your bugreport.
make[1]: *** [clocks.o] Error 1
make[1]: Leaving directory `/home/riedel/Data/Ubuntu/omap4dev/u-boot/u-boot-linaro-2011.09.6/arch/arm/cpu/armv7/omap4'
make: *** [arch/arm/cpu/armv7/omap4/libomap4.o] Error 2

Tags: u-boot
Revision history for this message
Hans Little (embedded-open) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.