problem with compiling the ai2mif.c file in delsig toolbox
Afficher commentaires plus anciens
Hi, i am trying to install the delsig toolbox in the matlab. To speedup the simulations it is required to compile the following files
- simulateDSM.c
- simulateESL.c
- ai2mif.c
- flattenStruct.c
However when i try to simulate the ai2mif.c file i get the following error. "lcc preprocessor error: ai2mif.c:68 Could not find include file <strings.h>". Can you tell me how do i fix this?
thank you.
Réponses (2)
shilpi
le 28 Août 2014
0 votes
John Wincn
le 18 Fév 2020
0 votes
Better solution -- Download and install MinGW add-on from Mathworks. Once installed, run 'mex -setup' and follow instructions for selecting MinGW as the compiler. That way, you need not think about missing 'strings.h' file in your development work.
Catégories
En savoir plus sur MATLAB Support for MinGW-w64 C/C++ Compiler dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!