buildworld does work on PPC32

Michael Tuexen tuexen at freebsd.org
Tue Jul 16 21:00:10 UTC 2019


Dear all,

when trying to do make buildworld on a 32-bit PPC machine (Mac Mini G4) on FreeBSD head as of today, the following happens:

cc -c -I /usr/home/tuexen/head/gnu/usr.bin/cc/cc_tools/../libiberty -O2 -pipe  -I. -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/home/tuexen/head/powerpc.powerpc/tmp/usr\" -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/home/tuexen/head/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/home/tuexen/head/contrib/gcc -I/usr/home/tuexen/head/contrib/gcc/config -I/usr/home/tuexen/head/contrib/gcclibs/include -I/usr/home/tuexen/head/contrib/gcclibs/libcpp/include -I/usr/home/tuexen/head/contrib/gcclibs/libdecnumber -g -DGENERATOR_FILE -DHAVE_CONFIG_H -g  -std=gnu89     -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc/tmp/legacy/usr/include -o xstrerror.o /usr/home/tuexen/head/contrib/gcclibs/libiberty/xstrerror.c
ranlib libiberty.a
cc -O2 -pipe  -I. -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/home/tuexen/head/powerpc.powerpc/tmp/usr\" -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/home/tuexen/head/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/home/tuexen/head/contrib/gcc -I/usr/home/tuexen/head/contrib/gcc/config -I/usr/home/tuexen/head/contrib/gcclibs/include -I/usr/home/tuexen/head/contrib/gcclibs/libcpp/include -I/usr/home/tuexen/head/contrib/gcclibs/libdecnumber -g -DGENERATOR_FILE -DHAVE_CONFIG_H -g  -std=gnu89     -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc/tmp/legacy/usr/include  -Wl,--secure-plt   -L/usr/obj/usr/home/tuexen/head/powerpc.powerpc/tmp/legacy/usr/lib -o genmodes genmodes.o errors.o libiberty.a
./genmodes -h > insn-modes.h
*** Signal 11

Stop.
make[3]: stopped in /usr/home/tuexen/head/gnu/usr.bin/cc/cc_tools
*** Error code 1

Stop.
make[2]: stopped in /usr/home/tuexen/head
*** Error code 1

Stop.
make[1]: stopped in /usr/home/tuexen/head
*** Error code 1

Stop.
make: stopped in /usr/home/tuexen/head

Any idea what is going wrong?

Best regards
Michael



More information about the freebsd-ppc mailing list