Hello,
I've been using code composer for a year and have added source files in the past but I have not needed a new C source for months until now, but when I add a new file it does not seem to be part of the project, it does not compile it.
As a test I call a simple function from some random place but this function is an "unresolved symbol"(see screen shot)
As another test I place garbage text but it does not produce a syntax error.
Several methods tried to add a file:
1) Right click in the Project Explorer on the project name and choose NEW/SOURCE FILE etc it then creates a new file(notice DS_Misc.c)
2) Create the file in another place. Right click the project and choose ADD FILES...(notice DS_Misc2.c)
I tried this in Code Composer 5.5 and 6.1
I think the project is corrupted but I tried it on another project with the same result. (Or I've forgotten something very basic.)
Any suggestions would be appreciated.
