Hello,
I created a new project in CCS V5. I have header files that declare variables and these header files are included in the c source files. When the linker runs, I get errors for all my symbols. The console shows them as "undefined symbol" and the problem window shows them as "unresolved symbol". In the header files, the variables are declared as extern.
The header files are in my project.
Can you please tell me what I am doing wrong? Thank you.
Lettie