Error while building Hammerstein Wiener Model

5 visualizaciones (últimos 30 días)
Jannick Widmann
Jannick Widmann el 6 de Jul. de 2020
Respondida: Himanshu el 24 de Oct. de 2024
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?

Respuestas (1)

Himanshu
Himanshu el 24 de Oct. de 2024
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!

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by