-
Notifications
You must be signed in to change notification settings - Fork 179
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
No rule to make target x64 #301
Comments
Oh, got it.
I changed the 64-bit instruction to |
Looks like this is the same as #294 |
Hey I had the same issue but your solution didn't work for me. I get the same error but with a different name: Please help! |
Hi @01binary Additionally, you can modify the CMakeLists.txt file to ensure it builds without issues on SBCs (like the Raspberry Pi). Add the following line at the specified location:
Thank you for raising the issue! |
@eisulimma can you verify the fix worked for you by chance so this GitHub issue can be closed cleanly? I moved on to using NUCs which run ordinary Ubuntu desktop, and no longer using Raspberry Pi for robotics. |
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: