hi,
I created a managed c project and added a main.c file, which only includes:
#include <stdio.h> main(){ }
But I get the following error:
m68k-palmos-gcc -g -o ekg2 main.o
/usr/m68k-palmos/lib/crt0.o(.text+0x64): In function `start':
crt0.c:69: undefined reference to `PilotMain'
/usr/m68k-palmos/lib/gdbstub.o(.text+0x7a): In function `StartDebug':
gdbstub.c:46: undefined reference to `PilotMain'
collect2: ld returned 1 exit status
make: *** [ekg2] Error 1
Build complete for project ekg2
Thanks for the help,
Bruce
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/