About simulink model error

6 次查看(过去 30 天)
he
he 2011-12-7
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?

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2011-12-7
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 个评论
Jesus Luevano
Jesus Luevano 2012-9-13
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 2012-9-13
Jesus: Could you please start a new thread for your question? The symptom seems unrelated to this post.

请先登录,再进行评论。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by