I am quite new to CCS and Sys/Bios. The first trap I ran into was a folder named "src" is automatically excluded from build. So when I tried to make up a "hello world" project for test purposes and created a folder "src" for my sources which works with every other IDE I know, with CCS this wouldn't build.
After some resarch I found this document
http://processors.wiki.ti.com/index.php/SYS/BIOS_FAQs
which surprised me with the fact Sys/Bios lib files are intentionally placed in a folder named "src". I must admit "src" is not a name I would expect to find library files in.
Unfortunately when I follow the instructions for the workaround in adding the line
BIOS.libDir "= ../../libs";
to my cfg script, I get a compiler error "missing ; before statement" in the next line (which is empty).
Any ideas what might cause this are greatly appreciated. Thanks very much for your help.