필터 지우기
필터 지우기

Why am I getting the following error while trying to generate an S-Function from a submodel?

조회 수: 2 (최근 30일)
It appears to me that the compiler fails to generate the following file. I unfortunately do not understand the underlying issue.

답변 (1개)

Yatharth
Yatharth 2024년 5월 24일
Hi Chriag,
The error you're encountering, "fatal error: rt_zcfcn.h: No such file or directory," during the S-Function generation from a submodel, is typically due to the build process not being able to find the specified header file (rt_zcfcn.h). This file is associated with the zero-crossing functionality within Simulink models, particularly when certain blocks that require zero-crossing detection are used.
If you are using a triggered subsystem or blocks or features that require zero-crossing detection, try removing it and see if the issue is resolved.
Attaching a reference example for you
and Documentation for Zero-crossing detection
In case you still face any issue I would suggest contacting the MathWorks support as the debugging might require you to share your model.

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by