当前位置:网站首页>The cross compilation environment appears So link file not found problem
The cross compilation environment appears So link file not found problem
2022-06-26 18:13:00 【Maccy37】
problem :/opt/rk3308-32bit-cross-complier/bin/../lib/gcc/arm-rockchip-linux-gnueabihf/6.4.0/../../../../arm-rockchip-linux-gnueabihf/bin/ld: warning: libmrpt-graphs.so.1.5, needed by /opt/arm/3308/mrpt/lib/libmrpt-maps.so, not found (try using -rpath or -rpath-link)

The compilation error is because :libmrpt-maps.so Cannot link to libmrpt-graphs.so.1.5 The library of
The solution is CMakeLists.txt Add link library directive :
set(MRPT_LIBRARIES_DIRS /opt/arm/3308/mrpt/lib)
target_link_libraries(mapgen_mrpt
${catkin_LIBRARIES}
${MRPT_LIBS}
${MRPT_LIBRARIES_DIRS}/libmrpt-graphs.so.1.5 # Mainly this document
)
边栏推荐
- Knapsack problem with dependency
- No manual prior is required! HKU & Tongji & lunarai & Kuangshi proposed self supervised visual representation learning based on semantic grouping, which significantly improved the tasks of target dete
- JS common regular expressions
- Tag dynamic programming - preliminary knowledge for question brushing -2 0-1 knapsack theory foundation and two-dimensional array solution template
- 腾讯钱智明:信息流业务中的预训练方法探索与应用实践
- [buuctf.reverse] 126-130
- Deep understanding of MySQL lock and transaction isolation level
- ROS的发布消息Publishers和订阅消息Subscribers
- Handwritten promise all
- vutils. make_ A little experience of grid () in relation to black and white images
猜你喜欢

非对称密码体制详解

No manual prior is required! HKU & Tongji & lunarai & Kuangshi proposed self supervised visual representation learning based on semantic grouping, which significantly improved the tasks of target dete

图像二值化处理

Properties file garbled

JVM entry Door (1)

Applet setting button sharing function

Padding percentage operation

深入理解MySQL锁与事务隔离级别

爬取豆瓣读书Top250,导入sqlist数据库(或excel表格)中

ISO documents
随机推荐
padding百分比操作
输入n个整数,输出出现次数大于等于数组长度一半的数
Decision tree and random forest
Tencent qianzhiming: Exploration and application of pre training methods in information flow business
[unity] use C in unity to execute external files, such as Exe or bat
决策树与随机森林
RSA概念详解及工具推荐大全 - lmn
Get and set settings in 26class
DoS及攻擊方法詳解
贝叶斯网络详解
比较两个对象的大小关系原来可以如此花里胡哨
Detailed explanation of dos and attack methods
map和filter方法对于稀缺数组的处理
MYSQL的下载与配置 mysql远程操控
Number of solutions for knapsack problem
transforms.RandomCrop()的输入只能是PIL image 不能是tensor
LeetCode 面试题29 顺时针打印矩阵
JS 常用正则表达式
Runtimeerror: CUDA error: out of memory own solution (it is estimated that it is not applicable to most people in special circumstances)
Map和List<Map>转相应的对象