At 12:55 PM 3/23/2004, you wrote:
I want Codewarrior 9 to create a 68k stand alone code resource, or rather a
68k binary file from some c code.

OK, this should work.


I used to do this earlier with Codewarrior 8, now I keep getting the
following link error no matter how I define __Startup__ ...

"Link Error : __RunttimeModule__: '__Startup__' referenced from
'__DummyStartup__' is undefined."

What do I need to do to get rid of this link error?

Are you building C++ code? Have you done a "disassemble" on the code to see what link name is being given for your __Startup__ function? Maybe you need some extern "C" magic. You can change the settings to pick what name is used for the entry point of the code resource if that helps.


Is there a step by step manual how to set up a target in CW9 that creates
(only) a stand alone 68k binary file?

Not one of which I'm aware.




-- 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/

Reply via email to