gaoxiang12 / slam_in_autonomous_driving

《自动驾驶中的SLAM技术》对应开源代码
1.76k stars 431 forks source link

tbb undefined reference #88

Open chenchunhu opened 1 year ago

chenchunhu commented 1 year ago

when i make the code tbb::interface7::internal::isolate_within_arena(tbb::interface7::internal::delegate_base&, long)’undifend reference

development:ubuntu 18.04 gcc 9.4 g++ 9.4 anybody can help me process this error?

lixinyangzyy commented 1 year ago

I have the same problem.This is a link library error. modify "src/ch5/CMakeLists.txt" lines 30 and 45 "tbb -----> TBB::tbb"

LvDingzhou commented 2 months ago

可以按照如下链接的方法编译,并安装tbb

https://blog.csdn.net/davidhopper/article/details/98309966