PIL test supports TI's C6000 DSP using CCSv4.x version?

3 views (last 30 days)
Hi,
I'm using TI' C6000 DSP and CCSv4.x IDE.
Previously I found out that CCSv4 or CCSv5 doesn't support full automatic code generation. Unlike in CCSv3, after binary file is generated in MatLab, I have to load the binary file manually using CCSv4.
Now I meet a problem in Processor-in-the-loop testing, error occurred while executing the command 'building makefile'. Here's the error:
The build failed with the following message: "Evaluating prebuild target..." "D:/Program Files/Texas Instrument/xdctools_3_16_02_32/tconf" -b -Dconfig.importPath="D:\Program Files\Texas Instrument\bios_5_41_02_14\packages" ./test_.tcf "D:/Program Files/Texas Instrument/ccsv4/tools/compiler/C6000/bin/cl6x" -I"D:\Program Files\MatLab R2012a\toolbox\idelink\extensions\ticcs\inc" -I"D:\MatLab workspace\Matlab 2012a workspace\ used files\test__ticcs" -I"D:\MatLab workspace\Matlab 2012a workspace\ used files" -I"D:\Program Files\MatLab R2012a\extern\include" -I"D:\Program Files\MatLab R2012a\simulink\include" -I"D:\Program Files\MatLab R2012a\rtw\c\src" -I"D:\Program Files\MatLab R2012a\rtw\c\src\ext_mode\common" -I"D:\Program Files\MatLab R2012a\rtw\c\ert" -D"CHIP_6416" -D"__TICCSC__" -D"RT" -D"USE_RTMODEL" -mv6400 -D"MODEL=test_" -D"NUMST=1" -D"NCSTATES=0" -D"HAVESTDIO=" -D"ONESTEPFCN=1" -D"TERMFCN=1" -D"MAT_FILE=0" -D"MULTI_INSTANCE_CODE=0" -D"INTEGER_CODE=0" -D"MT=0" -D"TID01EQ=0" -I"D:\Program Files\Texas Instrument\ccsv4\tools\compiler\C6000\include" -I"D:\Program Files\Texas Instrument\C6xCSL\include" -I"D:\Program Files\Texas Instrument\bios_5_41_02_14\packages\ti\bios\include" -fr"./derived/" ./MW_c6xxx_bsl.c ./MW_c6xxx_csl.c ./test_.c ./test__main.c ././test_cfg.s62 ././test_cfg_c.c [MW_c6xxx_bsl.c] [MW_c6xxx_csl.c] "./MW_c6xxx_csl.c", line 461: warning: variable "timerCfg" was set but never used "./MW_c6xxx_csl.c", line 462: warning: variable "timerEventId" was declared but never referenced [test_.c] [test__main.c] "./test__main.c", line 26: fatal error: could not open source file "pil_interface_lib.h" 1 fatal error detected in the compilation of "./test__main.c". Compilation terminated.
>> Compilation failure gmake: * [derived/MW_c6xxx_bsl.obj] Error 1
Perhaps it failed communicating between the host PC and DSP. Has anyone experienced this? Is there a solution?
Thanks a lot!
  1 Comment
Kaustubha Govind
Kaustubha Govind on 20 May 2013
A similar error occured due to Bug# 362908 in R2007a, but it appears that you are using R2012a, so this may not be the issue. You might need to contact MathWorks Support to see if this might be a new bug.

Sign in to comment.

Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!