Help with C6713 board on Matlab 2014a and CCS5 on windows 7

3 views (last 30 days)
Hi there,
This semester we have to work with CCS5 and Matlab 2014a for C6713 board in Windows 7.
I am working on Echo_control project from the book "Digital Signal Processing and Applications with the C6713 and C6416 DSK".
I have created the simulation model in Matlab as shown below
I have changed the simulation configuration parameters as required. But I get the following error,
Please help me asap.
Thanks and Regards, Vanitha
  1 Comment
vanitha narayan  raju
vanitha narayan raju on 18 Aug 2014
Edited: vanitha narayan raju on 18 Aug 2014
Hi there,
I have attached my xmakefilesetup file below
As per the forum (<http://www.mathworks.com/matlabcentral/answers/25472-ccs-5-1-integration-when-and-how>) I should see
CCS Installation: C:\TI\ccsv5 Code geeneration Tools: C:\TI\ccsv5\tools\compiler\c2000 Code geeneration Tools: C:\TI\bios_6_32_05_54
But I just see CCS Installation, Code generation Tools and Chip Support Library.I don't know where to link the Chip Support Library.
After this step, I get following error ("Fatal error in slbuild")
And sometimes I get this error
The call to idelink_grt_make_rtw_hook, during the exit hook generated the following error: Error while building the project.
The build process will terminate as a result.
Error while building the project.
The build failed with the following message: "C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -I"C:/Program Files/MATLAB/R2014a/toolbox/idelink/extensions/ticcs/inc" -I"C:/Users/vanitha/Desktop/Echo_Hardware_ticcs" -I"C:/Users/vanitha/Desktop" -I"C:/Users/vanitha/Desktop/DSP LABS/Week 3/lab" -I"C:/Program Files/MATLAB/R2014a/extern/include" -I"C:/Program Files/MATLAB/R2014a/simulink/include" -I"C:/Program Files/MATLAB/R2014a/rtw/c/src" -I"C:/Program Files/MATLAB/R2014a/toolbox/dsp/include" -I"C:/Program Files/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src" -I"C:/Program Files/MATLAB/R2014a/toolbox/dsp/extern/src/export/include" -I"C:/Program Files/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include" -D"CHIP_6713" -D"__TICCSC__" -D"RT" -D"USE_RTMODEL" -mv6710 -D"MODEL=Echo_Hardware" -D"NUMST=1" -D"NCSTATES=0" -D"HAVESTDIO=" -D"INTEGER_CODE=0" -D"MT=0" -D"CLASSIC_INTERFACE=1" -D"ALLOCATIONFCN=0" -D"ONESTEPFCN=0" -D"TERMFCN=1" -D"MULTI_INSTANCE_CODE=0" -D"TID01EQ=0" -I"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" -I"C:/ti/DSK6713/include" -fr"./derived/" ./rt_sim.c ./Echo_Hardware.c ./Echo_Hardware_data.c ./Echo_Hardware_main.c ./MW_c6xxx_bsl.c ./MW_c6xxx_csl.c ./rtGetInf.c ./rtGetNaN.c ./rt_nonfinite.c [rt_sim.c] [Echo_Hardware.c] ".\Echo_Hardware.h", line 25: fatal error: could not open source file "csl_cache.h" 1 fatal error detected in the compilation of "./Echo_Hardware.c". Compilation terminated.
>> Compilation failure gmake: * [derived/rt_sim.obj] Error 1
Please help me
Regards, Vanitha

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!