OK guys.....this is getting really frustrating..... I imported a virgin copy of AudioFilterDemo from your code.google site (http://code.google.com/p/c5505-ezdsp/downloads/list). I built it as-is and it worked fine. I then tried to change the memory model from huge (as it came in the.zip file) to large using the following (see the drop-down box middle-right "large"):
I did not modify the CCS Build page (see below)
NOW I GET A LINKER ERROR AS SHOWN BELOW! Why is CCS4 using rfs55h.lib? I have not changed anything from the default (automatic) setting (although "automatic" does not show up in the above window. In fact, CLICKING ON EITHER THE RUNTIME SUPPORT LIBRARY DROP-DOWN LIST, OR CLICKING THE ASSOCIATED "BROWSE" BUTTON DOES *NOTHTING*. THEY APPEAR TO BE DISABLED UNTIL YOU CLICK ON "DEVICE VARIANT" AT THE TOP FO THE WINDOW.
Please give me your guidance on this supposedly simple change of memory model config.........
===============================================================
'Building target: Audio_Filter_Demo.out'
'Invoking: Linker'
"C:/Program Files/TI2/ccsv4/tools/compiler/C5500 Code Generation Tools 4.3.6/bin/cl55" -@ccsLinker.opt -o "Audio_Filter_Demo.out"
<Linking>
fatal error: file "C:/Program Files/TI2/ccsv4/tools/compiler/C5500 Code Generation Tools 4.3.6/lib/rts55h.lib<exit.obj>" has a Tag_Memory_Model attribute value of "3" that is different than one previously seen ("2"); combining incompatible files >> Compilation failure C:\Program Files\TI2\ccsv4\utils\gmake\gmake: *** [Audio_Filter_Demo.out] Error 1 C:\Program Files\TI2\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors. Build complete for project Audio_Filter_Demo

