大概是在编译到73%的时候出现
No rule to make target ‘/usr/lib/x86_64-linux-gnu/xxx.so’, needed by ‘/home/tzy/xxx’. Stop.
参考以下博客:
https://blog.csdn.net/wuguangbin1230/article/details/77816299
先找到xxx.so文件的位置,然后在指定位置用ln -s建立一个软链接即可
LegoLoam编译中的报错
问题出在第一个warning libpng上,一般是ROS经过了重装之后导致,再usr/local/lib把带.so的全删了,usr/local/include里把libpng文件夹删了,再重装一遍libpng即可

相关文章:

  • 2022-01-02
  • 2022-02-12
  • 2021-06-16
  • 2021-10-05
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
猜你喜欢
  • 2021-06-30
  • 2021-04-12
  • 2021-07-24
  • 2021-07-09
  • 2021-10-04
  • 2021-11-14
  • 2021-08-29
相关资源
相似解决方案