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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

685 次查看
luisgoncalves
Contributor I

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

标签 (1)
0 项奖励
回复
1 回复

606 次查看
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 项奖励
回复