Zenoh unresolved reference to shm in Android 13. #138
ashirvad-acsia
started this conversation in
Zenoh Flow
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While adopting the zenoh pub sub middleware implementation for Android 13 we are facing the following issues while integrating zenoh library:
Undefined reference to shm - shared memory APIs :shared_memory::unix::create_mapping::he2aa66c0237b54c1: error: undefined reference to 'shm_open'
To resolve this issue we tried to disable the shared memory feature in the cmakelist file by the following modification:
declare_cache_var(ZENOHC_BUILD_WITH_SHARED_MEMORY FALSE BOOL "Enable shared-memory zenoh-c feature")
However the build error remains same for the shm dependency.
Could anybody please suggest a solution?
We are using the following environment:
Zeno C API with a C++ wrapper for our middleware C++ implementation
Target : Android 13 - running in an emulator
Beta Was this translation helpful? Give feedback.
All reactions