Filter löschen
Filter löschen

unexpected compiler error on HDL Coder

3 Ansichten (letzte 30 Tage)
Carlos
Carlos am 27 Feb. 2012
Kommentiert: Walter Roberson am 26 Dez. 2017
Hi I got this error (Error using create_file_name_info (line 263) unexpected compiler) when I try with a simple model using a Matlab Function Block in HDL Coder. I have set up the compiler LCC from Matlab. I alsotried with C++ compiler and I get the same error. Could anyone help me with this? thanks

Akzeptierte Antwort

Tim McBrayer
Tim McBrayer am 27 Feb. 2012
The C/C++ compiler setting is not directly used by HDL Coder. The error message you are receiving can only be emitted when compiling your MATLAB Function Block for simulation, and the C compiler is misconfigured. Can you run your model in Simulink?
  3 Kommentare
kaja supriya
kaja supriya am 26 Dez. 2017
sorry sir i didn't get you..could you please explain it clearly.please..thanks..
Walter Roberson
Walter Roberson am 26 Dez. 2017
Kaja: install a compiler supported by your release of MATLAB and then in MATLAB command
mex -v -setup C

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Pablo sanchez
Pablo sanchez am 1 Sep. 2017
Thanks, its very good solution¡

Community Treasure Hunt

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

Start Hunting!

Translated by