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

Please add -latomic to the ARM build #4986

Closed
raymondbedwards55 opened this issue Oct 5, 2019 · 2 comments
Closed

Please add -latomic to the ARM build #4986

raymondbedwards55 opened this issue Oct 5, 2019 · 2 comments
Labels
raspberry pi T260 series Intel® T265 library

Comments

@raymondbedwards55
Copy link

Required Info
Camera Model T265
Firmware Version 0.0.18.6100
Operating System & Version /etc/debian_version=10.1
Kernel Version (Linux Only) 4.19.66-v7+
Platform Raspberry Pi 3b+
SDK Version librealsense commit 81d469
Language python
Segment ?what?

Issue Description

After downloading the source for the python wrapper and compiling:

$ python -c "import pyrealsense2"
ImportError: /usr/local/lib/librealsense2.so.2.28: undefined symbol: __atomic_fetch_add_8

The fix was to add a -latomic to the gcc command creating librealsense2.so.2.28 so ldconfig knew it depended on libatomic. Could you consider adding the fix please?

@RealSenseCustomerSupport
Copy link
Collaborator


Hi @raymondbedwards55 - Have a look at the pull request link provided here. I think this should take care of your request.

#5025

@dorodnic
Copy link
Contributor

Should be resolved now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
raspberry pi T260 series Intel® T265 library
Projects
None yet
Development

No branches or pull requests

3 participants