Hi, guys
Iam currently doing a noise cancellation project.
Here is how things work: I used MATLAB-SIMULINK to generate the necessary code.
Then I am trying to use CodeBlocks to cross compile the code for ARM CORTEX A8.
During the build process, Codeblocks says:"unknow type name'mxArray'" in the file named "simstruc.h", this is actually an embedded file in the matlab.
But the code includes:
if !defined(TYPEDEF_MX_ARRAY)
# define TYPEDEF_MX_ARRAY
typedef real_T mxArray; /* Run-time interface for Real-Time Workshop */
# endif
You can find the file in :
http://www.ligo-wa.caltech.edu/~cheryl.vorvick/etmx2007/OldStuffFromPCLaptop/MATLAB6p1/simulink/include/simstruc.h CodeBlock is somehow "ignoring" parts of the code,(I am saying this, because the colors of the codes are different),
Anyone know about this situation?
Need advices.
Cheers.