-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question #17
Comments
OK , I have fixed it luckly. I am a fresh man. Thanks! |
I am having the same issue, any advice on how to fix it? Thanks |
sudo apt-get install libdw |
also you can try delete -ldw in CMakeList.txt.i solved this problem just do it |
I followed the second advice in this Chinese blog and this problem has been solved. Here is the link: https://blog.csdn.net/sirria1/article/details/104276817 |
Hello! When I tried to quick start, I met some problems. When I try to "catkin_make", it reported error.How can I solve it?
[ 96%] Linking CXX executable /home/jsc/fuel_ws/devel/lib/plan_manage/fast_planner_node
/usr/bin/ld: 找不到 -ldw
collect2: error: ld returned 1 exit status
FUEL/fuel_planner/plan_manage/CMakeFiles/fast_planner_node.dir/build.make:500: recipe for target '/home/jsc/fuel_ws/devel/lib/plan_manage/fast_planner_node' failed
make[2]: *** [/home/jsc/fuel_ws/devel/lib/plan_manage/fast_planner_node] Error 1
CMakeFiles/Makefile2:6606: recipe for target 'FUEL/fuel_planner/plan_manage/CMakeFiles/fast_planner_node.dir/all' failed
make[1]: *** [FUEL/fuel_planner/plan_manage/CMakeFiles/fast_planner_node.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j2 -l2" failed
The text was updated successfully, but these errors were encountered: