Error while building Hammerstein Wiener Model
10 views (last 30 days)
Show older comments
Hi,
i'm gettin follwing error while building an Simulink Model that includes a Hammerstein Wiener model. The error didn't occurs when i'm building any other Model from the System Identification Toolbox .
--------------------------------------------------------------------------------
Starting build for CANape/vSignalyzer algorithm DLL with MinGW target.
--------------------------------------------------------------------------------
### Compiling source "rt_matrx.c" to object "rt_matrx.obj"
### Compiling source "rt_printf.c" to object "rt_printf.obj"
### Compiling source "TempModelV17_data.c" to object "TempModelV17_data.obj"
### Compiling source "rtGetInf.c" to object "rtGetInf.obj"
### Compiling source "rtGetNaN.c" to object "rtGetNaN.obj"
### Compiling source "rt_nonfinite.c" to object "rt_nonfinite.obj"
### Compiling source "cnpenvin.c" to object "cnpenvin.obj"
### Compiling source "cnpenvout.c" to object "cnpenvout.obj"
gmake: *** No rule to make target `IntDir/sfunpwlinear.obj', needed by `TempModelV17_x64.dll'. Stop.
Error(s) encountered while building "TempModelV17"
Setup:
- Matlab/Simulink 2019b
- Compiler: MinGW64 Compiler (C)
Do anyone know why i'm getting this error?
0 Comments
Answers (1)
Himanshu
on 24 Oct 2024 at 8:34
Hey,
This error generally occurs when there are whitespaces in the path to the model. However, it can be due to other reasons as well. There is a conprehensive article on the causes of this error by MathWorks Support Staff, which you can find here:
Hope this helps!
0 Comments
See Also
Categories
Find more on MATLAB Support for MinGW-w64 C/C++ Compiler 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!