This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS v3.3 imcompitability problem



Sir:

I want to use MATLAB / Simulink 2010a to deploy my real time application on DSP f28035 EVM. But when i build the simulink model, i always get the following error message: 

The call to idelink_ert_make_rtw_hook, during the exit hook generated the following error:
Error while loading and running the project.

The build process will terminate as a result.

and,

 when i typed at the MATLAB prompt "checkEnvSetup('ccs','f28035')", i got the following incompitability errors of CCS v3.3 as depicted below:

>> checkEnvSetup('ccs','f28035')
1. Checking CCS (Code Composer Studio) version
   Required version: 3.3.82.13
   Required by     : Embedded IDE Link 4.1
   Required for    : Automation and Code Generation
   Your Version    : 3.3.83.19
   Incompatible version detected. CCS version does not satisfy product requirements!
2. Checking CGT (Texas Instruments C2000 Code Generation Tools) version
   Required version: 5.2.1
   Required by     : Embedded IDE Link 4.1
   Required for    : Code generation
Warning: Illegal right hand side in assignment. Too many elements.
> In C:\Program Files\MATLAB\R2010a\toolbox\idelink\extensions\ticcs\envChecker\checkEnvSetup_private.p>envSetup at 285
  In C:\Program Files\MATLAB\R2010a\toolbox\idelink\extensions\ticcs\envChecker\checkEnvSetup_private.p>checkEnvSetup_private at 68
  In checkEnvSetup at 131
   Your Version    :
   Incompatible version detected. CGT version does not satisfy product requirements!
3. Checking DSP/BIOS (Real Time Operating System) version
   Required version: 5.33.05
   Required by     : Embedded IDE Link 4.1
   Required for    : Real-Time Data Exchange (RTDX)
Warning: Illegal right hand side in assignment. Too many elements.
> In C:\Program Files\MATLAB\R2010a\toolbox\idelink\extensions\ticcs\envChecker\checkEnvSetup_private.p>envSetup at 285
  In C:\Program Files\MATLAB\R2010a\toolbox\idelink\extensions\ticcs\envChecker\checkEnvSetup_private.p>checkEnvSetup_private at 68
  In checkEnvSetup at 131
   Your Version    :
   Incompatible version detected. DSP/BIOS version does not satisfy product requirements!

How can i solve this incompitability problem? I installed the attatched version of CCS v 3.3 with the DSP EVM. What is the problem now?
 
Note that i am using windows vista.

Please tell me what to do to solve this problem ASAP.
Thanks,
Eng. Dina 

  • I've forwarded your question to the mathworks (c2000_expert@mathworks.com).  You can contact them there as well and reference this post. 

    Regards

    Lori

  • I also had almost the exact problem.  I have the F28035 Experimenter Kit, CCS v4, and am programming via Embedded Coder 6.0, on a computer with Windows 7 64bit.  Make sure the Environment Variables are set correctly; mine is working without flash_api set, but checkenvsetup still shows that the version matches, even though there is no path set.  Also make sure you have the correct code generation tool (compiler).  I had to download TI v5.2.2; my kit only came with v6.0 for C2000.  Also make sure the xmakefilesetup is set to use your CCS version, and the correct code generation tool.  Then, as a final note, make sure the "Current Folder" in MatLab is set to a folder that is not on a network location.  I have worked for the past several days getting this setup to work properly, and I must tell you, there are a lot of details to consider. 

    Good luck,

    Nick