I have been using CCS 3.1, and I just upgrade to 3.3. When I imported my project, it said it updated successfully, and I can view all my source files. However, first went to view the DSP/BIOS .tcf file, I got several script errors. After editing the file in UltraEdit, I fixed the scripting errors, but I'm not getting linking errors on compile (which is understandable considering I hand-edited the .tcf file).
I thought it might be easier to just recreate my DSP/BIOS configuration file, so I created a new file in CCS 3.3. Before changing anything in it, I saved the file and still received an error saying:
js: "./MyFile.tcf", line 11: Heaps are enabled, but the segment for DSP/BIOS objects (MEM.BIOSOBJSEG) is not set correctly. Please create a heap in one of your deata segments and set MEM.BIOSOBJSEG to it.
"./<stdin>", line 3
If I disable the heaps, this error goes away, but the fact is I need the heaps for the application I'm doing. Suggestions?