Dear All,
Following are the details of the hardware used:
1. Development board: EVB9S12XF512E (S12XFSTARTERKITE: S12XF 2-Node Starter Kit)
2. Target Processor: MC9S12XF512MLM
3. IDE: CodeWarrior Classic HCS12(X) 5.2 (Added the missing derivatives)
I would like to use standard C header files for string operations for my project such as:
==> stdint.h
edit: I found string.h, stddef.h inside the CW library but could not find "stdint.h".
Is there an option to add these files thru the compiler in CodeWarrior or should I add each header files individually to the project?
Any help is much appreciated. @dianabatrlova @RadekS
Thank you.
Best regards,
Rohit
已解决! 转到解答。
Hello Rohit,
After the discussion with the CW expert.
The CW for the S12X v5.2 compiler is C90 compatible. The "stdint.h" is C99, so, as I know, CW5.2 doesn’t have an option to support it.
Best regards,
Diana
Hello Rohit,
After the discussion with the CW expert.
The CW for the S12X v5.2 compiler is C90 compatible. The "stdint.h" is C99, so, as I know, CW5.2 doesn’t have an option to support it.
Best regards,
Diana