Error while building Hammerstein Wiener Model
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Himanshu
il 24 Ott 2024 alle 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 Commenti
Vedere anche
Categorie
Scopri di più su MATLAB Support for MinGW-w64 C/C++ Compiler in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!