I have a lot of code that must run as part of an alarm event (more than 32k). Does the -T text_64k linker script make this possible? I tried running the script in PODS and am still getting the following errors. I updated the script per a message from Ben Combee and still get this error. Any ideas?
/usr/m68k-palmos/lib/crt0.o(.text+0x46): In function `start': crt0.c:62: relocation truncated to fit: DISP16 _GccRelocateData /usr/m68k-palmos/lib/crt0.o(.text+0x50):crt0.c:64: relocation truncated to fit: DISP16 __do_bhook /usr/m68k-palmos/lib/crt0.o(.text+0x5a):crt0.c:67: relocation truncated to fit: DISP16 __do_ctors /usr/m68k-palmos/lib/crt0.o(.text+0x70):crt0.c:72: relocation truncated to fit: DISP16 __do_dtors /usr/m68k-palmos/lib/crt0.o(.text+0x7a):crt0.c:74: relocation truncated to fit: DISP16 __do_ehook /usr/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0x16): In function `__do_bhook': hooks.c:28: relocation truncated to fit: DISP16 start /usr/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0x64): In function `__do_ehook': hooks.c:44: relocation truncated to fit: DISP16 start /usr/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0xa6): In function `__do_ctors': hooks.c:60: relocation truncated to fit: DISP16 start /usr/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0xe0): In function `__do_dtors': hooks.c:76: relocation truncated to fit: DISP16 start /usr/m68k-palmos/lib/libcrt.a(multi_dreloc.o)(.text+0xe): In function `_GccLoadCodeAndRelocateData': dreloc.c:56: relocation truncated to fit: DISP16 start collect2: ld returned 1 exit status -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
