Date: Tue, 17 Feb 2015 19:04:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-mips@FreeBSD.org Subject: [Bug 197259] [mips64] First Pass at clang enabled builds for mips64 (with clang36) Message-ID: <bug-197259-27794-XlUX5EyLJU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-197259-27794@https.bugs.freebsd.org/bugzilla/> References: <bug-197259-27794@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197259 --- Comment #19 from Sean Bruno <sbruno@FreeBSD.org> --- clang/llvm doesn't appear to support the dla instruction. I will open an upstream bug. -------------------------------------------------------------- >>> stage 4.2: building libraries -------------------------------------------------------------- cd /home/sbruno/bsd/clang360-import; MAKEOBJDIRPREFIX=/var/tmp/mips.mips64 MACHINE_ARCH=mips64 MACHINE=mips CPUTYPE= GROFF_BIN_PATH=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/bin GROFF_FONT_PATH=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/share/tmac _SHLIBDIRPREFIX=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp _LDSCRIPTROOT= VERSION="FreeBSD 11.0-CURRENT mips64 1100059" INSTALL="sh /home/sbruno/bsd/clang360-import/tools/install.sh" PATH=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/sbin:/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/bin:/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/bin:/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/sbin:/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin CC="cc " CXX="c++ " DEPFLAGS="" CPP="cpp " AS="as" AR="ar" LD="ld" NM=nm OBJDUMP=objdump OBJCOPY="objcopy" RANLIB=ranlib STRINGS= SIZE="size" make -f Makefile.inc1 DESTDIR=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp -DNO_FSCHG MK_HTML=no -DNO_LINT MK_MAN=no MK_PROFILE=no MK_TESTS=no MK_TESTS_SUPPORT=yes libraries cd /home/sbruno/bsd/clang360-import && make -f Makefile.inc1 _prereq_libs && make -f Makefile.inc1 _startup_libs && make -f Makefile.inc1 _prebuild_libs && make -f Makefile.inc1 _generic_libs ===> gnu/lib/libssp/libssp_nonshared (obj,depend,all,install) sh /home/sbruno/bsd/clang360-import/tools/install.sh -C -o root -g wheel -m 444 libssp_nonshared.a /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib ===> gnu/lib/libgcc (obj,depend,all,install) sh /home/sbruno/bsd/clang360-import/tools/install.sh -C -o root -g wheel -m 444 libgcc_eh.a /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib ===> lib/libcompiler_rt (obj,depend,all,install) sh /home/sbruno/bsd/clang360-import/tools/install.sh -C -o root -g wheel -m 444 libcompiler_rt.a /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/libgcc.a -> libcompiler_rt.a ===> gnu/lib/csu (obj,depend,all,install) sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444 crtbegin.o /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtbegin.o sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444 crtend.o /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtend.o sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444 crtbeginT.o /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtbeginT.o sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444 crtbeginS.o /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtbeginS.o sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444 crtendS.o /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtendS.o ===> lib/csu/mips (obj,depend,all,install) sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444 crt1.o crti.o crtn.o Scrt1.o gcrt1.o /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib ===> lib/libc (obj,depend,all,install) cc -O -pipe -G0 -I/home/sbruno/bsd/clang360-import/lib/libc/include -I/home/sbruno/bsd/clang360-import/lib/libc/../../include -I/home/sbruno/bsd/clang360-import/lib/libc/mips -DNLS -DSOFTFLOAT -D__DBINTERFACE_PRIVATE -I/home/sbruno/bsd/clang360-import/lib/libc/../../contrib/gdtoa -I/home/sbruno/bsd/clang360-import/lib/libc/../../contrib/libc-vis -DINET6 -I/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/lib/libc -I/home/sbruno/bsd/clang360-import/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/home/sbruno/bsd/clang360-import/lib/libc/../libmd -I/home/sbruno/bsd/clang360-import/lib/libc/../../contrib/jemalloc/include -DMALLOC_PRODUCTION -I/home/sbruno/bsd/clang360-import/lib/libc/../../contrib/tzcode/stdtime -I/home/sbruno/bsd/clang360-import/lib/libc/stdtime -I/home/sbruno/bsd/clang360-import/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/home/sbruno/bsd/clang360-import/lib/libc/rpc -I/home/sbruno/bsd/clang360-import/lib/libc/mips/softfloat -I/home/sbruno/bsd/clang360-import/lib/libc/softfloat -DSOFTFLOAT_FOR_GCC -DYP -DNS_CACHING -DSYMBOL_VERSIONING -DSYSCALL_COMPAT -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /home/sbruno/bsd/clang360-import/lib/libc/mips/gen/_ctx_start.S /home/sbruno/bsd/clang360-import/lib/libc/mips/gen/_ctx_start.S:37:2: error: unknown instruction dla $25, _ctx_done ^ *** Error code 1 Stop. make[4]: stopped in /home/sbruno/bsd/clang360-import/lib/libc *** Error code 1 Stop. make[3]: stopped in /home/sbruno/bsd/clang360-import *** Error code 1 Stop. make[2]: stopped in /home/sbruno/bsd/clang360-import *** Error code 1 Stop. make[1]: stopped in /home/sbruno/bsd/clang360-import *** Error code 1 Stop. make: stopped in /home/sbruno/bsd/clang360-import -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197259-27794-XlUX5EyLJU>