Port-amiga archive

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

Re: Toolchain issue?



[...]
/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.

You are compiling gdb for 68060? I never tried that. What do I have to do to
reproduce it? Add something to mk.conf?

Yes. You can add:

M68060=YES
CFLAGS+=-O2 -m68060
COPTS+=-O2 -m68060
COPTFLAGS+=-O2 -m68060

I never was sure which of CFLAGS, COPTS, and COPTFLAGS was appropriate and when.

I doubt this is a new problem, as our gcc version didn't change for a long
time.

Yes, it's been happening for a while, but until now I would just run that one manually, then resume the build with -u.

Now on to the memory issues...

Thanks,
John


Home | Main Index | Thread Index | Old Index