If you only got this error when using -g to compile and link, consider breaking your code to several files and only gcc -g those you want to debug.
"Nick Morton" <[EMAIL PROTECTED]> wrote in message news:110513@palm-dev-forum... > > Hi, > > Can anyone help interpret the following error messages > that suddenly appeared when I tried to compile my > program ? > > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/crt0.o(.text+0x46):crt0.c: > relocation truncated to fit: DISP16 _GccRelocateData > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/crt0.o(.text+0x50):crt0.c: > relocation truncated to fit: DISP16 __do_bhook > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/crt0.o(.text+0x5a):crt0.c: > relocation truncated to fit: DISP16 __do_ctors > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/crt0.o(.text+0x70):crt0.c: > relocation truncated to fit: DISP16 __do_dtors > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/crt0.o(.text+0x7a):crt0.c: > relocation truncated to fit: DISP16 __do_ehook > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/libcrt.a(single_dreloc.o)(.text+0 x30):dreloc.c: > relocation truncated to fit: DISP16 start > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0x16):hoo ks.c: > relocation truncated to fit: DISP16 start > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0x64):hoo ks.c: > relocation truncated to fit: DISP16 start > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0xa6):hoo ks.c: > relocation truncated to fit: DISP16 start > /prc-tools/H-i586-cygwin32/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0xe0):hoo ks.c: > relocation truncated to fit: DISP16 start > collect2: ld returned 1 exit status > /PalmDev/PRC-TO~1/H-I586~1/BIN/M68K-~13.EXE: can't > open `Formula1': No such file or directory > /PalmDev/PRC-TO~1/H-I586~1/BIN/BUILD-~1.EXE: can't > read raw file `*.grc': No such file or directory > File not found > > Compilation done > > Thanks, > > Nick > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
