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?