Borrar filtros
Borrar filtros

Matlab 2011b and ccsv4

1 visualización (últimos 30 días)
Cris
Cris el 11 de Mzo. de 2015
Comentada: Kharan Shiluveru el 15 de Ag. de 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

Respuestas (1)

Antonin
Antonin el 13 de Abr. de 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 comentario
Kharan Shiluveru
Kharan Shiluveru el 15 de Ag. de 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?

Iniciar sesión para comentar.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by