Unexplained error while building DLL
Mostrar comentarios más antiguos
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 comentarios
Kaustubha Govind
el 1 de Ag. de 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
el 1 de Ag. de 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
el 2 de Ag. de 2012
Respuestas (1)
Kaustubha Govind
el 3 de Ag. de 2012
Editada: Kaustubha Govind
el 3 de Ag. de 2012
0 votos
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 comentarios
Kaustubha Govind
el 3 de Ag. de 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
el 6 de Ag. de 2012
Kaustubha Govind
el 7 de Ag. de 2012
Arun: Could you try re-installing? If that doesn't work, please contact MathWorks Tech Support.
Categorías
Más información sobre Deployment, Integration, and Supported Hardware en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!