gpt4 book ai didi

c++ - 链接到由 Matlab Compiler SDK 生成的 C++ 共享库

转载 作者:塔克拉玛干 更新时间:2023-11-03 07:44:48 25 4
gpt4 key购买 nike

尝试部署与 Matlab 编译器 SDK 生成的 C++ 共享库集成的 C++ 代码。 Matlab compiler SDK生成了一个文件夹,包含test.h, test.so, and readme.txt

  1. 安装Matlab_runtime MCR 2. 根据readme.txt编辑库链接路径 打开home目录,gedit ~/.bashrc文件,根据readme.txt在文件中添加环境变量XAPPLRESDIR & LD_LIBRARY_PATH 3. 编写驱动代码 main.cpp 和编译 main.cpp 代码使用:

g++ -L/home/yuan/Documents/Matlab2016b/Matlab_runtime/v91/extern/lib/glnxa64

-L/home/yuan/Documents/Matlab2016b/Matlab_runtime/v91/bin/glnxa64

-I/home/yuan/Documents/Matlab2016b/Matlab_runtime/v91/extern/include

-L./test main.cpp -o main

我得到了错误:

/tmp/cc3Xemzh.o: In function main: main.cpp:(.text+0xa): undefined reference to mclmcrInitialize_proxy

main.cpp:(.text+0x19): undefined reference to mclInitializeApplication_860_proxy

main.cpp:(.text+0x48): undefined reference to testInitialize

main.cpp:(.text+0x77): undefined reference to mlfTest

main.cpp:(.text+0x98): undefined reference to testTerminate

main.cpp:(.text+0x9d): undefined reference to `mclTerminateApplication_proxy

collect2: error: ld returned 1 exit status

这应该是链接库的问题,但我不知道如何解决,谁能帮忙?

最佳答案

编辑库链接路径不够,You must explicitly link against mclmcrrt.so .

关于c++ - 链接到由 Matlab Compiler SDK 生成的 C++ 共享库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41056732/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com