simulink matlab function block build error

1 次查看(过去 30 天)
Hi,
I am trying to build the most simple simulink model: constant source --> matlab function block (doing out = in) --> sink (out).
When using matlab function block, at the step of buolding the model, I get an error... any ideas why? I am grateful for any suggestion.
Here is the error:
myModelName =
test
+++++ opening model test & setting parameters...
+++++ building model test ...
### Starting xPC Target build procedure for model: test ??? Error using ==> tlc_c at 174 Error using ==> create_file_name_info at 267 unexpected compiler
Error in ==> RTW.makertw.make_rtw at 267 buildResult = tlc_c(h,...
Error in ==> make_rtw at 22 buildResult = h.make_rtw(varargin{:});
Error in ==> C:\Program Files\MATLAB\R2011a\toolbox\simulink\simulink\private\build_target.p>RunBuildCmd at 94
Error in ==> C:\Program Files\MATLAB\R2011a\toolbox\simulink\simulink\private\build_target.p>build_target at 6
Error in ==> C:\Program Files\MATLAB\R2011a\toolbox\simulink\simulink\private\build_standalone_rtw_target.p>build_standalone_rtw_target at 51
Error in ==> C:\Program Files\MATLAB\R2011a\toolbox\simulink\simulink\private\slbuild_private.p>loc_codegenentry at 527
Error in ==> C:\Program Files\MATLAB\R2011a\toolbox\simulink\simulink\private\slbuild_private.p>slbuild_private at 303
Error in ==> sl at 16 [varargout{1:nargout}]=feval(varargin{:});
Error in ==> slbuild at 62 sl('slbuild_private', mdl, varargin{:});
Error in ==> rtwbuild at 163 slbuild(sys, 'StandaloneRTWTarget', ...
Error in ==> quicksetup_function at 191 rtwbuild(myModelName); % Build and download application.
Thank you!
Istvan

采纳的回答

Arnaud Miege
Arnaud Miege 2011-6-9
Have you set up your C compiler and target settings in xPC Target Explorer? Have tried running xpctest? You should go through the Getting Started section of the documentation before doing anything else.
Arnaud
  5 个评论
Istvan
Istvan 2011-6-9
So mex -setup solved the issue. (sets up C comp. for Host PC, separately from the Target PC).
Thank you very much!
Istvan
Arnaud Miege
Arnaud Miege 2011-6-9
Excellent. Yes, you need a compiler when using the MATLAB Function, which needs to be set up separately from the one used for xPC Target (although it could be the same compiler).

请先登录,再进行评论。

更多回答(1 个)

Carlos
Carlos 2012-2-27
Thanks friends. It was extremely helpful for me too.

类别

Help CenterFile Exchange 中查找有关 Multicore Processor Targets 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by