Why does Simulink generate an error at build time for TMS320C6713 board?

1 view (last 30 days)
When I tried to build model for dskc6713 it gave me the error below.can anyone please help to find how to solve this problem.
'DTMF_DSK6713'. MATLAB error message:
Error using ==> RTW.makertw.callMakeHook at 49
The call to ccslink_ert_make_rtw_hook, during the entry hook generated the following error:
Error using ==> feval
Error using ==> feval
Error using ==> getBoardProcNum at 12
The build process will terminate as a result.
Could not obtain board configuration from Code Composer Studio (TM). Make sure that Code Composer Studio (TM) and Embedded IDE Link CC are installed.
thanks, Shash

Answers (2)

Kaustubha Govind
Kaustubha Govind on 18 Apr 2012
It looks like you are either using an unsupported version of CCS, or have not configured it correctly. See if your version of MATLAB has the function checkEnvSetup and run it if available.
  1 Comment
SHASHEE
SHASHEE on 19 Apr 2012
Thanks for your quick reply...
The function is not available with the version I'm using at the moment.But it is there in the university's one which I can use.
Even if I use that it might not help me as it says it only supports CCS v3 and CCS v4.
I am using CCS v5.2 at the moment.Is there anything else that I can do?
Thanks,
Shash

Sign in to comment.


Walter Roberson
Walter Roberson on 19 Apr 2012
CCS v5 is not supported by MATLAB, but you can possibly get it to work. See http://www.mathworks.com/matlabcentral/answers/25472-ccs-5-1-integration-when-and-how

Community Treasure Hunt

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

Start Hunting!