Why do I receive a 'ModelName does not exist' error when using Simulink Accelerator 6.4 (R2006a)?

1 view (last 30 days)
When I execute
accelbuild f14
I recieve the following error
ERROR: Error using ==> accelbuild_private
Reference to non-existent field 'modelName'.
I also receive the following error:
ERROR: Message id exitRTWBuild unknown in RTW:makertw
??? Error using ==> accelbuild
Error using ==> set_param
Error using ==> accelbuild_private
Error using ==> wrap_make_cmd.p>LocPCWrapMakeCmd
Message id compilerUnavailable unknown in RTW:compilerConfig.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 31 May 2023
Edited: MathWorks Support Team on 31 May 2023
This error may occur when a compiler is not selected. To work around this issue, execute
mex -setup
and select one of the supported compilers:

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products


Release

R2006a

Community Treasure Hunt

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

Start Hunting!