Error in the incremental build with a S-function on Real Time Windows Target

1 view (last 30 days)
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?
  2 Comments
Walsandro
Walsandro on 10 Aug 2012
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.

Sign in to comment.

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 10 Aug 2012
Edited: Kaustubha Govind on 10 Aug 2012
If you're using R2008b or R2009a, this might be due to Bug#522933 - the Bug Report has a patch.

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!