Debugging with matlab shared libraries -
3 次查看(过去 30 天)
显示 更早的评论
Hello
I am debugging my driver program and a matlab shared library (on Linux). I included the -g option when compiling with mcc, so debugging info should be included, yet debugging yields a warning:
'could not load shared library symbols for libaddne.so (my matlab lib) do you need set solib-search-path or set sysroot?'
Is this something related to how I compiled the library with mcc? Or perhaps its just a linux problem?
Thank You
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 C Shared Library Integration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!