This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

unresolved symbol error DSP/BIOS 5 and CCS 5.5.0.00077

This is my first attempt at using CCS and a TI DSP. I am using a C6726 so I have the project set up for DSP Bios. As of right now I am unable to get a build to complete because it has the error:

"unresolved symbol my_function_name , first referenced in ./ DFE1cfg.obj"

I have the basic function calls in my main.cpp file before the main() function. I am trying to create Tasks and some SWI objects. I followed examples and used "_functionname" and several other syntax versions but it will not find the function defined. Is this a simple syntax issue or is there some other setting I am missing somewhere?