Hi there,
I am trying to familiarize myself with CCS and the eZDSP stick. For this reason, I tried to replicate the Audio Filter example, i.e. I wanted to copy the project in CCS and paste it under a new name. While the original project can be compiled and runs just fine, the copied project terminates the building process with errors ([E0000] parse error) in basically every line of fir.asm.
I noticed that in the original project, the file fir.asm has a blue "triangle" icon on the top left corner of its icon (in the C/C++-Projects view, which shows all included files - see attached picture). My questions are mainly: What does this triangle indicate? How can I change the icon of the file fir.asm of my coypied project to also show this triangle?
If anybody of you knows why there are these parse errors after copying/pasting a project, I would be especially happy. Sorry if these are silly questions, I'm a noob.