フィルターのクリア

simulink matlab function block build error

1 回表示 (過去 30 日間)
Istvan
Istvan 2011 年 6 月 9 日
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 Center および File ExchangeMulticore Processor Targets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by