I'm trying to use a S-function with the Real Time Windows Target, but when I click on the "incremental build" an error occurs. An error window in the simulink shows the following message:
Error building Real-Time Workshop target for block diagram 'Sfunctionteste'. MATLAB error message: Error(s) encountered while building model "Sfunctionteste".
An error message appears on the matlab console: "cannot find the 'dobro'.obj". 'dobro' is the name of the c function placed in the S-function block. Somebody can help me?
If you're using R2008b or R2009a, this might be due to Bug#522933 - the Bug Report has a patch.
2 Comments
Direct link to this comment:
http://www.mathworks.nl/matlabcentral/answers/45741#comment_93907
I'm using the rtwin compiler.
Direct link to this comment:
http://www.mathworks.nl/matlabcentral/answers/45741#comment_93908
When I use the S-function block with the same c function in a model without real-time windows target blocks the simulation runs correctly. This error only appears with a place an Analog Input block for example.