Matlab 2011b and ccsv4

3 views (last 30 days)
Cris
Cris on 11 Mar 2015
Commented: Kharan Shiluveru on 15 Aug 2018
Hi,
I'm trying to use simulink with code composer studio, I have matlab 2011b and ccsv4.
When I type in matlab command window: checkEnvSetup('ccsv4','f28335','check') I get the following error: ??? Error using ==> checkEnvSetup_private at 14 Unsupported IDE "ccsv4". Use 'ccs' for IDE argument.
Error in ==> checkEnvSetup at 120 checkEnvSetup_private(varargin{:});
I already configured ccsv4 with the xmakefilesetup command.
I don't know why I get this error, can someone help?
Thank you

Answers (1)

Antonin
Antonin on 13 Apr 2015
Hi Cris,
Very strange... Do you confirm you are using MATLAB R2011b? The command works on my side, if I try to enter some bogus ccs version number like ccsv7 I get the following error message:
>> checkEnvSetup('ccsv7','f28335','check')
Error using checkEnvSetup_private (line 14)
Unsupported IDE "ccsv7". Use 'ccs' for CCSv3.3 or 'ccsv4' for CCSv4.
Error in checkEnvSetup (line 158)
checkEnvSetup_private(varargin{:});
You would get the exact error you are pointing to if you use MATLAB R2011a. I'm suspecting that's what is happening on your side. Check you MATLAB version by typing ver on the MATLAB command prompt.
I hope it helps,
Cheers,
Antonin.
  1 Comment
Kharan Shiluveru
Kharan Shiluveru on 15 Aug 2018
Hey! As per the following link http://processors.wiki.ti.com/index.php/MatLab_and_CCS it is mentioned that CCSv7 is supported by Matlab. However when I try to enter the command
checkEnvSetup('ccsv7','f28335')
Error using checkEnvSetup_private
Unsupported IDE "ccsv7". Use 'ccs' for CCSv3.3 or 'ccsv4' for CCSv4.
Error in checkEnvSetup (line 155)
checkEnvSetup_private(varargin{:});
How to execute this command with CCSv7?

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!