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

 채택된 답변

Tim McBrayer
Tim McBrayer 2012년 2월 27일

0 개 추천

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

Carlos
Carlos 2012년 2월 29일
Thanks Tim.
Actually the error was while trying to run the model in Simulink. I found that I had to setup a compiler in order to compile Matlab Function Blocks. So I did it using the command "mex -setup". Thanks again for your answer.
kaja supriya
kaja supriya 2017년 12월 26일
sorry sir i didn't get you..could you please explain it clearly.please..thanks..
Kaja: install a compiler supported by your release of MATLAB and then in MATLAB command
mex -v -setup C

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Pablo sanchez
Pablo sanchez 2017년 9월 1일

0 개 추천

Thanks, its very good solution¡

질문:

2012년 2월 27일

댓글:

2017년 12월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by