CodeWarrior to KDS conversion?

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

CodeWarrior to KDS conversion?

799 Views
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???

Labels (1)
0 Kudos
1 Reply

402 Views
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 Kudos