I am trying to build a .out file with Matlab R11b and CCSv4 for a Texas Instrument C6713 DSP board.I am on windows 7 64 bit but I am using Matlab in 32 bit.
Here is the error :
The build failed with the following message: "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/C6000/bin/cl6x" -I"C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\inc" -I"C:\Users\Nini\Documents\MATLAB\untitled_ticcs" -I"C:\Users\Nini\Documents\MATLAB" -I"C:\Program Files (x86)\MATLAB\R2011b\extern\include" -I"C:\Program Files (x86)\MATLAB\R2011b\simulink\include" -I"C:\Program Files (x86)\MATLAB\R2011b\rtw\c\src" -I"C:\Program Files (x86)\MATLAB\R2011b\rtw\c\src\ext_mode\common" -I"C:\Program Files (x86)\MATLAB\R2011b\rtw\c\ert" -D"CHIP_6713" -D"__TICCSC__" -D"RT" -D"USE_RTMODEL" -mv6710 -D"MODEL=untitled" -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"C:\Program Files (x86)\Texas Instruments\ccsv4\tools\compiler\C6000\include" -I"C:\Program Files (x86)\Texas Instruments\DSK6713\include" -fr"./derived/" ./MW_c6xxx_csl.c ./untitled.c ./untitled_data.c ./untitled_main.c
[MW_c6xxx_csl.c]
".\MW_c6xxx_csl.h", line 20: fatal error: could not open source file "untitledcfg.h"
1 fatal error detected in the compilation of "./MW_c6xxx_csl.c".
Compilation terminated.
>> Compilation failure
gmake: *** [derived/MW_c6xxx_csl.obj] Error 1
When I am doing the checkEnvSetup('ccsv4','C6713','check') everything is good. I do have everything setup correctly in the xmakefilesetup. In the configuration Parameters I am asking for Build only. If I ask for Create_Makefile it's working fine. But I need to generate the .out file.
Please find bellow a screenshot of the error.
I spend a lot of time trying to find the answer online. No luck so far.
Thanks for your time and help.
Florian