I am trying to enable program level compile on my test project but it get an error:
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building
target: Test.out'
'Invoking: Linker'
"C:/Program Files/Texas
Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv67p --symdebug:none
-O3 --program_level_compile --diag_warning=225 --debug_software_pipeline
--gen_opt_info=2 -k --src_interlist -z -m"TestBrms.map"
--stack_size=0x2000 --heap_size=0x16000 --warn_sections -i"C:/Program
Files/Texas Instruments/ccsv4/tools/compiler/c6000/lib" -i"C:/Program
Files/Texas Instruments/ccsv4/tools/compiler/c6000/include"
--reread_libs --rom_model -o "Test.out" -l"libc.a"
<Linking>
warning:
cannot resolve archive C:/Program Files/Texas
Instruments/ccsv4/tools/compiler/c6000/lib/libc.a to a compatible
library,
as no input files have been encountered
fatal error:
no input files
Is there a way to exclude the library from the program level compile?
Thanks!