CodeWarrior to KDS conversion?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CodeWarrior to KDS conversion?

1,570件の閲覧回数
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)
0 件の賞賛
返信
1 返信

1,173件の閲覧回数
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 件の賞賛
返信