Matlab 2011b and ccsv4

1 次查看(过去 30 天)
Cris
Cris 2015-3-11
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

回答(1 个)

Antonin
Antonin 2015-4-13
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 个评论
Kharan Shiluveru
Kharan Shiluveru 2018-8-15
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?

请先登录,再进行评论。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by