필터 지우기
필터 지우기

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