Filter löschen
Filter löschen

"Keyword expectedMissing exports. Aborting"error in SIL

31 Ansichten (letzte 30 Tage)
Junnan Mi
Junnan Mi am 23 Apr. 2019
Kommentiert: 秉章 am 4 Jul. 2024 um 6:22
I am taking SIL test for my simulink model.
I configured my model just the same way as the ""SILPILVerificationExample".
But after i run SIL simulation, the "Keyword expectedMissing exports. Aborting" error occured.
How to fix this problem?
Thanks very much.

Antworten (1)

Anurag Ojha
Anurag Ojha am 19 Okt. 2023
Hi Junan,
As per my understanding, you are receiving an error while executing SIL test for the Simulink model.
This might be caused due to the non-existence of an installed compiler.
To verify this, execute the following command on the MATLAB Command Window:
mex -setup –v
If no compiler was found, please install one to resolve the issue.
You can find which compilers are supported for each release here:
If you want to install MinGW, please follow:
Hope this helps!

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by