About simulink model error

6 views (last 30 days)
he
he on 7 Dec 2011
I build a model.see appendix. and have an error: The call to idelink_ert_make_rtw_hook, during the exit hook generated the following error: Error while building the project. The build failed with the following message: '"make"' 不是内部或外部命令,也不是可运行的程序 或批处理文件。
The build process will terminate as a result.
what problem with it?

Answers (1)

Kaustubha Govind
Kaustubha Govind on 7 Dec 2011
According to Google Translate, the error translates to:
Not an internal or external command, operable program or batch file
in English. Is this correct?
If yes, it seems that MATLAB is attempting to shell the "make" command to the system command window, but Windows returns an error that suggests that make is not on the path. Perhaps CCS is not properly installed, or the required binaries are not placed on the System path. Search for make.exe under your CCS installation folder and add that to the System PATH variable. Then restart MATLAB and try again. (Btw, if you haven't run checkEnvSetup setup already, I would recommend doing so. This function verifies that all requires software is installed correctly.)
  2 Comments
Jesus Luevano
Jesus Luevano on 13 Sep 2012
Hi, I'm trying to run checkEnvsetup in my 2009 MATLAB version, but seems, it does not recognize, because I get the next error message:
*>> checkEnvSetup ('ccs', 'dm6437evm', 'check')
??? Undefined function or method 'checkEnvSetup' for input*
arguments of type 'char'.
you have any idea to solve it?
by the way, when I run my model in SIMULINK to generate the code, shows the next message.
MATLAB error message: The call to ccslink_ert_make_rtw_hook, during the exit hook generated the following error.
any experience with this behavior?
Kaustubha Govind
Kaustubha Govind on 13 Sep 2012
Jesus: Could you please start a new thread for your question? The symptom seems unrelated to this post.

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!