On Thu, 6 Nov 2003 05:17 pm, husnain malik wrote: > Hi all, > This error has been bugging for the last week. But i > cant > get rid of it.This is when i have segmented my > application .. Is it > because of my prctools ?? > > m68k-palmos-gcc -c Care.c -o Care.o > m68k-palmos-gcc -c CareSec2.c -o CareSec2.o > m68k-palmos-multigen Care.def > m68k-palmos-gcc -o Care Care.o CareSec2.o Care-sections.ld > Care.o(.text+0x7462):Care.c: undefined reference to > `__text__sec2form' > collect2: ld returned 1 exit status > make: *** [Care] Error 1
I think the link line should include Care-sections.o as well as Care-sections.ld m68k-palmos-gcc -o Care Care.o CareSec2.o Care-sections.o Care-sections.ld I did a quick test and it looks like I get the same type of error if I leave it out. Nicholas -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
