Re: Hlep! GCC Link Error!

2002-02-15 Thread Brian Smith
On Fri, 15 Feb 2002, Hong Yu wrote: > Anybody please tell me how to make a multi_segment appl? > Since my appl will keep growing. http://prc-tools.sourceforge.net/doc/prc-tools_3.html --- Brian Smith // avalon73 at arthurian do

Re: Hlep! GCC Link Error!

2002-02-15 Thread Hong Yu
Anybody please tell me how to make a multi_segment appl? Since my appl will keep growing. Thanks! Hong Yu -- Eusoftware Co., Ltd. www.eusoftware.com "Max Bian" <[EMAIL PROTECTED]> wrote in message news:76762@palm-dev-forum... > > Try to relocate the functions in the file or the link order first.

Re: Hlep! GCC Link Error!

2002-02-15 Thread Max Bian
Try to relocate the functions in the file or the link order first. If this doesn't help, try to cut some text strings in the source code. If all these fail, go to multi-segment. Max --- Wojciech Godynski <[EMAIL PROTECTED]> wrote: > Hong Yu wrote: > > >My application now grow a little bit large

Re: Hlep! GCC Link Error!

2002-02-15 Thread Wojciech Godynski
Hong Yu wrote: >My application now grow a little bit larger than before. > >Now every time when I compile it, it return error message like this: > >PRC-TOOLS/H-I586-CYGWIN32/M68K-PALMOS/LIB/LIBCRT.A(hooks.o) >(.text+0xa6):hooks.c: relocation truncated to fit: DISP16 start > >How to fix this? > >T

Hlep! GCC Link Error!

2002-02-15 Thread Hong Yu
My application now grow a little bit larger than before. Now every time when I compile it, it return error message like this: PRC-TOOLS/H-I586-CYGWIN32/M68K-PALMOS/LIB/LIBCRT.A(hooks.o) (.text+0xa6):hooks.c: relocation truncated to fit: DISP16 start How to fix this? Thanks a lot in advance. -