Opened 13 years ago

Closed 10 years ago

#864 closed defect (worksforme)

Mips 64 Segfault

Reported by: Jonathan Owned by: clfs-commits@…
Priority: blocker Milestone:
Component: BOOK Version: CLFS Standard GIT
Keywords: Cc:

Description

Mips pure 64 Little Endian, Big Endian and Mips Multilib segfault when compiling GCC in chapter 6 even with Mips fix patch that works for Mips 32.

make[2]: Entering directory `/mnt/clfs/sources/gcc-build/gcc'
mips64el-unknown-linux-gnu-gcc -mabi=64 -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.6.0/gcc -I../../gcc-4.6.0/gcc/. -I../../gcc-4.6.0/gcc/../include -I../../gcc-4.6.0/gcc/../libcpp/include  -I../../gcc-4.6.0/gcc/../libdecnumber -I../../gcc-4.6.0/gcc/../libdecnumber/dpd -I../libdecnumber    insn-attrtab.c -o insn-attrtab.o
mips64el-unknown-linux-gnu-gcc -mabi=64 -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.6.0/gcc -I../../gcc-4.6.0/gcc/. -I../../gcc-4.6.0/gcc/../include -I../../gcc-4.6.0/gcc/../libcpp/include  -I../../gcc-4.6.0/gcc/../libdecnumber -I../../gcc-4.6.0/gcc/../libdecnumber/dpd -I../libdecnumber    insn-automata.c -o insn-automata.o
mips64el-unknown-linux-gnu-gcc -mabi=64 -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.6.0/gcc -I../../gcc-4.6.0/gcc/. -I../../gcc-4.6.0/gcc/../include -I../../gcc-4.6.0/gcc/../libcpp/include  -I../../gcc-4.6.0/gcc/../libdecnumber -I../../gcc-4.6.0/gcc/../libdecnumber/dpd -I../libdecnumber    ../../gcc-4.6.0/gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o
mips64el-unknown-linux-gnu-gcc: internal compiler error: Segmentation fault (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [tree-ssa-structalias.o] Error 4
make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/mnt/clfs/sources/gcc-build'
make: *** [all] Error 2

Change History (3)

comment:1 by chris@…, 11 years ago

I have recently built a full mips64 temp system, both multilib and pure64, with no problems. Is anyone else having this issue?

comment:2 by chris@…, 10 years ago

OK, just tested again - successfully used jhalfs to build a complete temp-system and boot section for all MIPS variants - 32/64, pure/multilib, and little/big endian - with no problems. In case it matters, this was on an x86_64 Pure64 host system.

comment:3 by chris@…, 10 years ago

Resolution: worksforme
Status: newclosed

OK, I've tested this a couple times and there have been no further replies in a while by anyone still experiencing this problem. Closing this ticket.

Note: See TracTickets for help on using tickets.