You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I had the same issue but your solution didn't work for me. I get the same error but with a different name:
make[2]: *** No rule to make target '/usr/local/lib/libdxl_sbc_cpp.so', needed by 'find_dynamixel'. Stop.
make[1]: *** [CMakeFiles/Makefile2:108: CMakeFiles/find_dynamixel.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
Hello,
I am following this tutorial to build dynamixel workbench on Raspberry Pi 4 (Raspbian) and ROS Melodic:
https://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/#linux-and-macos
Getting this error after running "make":
I went into
/lib
and all the output files I have are for thesbc
platform because I am on Pi. Why is it trying to make it for x64 if I am on SBC?Thank you!
The text was updated successfully, but these errors were encountered: