ASBHL20 Model Run Problem

5 views (last 30 days)
Douglas Cummings
Douglas Cummings on 3 Jul 2012
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?

Answers (1)

Ryan G
Ryan G on 5 Jul 2012
Edited: Ryan G on 5 Jul 2012
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

Categories

Find more on Multicore Processor Targets in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!