After i upgraded CCS from version 9 to 10.2 i get alot of errors when building my projects. Also experienced this on another project a while back when updating from version 8 to 9.
The error consists of:
-Invalid arguments '
-Symbol 'NULL ' could not be resolved
I receive between 20 and 70 errors each time i build. The invalid arguments are usually clock.h functions like clock_create(), clock_isactive() and clock_start. And event.h functions like event_pend and event_post.
If i rebuild index, then mark click on the line where the error occur, all errors in that file disappear until i build the project again.
The only appear in the files that are currently open.
Anyone got any solution or have experienced this themselves?
Regards,
-Ole