i'm getting compilation error from the files under c6000/include folder. these folders consist of the math.h, iostream.h etc files.
is it possible for these files to get error since it's provided by ti.
also, on my other projects, these include files are no problem. only to this specific project is giving me this error.
files that in trouble are exception, new and iosfwd
the errors example are:
1. indentifier " something" is undefined
2. expected a ")" or ";"
3. explicit type is missing
among bunch of other errors. most common are number 2 and i got 100 of these errors.
thanks