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

Fix: bitbake fails to find libc++abi.so when compiling with LLVM/Clang. #1291

Closed
wants to merge 1 commit into from

Conversation

aentinger
Copy link
Contributor

Without the patch the compilation of libiceoryx_posh_config.so is failing with

NOTE: VERBOSE=1 cmake --build /dockerVolume/build-lmp-base/tmp-lmp_base/work/cortexa53-lmp-linux/iceoryx-posh/2.0.5-6-r0/build --target all -- ninja: error: '/dockerVolume/build-lmp-base/tmp-lmp_base/work/cortexa53-lmp-linux/cpptoml/0.1.1+git-r0/recipe-sysroot/usr/lib/libc++abi.so', needed by 'libiceoryx_posh_config.so', missing and no known rule to make it .

Without the patch the compilation of libiceoryx_posh_config.so is failing with

NOTE: VERBOSE=1 cmake --build /dockerVolume/build-lmp-base/tmp-lmp_base/work/cortexa53-lmp-linux/iceoryx-posh/2.0.5-6-r0/build --target all --
ninja: error: '/dockerVolume/build-lmp-base/tmp-lmp_base/work/cortexa53-lmp-linux/cpptoml/0.1.1+git-r0/recipe-sysroot/usr/lib/libc++abi.so', needed by 'libiceoryx_posh_config.so', missing and no known rule to make it
.

Signed-off-by: Alexander Entinger <[email protected]>
@aentinger aentinger force-pushed the fix/cpptoml-clang-build branch from 43dc54d to 332e45b Compare January 29, 2025 14:19
@robwoolley
Copy link
Collaborator

Thanks, @aentinger . I have merged this across all the supported branches:
3bbb19a
0790d0d
fc7c410
5456b95

@robwoolley robwoolley closed this Feb 5, 2025
@aentinger
Copy link
Contributor Author

Thank you 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants