I'm trying to link multiple object files into a single executable file by 
calling in cygwin:
m68k-palmos-gcc -O2 -o immg *.o
But I'm getting the following error:
immg.o(.text+0xd0):immg.c: undefined reference to `MemGluePtrNew'
collect2: ld returned 1 exit status

The compilation of the immg.o file is successful.  I only get stuck on the 
linking.  I also included both <PalmOS.h> and <MemGlue.h> in the code.  

Any ideas?

Thanks
Anning


-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to