Page 1 of 1

CodeWarrior Help

Posted: Fri Mar 05, 2010 10:46 am
by ngcontrol
I have CodeWarrior IDE version 5.9.0 build 2836. I start Codewarrior and open the template.mcp, but then I do not understand how to make a new s19 file. Could someone help out, or point me to where I could find this info?

Re: CodeWarrior Help

Posted: Fri Mar 05, 2010 12:37 pm
by Bernard Fife
ngcontrol,

To compile (actually compile/link/locate) the code in Codewarrior, you use the 'Project/Make' menu item (or the F7 key for a shortcut). That will create a S19 file in the projects /BIN/ folder from the source code. It will also create a number of other files that detail how the compiling was done (where variables are located in memory, for example).

Lance.

Re: CodeWarrior Help

Posted: Fri Mar 05, 2010 4:48 pm
by ngcontrol
Lance,
Sure enough, there they are. I have much to learn. Thanks for the help.