mex compilation error : collect2.exe: error: ld returned 5 exit status
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I'm trying to compile cpp code to create mexw64 files directly usable in Matlab.
Using "mex" function I get this error message:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/245682/image.png)
I do not ask people to give me THE solution to this trouble, but:
- Does anyone now if a document explaining all ld function exit status meanings exist? If yes, where can I find it?
- Does anyone can give me any idea of how I can find where the trouble come from? A list of checks, step by step, to ensure I finally find the solution...
I'm using MinGW34 on Matlab R2018b.
Thanks.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!