[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Compiling under cygwin

husnaini798

10/21/2003 1:24:00 PM

The problem which i am facing right now is that when i compile my
program using Cygwin.This error keeps popping up.Is it because my
program has exceeded some limited size ??

$ make all
m68k-palmos-gcc -c CareLog.c -o CareLog.o
m68k-palmos-gcc CareLog.o -o CareLog
/usr/m68k-palmos/bin/ld: region coderes is full (CareLog section
..text)
/usr/m68k-palmos/lib/crt0.o(.text+0x70): In function `start':
crt0.c:72: relocation truncated to fit: DISP16 __do_dtors
/usr/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0xe0): In function
`__do_dtors':
hooks.c:76: relocation truncated to fit: DISP16 start
collect2: ld returned 1 exit status
make: *** [CareLog] Error 1

Can anybody help me out in this regard.

Kind regards,
Husnain Malik