Redifinition of mxArray: error C2371

In the linking step I am getting this error:
c:\program files (x86)\matlab\r2012b\extern\include\matrix.h(301) : error C2371: 'mxArray' : redefinition; different basic types c:\program files (x86)\matlab\r2012b\simulink\include\simstruc.h(474) : see declaration of 'mxArray'
I am using VS2010 C++ compiler. The two header files seem are matlab and simulink includes, so I'm not sure why they don't play nice together.

4 comentarios

Carlos
Carlos el 3 de Sept. de 2013
I have the same problem while I'm generating code with Simulink Coder. I don't see any answer, but have you resolved this problem?
Kaustubha Govind
Kaustubha Govind el 3 de Sept. de 2013
Is this an S-function that you are trying to compile using Visual Studio? What happens when you use the "mex" command in MATLAB?
Anthony Poulin
Anthony Poulin el 3 de Jul. de 2014
I have also the same problem. I have no problem when I compile my sfunction with visual studio 2010 C++ compiler. But I have the error when I try to generate code from my model whichn includes this S-function. Any idea?
Anthony Poulin
Anthony Poulin el 7 de Jul. de 2014
Editada: Anthony Poulin el 7 de Jul. de 2014
Anyone has solution? I am blocked...

Iniciar sesión para comentar.

Respuestas (1)

Anthony Poulin
Anthony Poulin el 18 de Jul. de 2014

1 voto

I find solution, it happens because "simstruct.h" (the C s-function hearder) does not include the same headers when compiling in mexw32 (for simulation) or when compiling a model with simulink coder. It was explained in the link bellow:
My problem comes from functions include in "matrix.h", (which is not include when compiling with simulink coder), so the solution was to use only functions include both in matrix.h and rt_matrx.h

Categorías

Más información sobre Simulink Coder en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 27 de Ag. de 2013

Respondida:

el 18 de Jul. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by