フィルターのクリア

Matlab 2011b and ccsv4

1 回表示 (過去 30 日間)
Cris
Cris 2015 年 3 月 11 日
コメント済み: Kharan Shiluveru 2018 年 8 月 15 日
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