I can compile & link normal PalmOS apps without any problems, using gcc on my MacOS X 10.3.2 machine.
I then downloaded the Treo 600 headers from:
http://pluggedin.palmone.com/regac/pluggedin/auth/TreoDev
... but, there are no libraries anywhere on that page! So, I can compile programs with Treo 600-specific calls just fine, but linking them will of course fail! Any ideas?
m68k-palmos-gcc -O0 -g -I/usr/local/palmdev/Treo600/ -c hello.c -o hello.o
m68k-palmos-gcc -O0 -g -I/usr/local/palmdev/Treo600/ hello.o -o hello -lNetSocket -lPalmOSGlue
hello.o(.text+0x1c): In function `StartApplication':
hello.c:18: undefined reference to `ImageLibGetVersion'
collect2: ld returned 1 exit status
make: *** [hello] Error 1
Thanks, Peter
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
