error LNK2019: unresolved external symbol emlrtReturnArrays
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I'm generating C code from Matlab function.
I would like to test generated C code in Matlab, using a C mex function. I've seen that while generating code, an "interface" folder is also generated inside the "codegen" folder, so I tried to compile the mex function inside "codegen/interface/_coder_MyFunctionName_mex.c" file.
But I'm getting the "unresolved external symbol" error for allmost all the "emlrtXXX" functions.
Am I doing something wrong?
Regards,
Ion
0 Commenti
Risposte (1)
Michelle Wu
il 17 Feb 2017
The MATLAB Answers post attached below looks relevant to the error you saw:
The error looks like a linker related issue. You probably need to include all the necessary source files to the MEX command and compile them together.
Vedere anche
Categorie
Scopri di più su MATLAB Algorithm Acceleration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!