I have two computers with CodeWarrior IDE version 5.9.0 installed. With one, my code compiles with no errors at all, but with the other the exact same code has suddenly begun to produce a warning and an error:
C1135: Ignore Storage Class Specifier cause it only applies on objects
MC9S08GB60A.h line 896
and
Error: C2801: ';' missing
MC9S08GB60A.h line 1064
Both errors point to the same section of the header file for the MC9S08GB60A.h that relates to the SCI1BDL definition. The file has not been modified in any way. In fact, I deleted and re-copied the entire contents of the containing folder, then, in desperation, I re-installed codewarrior without results. Nothing i have done fixes this problem. I have tried starting an entirely new project with only the starting code in main.c and still get the same error. I have looked for some sort of ini file to over-write but cannot find such. This is very frustrating and I have run out of ideas.
PLEASE HELP!!
Dan