specify compiler used by loadlibrary
이전 댓글 표시
This Q is for Matlab 2015a on linux. When I call loadlibrary from Matlab command prompt, it generates a "thunk" .so file from an intermediate .c file that loadlibrary must autogenerate then delete after the "thunk" .so file is created. How can I specify the location of the compiler to use to create the "thunk" .so file?
댓글 수: 2
Philip Borghesani
2015년 8월 19일
I am curious why do you wish to control this on Linux?
Thomas Wilborn
2015년 8월 19일
답변 (1개)
Philip Borghesani
2015년 8월 19일
0 개 추천
The compiler used is the one configured/found with mex -setup. This answer may help if you need to modify your configuration: Setup MEX compiler for R2014a for Linux
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!