I'm trying to build a sample program using CCS 6 and the Biss C application in Tidc920. I created an assembly project for the PRU and loaded the .p and include files into the project. When I go to build in CCS, I get
warning #10211-D: cannot resolve archive C:/TI/ccsv6/tools/compiler/ti-cgt-pru_2.1.1/lib/libc.a to a compatible library, as no input files have been encountered
fatal error #10009: no input files
>> Compilation failure
gmake: *** [PRU Test.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
The file builds fine if I use pasm.exe from DOS.
What's wrong with my setup?
Thanks.