Unexplained error while building DLL
Afficher commentaires plus anciens
I wish to convert my simulink model into a DLL for use with another s/w. When I try to build the model it simply says 'Error(s) encountered while building model'. When I run the model, there are no error messages. How can I find out what has gone wrong?
Thank you for your input guys.. I am using ert_shrlib.tlc for building the DLL. And thanks, I did find more information on the command window. The error which causes abort is 'Missing Exports'. It seems the '_filename_step' function doesnt have a definition along with '_rtU' and '_rtY'. When I checked the Code Generation report, the step function has been called within rt_OneStep, but there is no definition for the function to be found.
3 commentaires
Kaustubha Govind
le 1 Août 2012
Are you using Ctrl+B or rtwbuild to generate the DLL? Are you using ert_shrlib.tlc as the System Target file, or something else? It is strange that you are not seeing the actual errors reported - nothing in the popup window or MATLAB command window?
Albert Yam
le 1 Août 2012
As Kaustubha mentioned, the popup window or the MATLAB command window should give more information. Sometimes one or the other is completely useless for information, but there should be something.
Also, you said while building model. Does that mean it got through the initial run? Did you see a lot of dots..................................................................?
Arun
le 2 Août 2012
Réponses (1)
Kaustubha Govind
le 3 Août 2012
Modifié(e) : Kaustubha Govind
le 3 Août 2012
0 votes
That's strange. Is there a model.c file generated? The model _step function should be generated into it?
Also, could you try this with a demo model, such as rtwdemo_counter (simply type the model name at the MATLAB prompt to open it up)?
5 commentaires
Kaustubha Govind
le 3 Août 2012
Very very strange. I wonder if something is corrupt with your installation? Do you have access to any other installation to try this out?
Arun
le 6 Août 2012
Kaustubha Govind
le 7 Août 2012
Arun: Could you try re-installing? If that doesn't work, please contact MathWorks Tech Support.
Catégories
En savoir plus sur Deployment, Integration, and Supported Hardware dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!