Unknown Error while compiling Simulink model.
Show older comments
My Simulink model is a state propagator. I run in discrete time mode with a matlab function block, and the outputs get fed back into the inputs of the block. The 3 looped i/o signals are type double numerical vectors of size [1x6] , [1x3] , and [1x3]. I am also using Java libraries / obejects inside of the function block.
When I compile the model the compilation fails with this error:
failed assertion in B:\matlab\src\eml\api\ApiImpl.cpp at line 795:
In resolveFcnNameDefault: Assertion failed: calledFcnInfo->get_path_fcn_info()
... {A Bunch of Info Lines} ...
In resolveFcnNameDefault: Assertion failed: calledFcnInfo->get_path_fcn_info()
Component:Stateflow | Category:Assertion error
In resolveFcnNameDefault: Assertion failed: calledFcnInfo->get_path_fcn_info()
Component:Simulink | Category:Model error
Any help or clues as to how to solve this is greatly appreciated.
3 Comments
Benjamin Thompson
on 1 Aug 2022
Can you post the model? What do you mean by "using Java libraries" inside of the function block?
Tyler Gaston
on 1 Aug 2022
Tyler Gaston
on 1 Aug 2022
Answers (0)
Categories
Find more on Simulink Environment Customization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
