필터 지우기
필터 지우기

ASBHL20 Model Run Problem

조회 수: 3 (최근 30일)
Douglas Cummings
Douglas Cummings 2012년 7월 3일
When attempting to run the ASBHL20 model, I get the following errors: (1) Make error asbhl20screen: Making simulation target "asbhl20screen_sfun", ... 'asbhl20screen_sfun.bat' is not recognized as an internal or external command, operable program or batch file. (2) Build Error asbhl20_FDIRApp Library failed to build. Cannot continue build process. (3) Model error Error using construct_error (line 108) Library failed to build. Cannot continue build process.
Does anyone have a solution for this?

답변 (1개)

Ryan G
Ryan G 2012년 7월 5일
편집: Ryan G 2012년 7월 5일
It looks like the model is generating code for some of the components but cannot find or execute the batch file it created. This file is what calls the compiler.
When there is a new install you need to run mex -setup which is required for MATLAB/Simulink to find the compilers. Might be able to resolve it trying that.
mex -setup

카테고리

Help CenterFile Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by