-
Notifications
You must be signed in to change notification settings - Fork 187
Cannot install - error related to linking #48
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
Comments
The lib has -fPIC flags. |
I've got a same error on Ubuntu 22.04.
On Ubuntu 20.04, it compiles fine.
|
Any news on this? |
I've got a same error on raspberry pi 4B. It seemed that can not find the lib. |
sorry. I changed the raspberry pi4 OS form 32bits to 64bits and the exmaple worked. |
NEW PR:
This way even 22.04 users can run this repo. |
hi Velythyl,
but when i run the python example, it can not find the lib. The log:
platform: raspberry Pi4B It seemed it can not find the python lib, the version of python is too high?should i back to python3.8? |
I have the same error on ubuntu 22.04 SDK ver v3.8.0: How to fix it? or when will the corrected version of the sdk be released? |
anything new? |
Hello, our SDK does not support ubuntu 22.04, you can try ubuntu 18.04 |
Hi, here is my way to compile the sdk with ubuntu 22:
redo the |
Hello!
Thank you for writing this library. I want to control the Go1 robot's low level controller using python.
But I cannot install this library (see attached log)
I think the
/home/charlie/Desktop/unitree_legged_latest_sdk/lib/cpp/amd64/libunitree_legged_sdk.a
provided was not compiled with the right option https://stackoverflow.com/questions/19768267/relocation-r-x86-64-32s-against-linking-errorIf it's my fault that it won't compile, can you let me know how to compile it such that it works? thank you
The text was updated successfully, but these errors were encountered: