CodeWarrior to KDS conversion?

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

CodeWarrior to KDS conversion?

963 次查看
vigneshbalaji
Senior Contributor I

Hi,

    I am migrating from CodeWarrior to KDS.I am finding problem with these files.

 

cstdint, cstring .

 

I know that codeWarrior uses EWL and KDS uses Newlib.What are the replacement for those files???

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

566 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello VIGNESH

KDS use GNU Tools for ARM Embedded (launchpad, GCC ARM Embedded in Launchpad) toolchain from v3.0.

Its library is under:

C:\Freescale\KDS_v3\Toolchain\arm-none-eabi\lib

Its difference with CodeWarrior is that the user does not need to add the library file in the linker settings in Project Properties. Based on the compiler and architecture options configured in Project Properties, the linker uses the corresponding pre-built libraries. 

For cstring operations,  you can choose C99 support.

compiler.png

In addition, these two links should be helpful to you:

https://community.freescale.com/docs/DOC-103698

https://mcuoneclipse.com/2014/07/11/switching-arm-gnu-tool-chain-and-libraries-in-kinetis-design-stu...

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复