Skip to content
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

Open
jinshangcheng opened this issue Nov 16, 2021 · 5 comments
Open

Question #17

jinshangcheng opened this issue Nov 16, 2021 · 5 comments

Comments

@jinshangcheng
Copy link

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

@jinshangcheng
Copy link
Author

OK , I have fixed it luckly. I am a fresh man. Thanks!

@jamie-54
Copy link

jamie-54 commented Dec 4, 2021

I am having the same issue, any advice on how to fix it? Thanks

@jinshangcheng
Copy link
Author

I am having the same issue, any advice on how to fix it? Thanks

sudo apt-get install libdw

@boyuandeng
Copy link

also you can try delete -ldw in CMakeList.txt.i solved this problem just do it

@Everglow0214
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants