CodeWarrior Help

A forum for discussing the applications and implementations of the DIY general code template for the GPIO and its 25 user inputs and outputs (+ serial & CAN). The code is 99% complete, the user just has to add their own conditional I/O logic and compile (with a free special Edition of CodeWarrior).
Post Reply
ngcontrol
Posts: 2
Joined: Fri Mar 05, 2010 9:16 am

CodeWarrior Help

Post 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?
Bernard Fife
Posts: 1696
Joined: Fri Apr 04, 2008 1:28 pm

Re: CodeWarrior Help

Post 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.
"Never wrestle with pigs. You both get dirty and the pig likes it." - George Bernard Shaw
ngcontrol
Posts: 2
Joined: Fri Mar 05, 2010 9:16 am

Re: CodeWarrior Help

Post by ngcontrol »

Lance,
Sure enough, there they are. I have much to learn. Thanks for the help.
Post Reply