Does CodeWarrior 8.3 (64k) compatible with Motorola SDK 3.0 for 56F80X?

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

Does CodeWarrior 8.3 (64k) compatible with Motorola SDK 3.0 for 56F80X?

384 Views
luisgoncalves
Contributor I

Does CodeWarrior 8.3 (64k) compatible with Motorola SDK 3.0 for 56F80X?

Labels (1)
0 Kudos
1 Reply

305 Views
TICS_Fiona
NXP Employee
NXP Employee

There’s no SDK supplied since CodeWarrior 6.0. We use Processor in CodeWarrior to replace the SDK.

If SDK has been applied in you original project, and you want to go on using the code supplied by SDK, all you need to do is to add some access path to Embedded SDK Source as follows:

a) Open the CodeWarrior 8.0 and click Edit menu followed by selecting Preference item;

b) Click "Source Trees" under "General" panels on the left;

c) In the Name edit box, enter: Embedded SDK Source

d) Click "Choose" button and select the path to the src subfolder of the SDK installation directory;

e) Click "Add" button followed by clicking Apply button;

f) Load your old SDK project and rebuild it.

This needs you to install SDK in your computer.  It is separated software.

0 Kudos