TI CCS Cross Compiler MEX

조회 수: 8 (최근 30일)
Keyur
Keyur 2013년 6월 21일
I am beginner of Matlab S Function block user. In Simulink model, I did use S Function builder for desired output, During the Building C- MEX, I got compiler doesn't exist error and using MEX -setup, I found 0 compiler available. I found from previous thread, CC=TICCS command should solve this issue, but got error message "??? Undefined function or variable 'TICCS'".
MATLAB [Version 7.11] (R2010b), Simulink [Version 7.6](R2010b), Real-Time Workshop [Version 7.6] (R2010b), Real-Time Workshop Embedded Coder [Version 5.6 ] (R2010b),
Code Composer Studio = v 5.0, CCS C2000 Compiler = c2000_6.1.0, CCS Arm Compiler = tms470_4.9.5, CCS Arm Compiler = arm_5.0.1,
Would anyone help me how can I resolve this issue ?

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 6월 26일
The command TICCS has nothing to do with the MEX-compiler. If "mex -setup" cannot locate any supported compilers, you need to install a Supported Compiler - look at the last column in the table against your version of MATLAB.
  댓글 수: 2
Keyur
Keyur 2013년 6월 26일
Thanks for your reply... Looks like matlab doesn't support TICCS compiler..
Kaustubha Govind
Kaustubha Govind 2013년 6월 26일
The CCS compiler is only supported in Simulink with standalone code generation for TI targets. However, for simulation, you may need a MEX-compiler, which is a host-target compiler.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by