Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Toolchain issue?



Hi,

Not sure if this is a toolchain issue or what, but I figured I'd post it here in case someone with more clues than myself wanted to have a look. When crosscompiling m68k Amiga from netbsd-5 on an amd64 system (also running netbsd-5), I'm seeing a failure here:

/usr/tools/bin/m68k--netbsdelf-gcc -Werror -m68060 -O2 -Wno-stack-protector 
-I/usr/src/gnu/usr.bin/gdb6/libgdb -I/usr/src/gnu/usr.bin/gdb6/libgdb/../arch/m68k 
-I/usr/src/gnu/dist/gdb6/gdb -I/usr/src/gnu/dist/gdb6/gdb/config 
-I/usr/src/gnu/dist/gdb6/include/opcode -I/usr/src/gnu/dist/gdb6 
-I/usr/src/gnu/usr.bin/gdb6/libgdb/../bfd/arch/m68k -I/usr/src/gnu/dist/gdb6/bfd 
-I/usr/src/gnu/dist/gdb6/include -DLOCALEDIR="/usr/share/locale" 
-DHAVE_CONFIG_H -DMI_OUT=1 -DTUI=1 -nostdinc -isystem /usr/dest-amiga/usr/include -c 
/usr/src/gnu/dist/gdb6/gdb/dwarf2-frame.c -o dwarf2-frame.o

/usr/src/gnu/dist/gdb6/gdb/dwarf2-frame.c: In function 'execute_cfa_program':
/usr/src/gnu/dist/gdb6/gdb/dwarf2-frame.c:529: internal compiler error: in 
replace_pseudos_in, at reload1.c:597
Please submit a full bug report,
with preprocessed source if appropriate.


If I change the -O2 to -O or remove the -m68060, this compiles fine.

Any ideas?

John


Home | Main Index | Thread Index | Old Index