[If this is the wrong list, please let me know - I just need the answer to this problem, but can't seem to find the right place to ask]
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?
The libraries are built into the Treo 600 device as shared libraries. You shouldn't need to link anything into your app to use these.
All the calls in 68K/Libraries/ImageLib.h, for example, are defined using SYS_TRAP macros that map to internal 68K TRAP instructions. If you include this header after including <PalmOS.h>, everything should be setup correctly for you.
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
