Hmmm, now I can compile, but if I enable -DDEBUG, I start to get segment errors at the link stage:
lib/gcrt0.o(.text+0x46):crt0.c: relocation truncated to fit: DISP16 _GccRelocateData lib/gcrt0.o(.text+0x50):crt0.c: relocation truncated to fit: DISP16 __do_bhook lib/gcrt0.o(.text+0x5a):crt0.c: relocation truncated to fit: DISP16 __do_ctors lib/gcrt0.o(.text+0x60):crt0.c: relocation truncated to fit: DISP16 _GdbStartDebug lib/gcrt0.o(.text+0x78):crt0.c: relocation truncated to fit: DISP16 __do_dtors lib/gcrt0.o(.text+0x82):crt0.c: relocation truncated to fit: DISP16 __do_ehook lib/libcrt.a(hooks.o)(.text+0x16):hooks.c: relocation truncated to fit: DISP16 start lib/libcrt.a(hooks.o)(.text+0x64):hooks.c: relocation truncated to fit: DISP16 start lib/libcrt.a(hooks.o)(.text+0xa6):hooks.c: relocation truncated to fit: DISP16 start lib/libcrt.a(hooks.o)(.text+0xe0):hooks.c: relocation truncated to fit: DISP16 start lib/libcrt.a(gdbstub.o)(.text+0x3c):gdbstub.c: relocation truncated to fit: DISP16 start lib/libcrt.a(multi_dreloc.o)(.text+0xe):dreloc.c: relocation truncated to fit: DISP16 start collect2: ld returned 1 exit status make: *** [viewer] Error 1 Mike, any ideas? Bill
