Newbie tutorials for Codewarrior and ColdFire Lite

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Newbie tutorials for Codewarrior and ColdFire Lite

1,808 Views
MikeMiller
Contributor I
I am using CodeWarrior 6.3 to develop an application using the ColdFire Lite TCP/IP stack fro InterNiche on a MCF52233DEMO board.
 
Are there any simple tutorials for CodeWarrior explaining how to add the ColdFire Lite code to my project?
 
Thanks and best regards,
Mike.
Labels (1)
0 Kudos
2 Replies

367 Views
J2MEJediMaster
Specialist I
Assuming you already have a CodeWarrior project with your code in it:

1) Mouse-click on the folder with the ColdFire Lite and drag it to CodeWarrior's project window.

2) You should get an Add Files dialog asking you what targets to add the ColdFire Lite code to. Checkbox the appropriate targets and click OK.

3)You'll get a Project messages window that explains that access paths to the Coldfire Lite folder have been added to the project.

4) Use the target column in the project window to deselect the ColdFire Lite files that you don't want to be part of the build.

I'm not familiar with ColdFire Lite, so I can only explain the procedure in general terms.

---Tom

Message Edited by J2MEJediMaster on 2007-01-31 10:11 AM

0 Kudos

367 Views
MikeMiller
Contributor I
Many thanks JediMaster. That is exactly the answer I needed.
 
Best regards,
Mike
0 Kudos