Mail Archives: djgpp/1997/05/21/14:14:22
Has anyone successfully recompiled the Full Screen Debugger?
It is in /src/debug/fsdb/
I am having trouble with fullscr.c
At first I thought it was a PGCC problem, but after a little more
troubleshooting I am not sure.
PGCC on -O6 hangs (this is a real problem)
PGCC on -O2 puts three 'xorl %al, %al' in the .s file and
gas won't assemble it
PGCC with no -O flag puts 1 'xorl %al, %al' ...
I overwrote just cc1.exe with the normal one from DJ (still have
new gcc, cpp, and as), and tried with it.
I got the same results on -O2 and with nothing!?
Any ideas ...
Andrew
- Raw text -