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???
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.
In addition, these two links should be helpful to you:
https://community.freescale.com/docs/DOC-103698
Best Regards
Fiona Kuang
TIC - Technical Information Center
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------