I'm trying to get the examples that come with the Palm OS 5 SDK (68K) R2 to compile with CodeWarrior 8 and I can't seem to get any to compile. They all end up with the following link errors:
Link Error : StartupCode.c: Illegal object data in 'StartupCode.c'
Link Error : __RuntimeModule__: '__Startup__' referenced from '__DummyStartup__' is undefined.
I searched around for quite a while and wasn't able to find any documentation that shed any light on the problem. Does someone know what might be wrong?
You're using the demo version of CodeWarrior for Palm OS V8 and trying to link against the StartupCode.lib that's included in the SDK rather than the one included with the demo.
The demo version does NOT support being updated to a newer SDK. You'll need to purchase a full version to use that.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
