在线时间2221 小时
UID3253523
注册时间2016-3-21
NXP金币2869
该用户从未签到
超级版主
 
- 积分
- 24879
- 最后登录
- 2025-7-20
|
发表于 2017-7-26 16:03:31
|
显示全部楼层
这是个关于Codewarror 移植到KDS的FAQ,希望能帮助扫清障碍
Q: Can I import CodeWarrior projects?
A: Yes and no. CodeWarrior uses a different compiler (Launchpad GNU ARM gcc), while KDS is using a different version with different libraries. The build tool panels are similar, but not the same (KDS is using the open Source GNU ARM Eclipse plugins, while CodeWarrior uses an earlier and modified variant of that). As such, the compiler and project settings are similar, but not compatible. Moreover, the libraries (EWL in CodeWarrior, newlib and nano in KDS) are completely different. There is a migration assistant feature in KDS (see the KDS Quickstart Guide) which helps with some of the migrations settings. But it might be a cleaner approach just to create a new project with the new project wizard, and then add the CodeWarrior source files to the new KDS project instead. |
|