>Hi, > >Does anyone (Ben?) know if it is possible to get "Map file" >type information for each of the built objects in CodeWarrior 8.3 (9 is on order). >Specifically I am looking for which functions are included in which object, their >offset within the object and hopefully also, which functions they call outside of the >object (ie which they are going to try to link with).
In the Linker panel, there is a checkbox labeled "Generate Map File". This is done at link time, not compile time. If you disassemble a file (using the menu under the "Project" menu), you will see the object code and references for a single source file. -- -- Marshall Marshall Clow Idio Software <mailto:[EMAIL PROTECTED]> Hey! Who messed with my anti-paranoia shot? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
