Modify ↓
#9803 closed defect (worksforme)
Trunk 27777 compile error at uclibc
Reported by: | michael.mc.lam@… | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
Trunk 27777 compile error at uclibc. Logs below:
Compiled against gcc-4.6.1 (haven't tried gcc-4.5). Platform ar71xx WNDR3700.
make[3]: Entering directory `/build/openwrt/trunk/toolchain/uClibc' /build/openwrt/trunk/staging_dir/host/bin/sed -i -e 's,^CROSS=.*,CROSS=mips-openwrt-linux-uclibc-,g' /build/openwrt/trunk/build_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/uClibc-0.9.32/Rules.mak PATH='/build/openwrt/trunk/staging_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/bin:/build/openwrt/trunk/staging_dir/host/bin:/build/openwrt/trunk/staging_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/bin:/build/openwrt/trunk/staging_dir/host/bin:/build/openwrt/trunk/staging_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/bin:/build/openwrt/trunk/staging_dir/host/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games' make -C /build/openwrt/trunk/build_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/uClibc-0.9.32 AR=mips-openwrt-linux-uclibc-ar AS="mips-openwrt-linux-uclibc-gcc -c -Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -fhonour-copts -msoft-float" LD=mips-openwrt-linux-uclibc-ld NM=mips-openwrt-linux-uclibc-nm CC="mips-openwrt-linux-uclibc-gcc" GCC="mips-openwrt-linux-uclibc-gcc" CXX="mips-openwrt-linux-uclibc-g++" RANLIB=mips-openwrt-linux-uclibc-ranlib STRIP=mips-openwrt-linux-uclibc-strip OBJCOPY=mips-openwrt-linux-uclibc-objcopy OBJDUMP=mips-openwrt-linux-uclibc-objdump SIZE=mips-openwrt-linux-uclibc-size DEVEL_PREFIX=/ RUNTIME_PREFIX=/ HOSTCC="gcc" CPU_CFLAGS="-funsigned-char -fno-builtin -fno-asm --std=gnu99 -ffunction-sections -fdata-sections -Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -fhonour-copts -msoft-float" ARCH=""mips"" LIBGCC="/build/openwrt/trunk/staging_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/lib/gcc/mips-openwrt-linux-uclibc/4.6.1/libgcc_initial.a" DOSTRIP="" PREFIX= all make[4]: Entering directory `/build/openwrt/trunk/build_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/uClibc-0.9.32' mips-openwrt-linux-uclibc-gcc -c libc/misc/internals/errno.c -o libc/misc/internals/errno.os -include ./include/libc-symbols.h -Wall -Wstrict-prototypes -Wstrict-aliasing -funsigned-char -fno-builtin -fno-asm --std=gnu99 -ffunction-sections -fdata-sections -Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -fhonour-copts -msoft-float -fno-stack-protector -nostdinc -I./include -I./include -I. -I./libc/sysdeps/linux -I./libc/sysdeps/linux/mips -Os -funit-at-a-time -fmerge-all-constants -fstrict-aliasing -fno-tree-loop-optimize -fno-tree-dominator-opts -fno-strength-reduce -mno-split-addresses -I./libpthread/nptl -I./libpthread/nptl -I./libpthread/nptl/sysdeps/unix/sysv/linux/mips/ -I./libpthread/nptl/sysdeps/unix/sysv/linux/mips -I./libpthread/nptl/sysdeps/mips -I./libpthread/nptl/sysdeps/mips -I./libpthread/nptl/sysdeps/unix/sysv/linux -I./libpthread/nptl/sysdeps/unix/sysv/linux -I./libpthread/nptl/sysdeps/pthread -I./libpthread/nptl/sysdeps/pthread/bits -I./libpthread/nptl/sysdeps/generic -I./ldso/ldso/mips -I./ldso/include -I./libc/sysdeps/linux/common -I/build/openwrt/trunk/build_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/linux-dev/include/ -isystem /build/openwrt/trunk/staging_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/lib/gcc/mips-openwrt-linux-uclibc/4.6.1/include-fixed -isystem /build/openwrt/trunk/staging_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/lib/gcc/mips-openwrt-linux-uclibc/4.6.1/include -DNDEBUG -D__USE_STDIO_FUTEXES__ -fPIC -MT libc/misc/internals/errno.os -MD -MP -MF libc/misc/internals/.errno.os.dep libc/misc/internals/errno.c:8:1: internal compiler error: in do_assemble_alias, at varasm.c:5438 Please submit a full bug report, with preprocessed source if appropriate. See <https://dev.openwrt.org/> for instructions. make[4]: *** [libc/misc/internals/errno.os] Error 1 make[4]: Leaving directory `/build/openwrt/trunk/build_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/uClibc-0.9.32' make[3]: *** [/build/openwrt/trunk/staging_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/stamp/.uclibc_installed] Error 2 make[3]: Leaving directory `/build/openwrt/trunk/toolchain/uClibc' make[2]: *** [toolchain/uClibc/compile] Error 2 make[2]: Leaving directory `/build/openwrt/trunk' make[1]: *** [/build/openwrt/trunk/staging_dir/toolchain-mips_r2_gcc-4.6.1_uClibc-0.9.32/stamp/.toolchain_install] Error 2 make[1]: Leaving directory `/build/openwrt/trunk' make: *** [world] Error 2
Attachments (0)
Change History (3)
comment:1 Changed 7 years ago by michael.mc.lam@…
comment:2 Changed 7 years ago by nbd
- Resolution set to worksforme
- Status changed from new to closed
comment:3 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.
After doing make distclean, reload configuration and rebuild the issue had gone away.