CCS 5.1 integration: when and how
Mostra commenti meno recenti
Hello,
Since it was announced that Mathworks wouldn’t provide the same integration functionalities for TI’s Code Composer Studio v4 as it does for CCSv3.3 and it would skip to the next version, I’ve been waiting for CCSv5 to finally appear, which took longer than expected.
Now that this is out for a while, I couldn’t find any references to when this will be implemented and in which version it will occur. Does anyone have any clue about this? I’d really prefer not having to downgrade to the outdated V3.3, but a part of my project has been in standby for too long already.
Thanks!
Martin
Risposta accettata
Più risposte (9)
Martin Dendaluce
il 14 Gen 2012
1 voto
Recep
il 22 Giu 2012
0 voti
I applied these steps and configured matlab for ccs v5, that explanation was very brief and thanks for it but unfortunately I couldn't make it work, when I try a command like ticcs, checkenvsetup or ccsboardinfo, I'm getting following error message, do you have a suggestion for it?
??? Cannot start CCS application (COM error code: 0x80040154). Verify that your CCS software is installed and configured properly.
here my post explaining my problem http://www.mathworks.com/matlabcentral/newsreader/view_thread/321253#880782
1 Commento
Antonin
il 16 Lug 2012
The commands ticcs, ccsboardinfo will only work with ccs V3.3 You can run checkenvsetup but make sure you mention ccsv4.
i.e. checkEnvSetup('ccsv4','f28335','check')
Srikanth
il 17 Nov 2012
0 voti
This is a very good workaround! However, though the compilation happens flawlessly, the makefile does not get built due to a fatal error whcih reads:
[MW_c6xxx_bsl.c] ".\MW_c6xxx_csl.h", line 3: fatal error: could not open source file "csl_edma.h"
I tried to dig through the literature and found that this error appears because of the unavailability of CSL (Chipset Libraries) which were discontinued in ccsv4 and v5. I hence downloaded the CSL library files from TI website and pointed the CSL Library section in xmakefilesetup utility (Step-3 in the above) to the appropriate directory. This doesnt solve the problem. Apparently one needs to add the appropriate CSL Library (in my case c6713.lib) during the link stage of the Build process. I dont know at which stage does MATLAB link the CSL library and the way in which I can direct it to do the same. I'm pretty sure that I need to work around with some settings in Xmakefile GUI but I don't know which ones. Pls. take note of the problem and let me know the solution if possible. Very Urgent!
PS:I am using MATLAB r2012a and CCSv5.2.1
3 Commenti
Antonin
il 6 Dic 2012
For TI C6000 processors, make sure you start from ticcs_c6000_v4 configuration.
On the tools directory tab there should be a "Chip Support Library (CSL)" path that you can provide.
The 6713 CSL can be downloaded at:
http://c6000.spectrumdigital.com/dsk6713/ http://c6000.spectrumdigital.com/dsk6713/V2/files/DSK6713.zip
Download the zip, install it on your system and fill the CSL edit box with the installation path.
(i.e. C:\ti\ccsv5\DSK6713)
This should do the trick. I hope it helps,
Antonin.
Srikanth
il 8 Dic 2012
Thanks Antonion. I figured it out and this error seems to be evaded now. However, I am facing a new issue now. The build process goes just fine until the makefile is created. When, MATLAB starts building the makefile, it stops with a weird error-
".\MW_c6xxx_csl.h", line 22: fatal error: could not open source file "untitledcfg.h"
I tried everything I could, right from installing older versions of Code Generation tools, DSP/BIOS from TI supported by MATLAB to setting appropriate environmental variables. Yet, I get the same error at the same stage. There is a similar post related to CCSv3.3 in
but I dont seem to comprehend the solution posted there. I highly appreciate your help with this issue.
Regards,
Srikanth.
Gurudev
il 10 Dic 2012
0 voti
I had a hard time getting Matlab and Simulink to work with CCS and to understand the difference in support between v3.3 and v4/v5. There is one good video that helped me start. I found it a bit long but it has all the steps needed, from installation to generating code for a simple Simulink model: It works for CCSv3.3 which is older but has automatic download and run from Matlab
Just adding my 2 cents to the story, I hope it helps.
Martin Dendaluce
il 16 Feb 2013
0 voti
Tausif
il 27 Mar 2013
0 voti
Hey am running through with the same problem. I can generate the .out file and load and run it in CCSV5 but I want now loop it back to another input pin and observe it in simulink scope. Run it in like PIL. How do I do this?
1 Commento
ashish ahir
il 12 Ago 2015
same problem. please someone answer this.
Gaurav Pipersaniya
il 17 Mag 2013
0 voti
hey i am using matlab 2012 so which ccs version should i download for code generation from simulink which making any changes.plz help
Kalpesh
il 18 Ott 2013
Modificato: Walter Roberson
il 8 Mag 2015
- _ Please help us about this error. I am generating code for OMAPL138 using Simulink8.1 for CCSV5 using this method. _ *
The call to idelink_ert_make_rtw_hook, during the exit hook generated the following error:
Error while building the project.
The build process will terminate as a result.
Caused by:
Error while building the project.
The build failed with the following message: "C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -I"C:/Program Files/MATLAB/R2013a/toolbox/idelink/extensions/ticcs/inc" -I"C:/Users/user8/Documents/MATLAB/untitled_ticcs" -I"C:/Users/user8/Documents/MATLAB" -I"C:/Program Files/MATLAB/R2013a/extern/include" -I"C:/Program Files/MATLAB/R2013a/simulink/include" -I"C:/Program Files/MATLAB/R2013a/rtw/c/src" -I"C:/Program Files/MATLAB/R2013a/rtw/c/src/ext_mode/common" -I"C:/Program Files/MATLAB/R2013a/rtw/c/ert" -D"CHIP_OMAPL138" -D"__TICCSC__" -D"RT" -D"USE_RTMODEL" -mv6400+ -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"CLASSIC_INTERFACE=0" -D"TID01EQ=0" -I"C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" -I"C:/ti/bios_6_35_01_29/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
Shishir Patel
il 7 Mag 2015
Modificato: Walter Roberson
il 8 Mag 2015
Has anyone figured out this error for C2000 support package of TI F28335. I have tried re-installing everything but its persistent. All the environment configuration is also verified but it shows same error when i build the model. Whatever changes I made to the configuration pane or directory folders, it results to the same error.
### Starting build procedure for model: untitled
Code Generation
Elapsed: 6 sec
### Generating code into build folder: C:\Users\Lenoveo\Documents\MATLAB\untitled_ert_rtw
### Invoking Target Language Compiler on untitled.rtw
### Using System Target File: C:\Program Files\MATLAB\R2014a\rtw\c\ert\ert.tlc
### Loading TLC function libraries
Warning: The data type "int8" uses a word size that is not available on the intended target.
Fixed-point signals using this data type will be put inside a larger word or multi words. When used,
extra software will be generated to force this larger word or multi words to emulate a smaller
word. This emulation is helpful when your prototype target and your final
production target are not the same. If the smaller word size does NOT exist
on the final production target, then consider increasing the word size to
one that is supported.
Warning: The data type "uint8" uses a word size that is not available on the intended target.
Warning: The data type "boolean" uses a word size that is not available on the intended target.
### Initial pass through model to cache user defined code
### Caching model source code
### Writing header file untitled.h
### Writing header file untitled_types.h
### Writing header file rtwtypes.h
### Writing source file untitled.c
### Writing header file untitled_private.h
### Writing source file untitled_data.c
### Writing source file ert_main.c
### TLC code generation complete.
### Evaluating PostCodeGenCommand specified in the model
### Using toolchain: Texas Instruments C2000 Code Generation Tools v5.2.12 | gmake (64-bit Windows)
### 'C:\Users\Lenoveo\Documents\MATLAB\untitled_ert_rtw\untitled.mk' is up to date
### Building 'untitled': C:\PROGRA~1\MATLAB\R2014a\bin\win64\gmake -B -f untitled.mk all
C:\Users\Lenoveo\Documents\MATLAB\untitled_ert_rtw>cd .
C:\Users\Lenoveo\Documents\MATLAB\untitled_ert_rtw>if "" == "" (C:\PROGRA~1\MATLAB\R2014a\bin\win64\gmake -B -f untitled.mk all ) else (C:\PROGRA~1\MATLAB\R2014a\bin\win64\gmake -B -f untitled.mk )
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="MW_c28xx_board.obj" "MW_c28xx_board.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="MW_c28xx_csl.obj" "MW_c28xx_csl.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="untitled.obj" "untitled.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="untitled_data.obj" "untitled_data.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="c2833xBoard_Realtime_Support.obj" "c2833xBoard_Realtime_Support.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_MemCopy.obj" "DSP2833x_MemCopy.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_CpuTimers.obj" "DSP2833x_CpuTimers.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_DefaultIsr.obj" "DSP2833x_DefaultIsr.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_GlobalVariableDefs.obj" "DSP2833x_GlobalVariableDefs.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_PieCtrl.obj" "DSP2833x_PieCtrl.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_PieVect.obj" "DSP2833x_PieVect.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_SysCtrl.obj" "DSP2833x_SysCtrl.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 -s -v28 -ml --float_support=fpu32 "DSP2833x_usDelay.asm"
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 -s -v28 -ml --float_support=fpu32 "DSP2833x_CodeStartBranch.asm"
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 -s -v28 -ml --float_support=fpu32 "DSP2833x_ADC_cal.asm"
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_DMA.obj" "DSP2833x_DMA.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="c2833xSchedulerTimer0.obj" "c2833xSchedulerTimer0.c"
>> ERROR: no source files, nothing to do
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv5/tools/compiler/C2000_~1.0/include" -v28 --float_support=fpu32 -ml -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=1 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DMODEL=untitled -DNUMST=2 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/Lenoveo/Documents/MATLAB/untitled_ert_rtw -IC:/Users/Lenoveo/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2014a/extern/include -IC:/PROGRA~1/MATLAB/R2014a/simulink/include -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~1/MATLAB/R2014a/rtw/c/ert -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~1/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~1/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~1/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="ert_main.obj" "ert_main.c"
>> ERROR: no source files, nothing to do
### Creating standalone executable ../untitled.out ...
C:/ti/ccsv5/tools/compiler/C2000_~1.0/bin/cl2000 -z -IC:/ti/ccsv5/tools/compiler/C2000_~1.0/lib --stack_size=64 --warn_sections --reread_libs --rom_model -m"untitled.map" -l"rts2800_fpu32.lib" --define PWM_DMAACCESS=0 --define BOOT_FROM_FLASH=1 --output_file=../untitled.out MW_c28xx_board.obj MW_c28xx_csl.obj untitled.obj untitled_data.obj c2833xBoard_Realtime_Support.obj DSP2833x_MemCopy.obj DSP2833x_CpuTimers.obj DSP2833x_DefaultIsr.obj DSP2833x_GlobalVariableDefs.obj DSP2833x_PieCtrl.obj DSP2833x_PieVect.obj DSP2833x_SysCtrl.obj DSP2833x_usDelay.obj DSP2833x_CodeStartBranch.obj DSP2833x_ADC_cal.obj DSP2833x_DMA.obj c2833xSchedulerTimer0.obj ert_main.obj C:/MATLAB/SupportPackages/R2014a/tic2000/src/c28335.cmd C:/MATLAB/SupportPackages/R2014a/tic2000/rtlib/IQmath_fpu32.lib C:/PROGRA~1/MATLAB/R2014a/toolbox/idelink/extensions/ticcs/c2000/c2833xPeripherals.cmd
<Linking>
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 9: error: cannot find file
"PWM_DMAACCESS=0"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 12: error: cannot find file
"MW_c28xx_board.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 13: error: cannot find file
"MW_c28xx_csl.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 14: error: cannot find file
"untitled.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 15: error: cannot find file
"untitled_data.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 16: error: cannot find file
"c2833xBoard_Realtime_Support.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 17: error: cannot find file
"DSP2833x_MemCopy.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 18: error: cannot find file
"DSP2833x_CpuTimers.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 19: error: cannot find file
"DSP2833x_DefaultIsr.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 20: error: cannot find file
"DSP2833x_GlobalVariableDefs.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 21: error: cannot find file
"DSP2833x_PieCtrl.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 22: error: cannot find file
"DSP2833x_PieVect.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 23: error: cannot find file
"DSP2833x_SysCtrl.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 27: error: cannot find file
"DSP2833x_DMA.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 28: error: cannot find file
"c2833xSchedulerTimer0.obj"
"C:/Users/Lenoveo/AppData/Local/Temp\\064883", line 29: error: cannot find file
"ert_main.obj"
undefined first referenced
symbol in file
--------- ----------------
_main C:\ti\ccsv5\tools\compiler\C2000_~1.0\lib\rts2800_fpu32.lib<args_main.obj>
*error: unresolved symbols remain
error: errors encountered during linking; "../untitled.out" not built*
>> Compilation failure
gmake: *** [../untitled.out] Error 1
C:\Users\Lenoveo\Documents\MATLAB\untitled_ert_rtw>echo The make command returned an error of 2
The make command returned an error of 2
C:\Users\Lenoveo\Documents\MATLAB\untitled_ert_rtw>An_error_occurred_during_the_call_to_make
'An_error_occurred_during_the_call_to_make' is not recognized as an internal or external command,
operable program or batch file.
Error(s) encountered while building model "untitled":
*### Failed to generate all binary outputs.*
Component: Simulink | Category: Model error
I have even checked with the different versions of CCS and MATLAB but its still there.
5 Commenti
Walter Roberson
il 8 Mag 2015
Could you attach the untitled.mk file? There is a detail I want to check in it.
Shishir Patel
il 10 Mag 2015
I have attached the .mk file for your reference.
Walter Roberson
il 10 Mag 2015
That does not appear to be the file I am looking for.
If you scan through the above output, you will find the line
C:\Users\Lenoveo\Documents\MATLAB\untitled_ert_rtw>if "" == "" (C:\PROGRA~1\MATLAB\R2014a\bin\win64\gmake -B -f untitled.mk all ) else (C:\PROGRA~1\MATLAB\R2014a\bin\win64\gmake -B -f untitled.mk )
I would like to look at that untitled.mk . The one you included was to set flags, whereas the untitled.mk should list the objects to build and the commands to build them.
Shishir Patel
il 10 Mag 2015
I believe this is the correct one that you are looking for. Though, its name is different than untitled.mk. I appreciate for your time.
Yuriy
il 12 Ago 2015
The same problem in MATLAB R2015A. At the same time all works properly in MATLAB R2014A.
Categorie
Scopri di più su DSP Algorithm Acceleration in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
