Hi
I'd like to use CodeWarrior for HCS12(X) Microcontrollers (S12XE processor) with the strict Ansi option enabled (-Ansi).
The library files are not compliant with this option (i.e. mc9s12xep100.h has the bitfields defined with byte type).
Is there a way to temporarily disable this option in a file?
I'd like to avoid to modify the library files to make them compliant....
Many thanks
Davide
解決済! 解決策の投稿を見る。
Hello
-Ansi option can only be used on command line.
There is no way to activate/deactivate it through pragma.
CrasyCat
Thank you.
So any idea on how to compile a project with -Ansi option enabled within CW (using the standard files and libraries)?
Davide
Hello
-Ansi option can only be used on command line.
There is no way to activate/deactivate it through pragma.
CrasyCat