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

pokysdk provides an older Verison of GLIBC than required by system #741

Open
HannesD1 opened this issue Feb 28, 2024 · 2 comments
Open

pokysdk provides an older Verison of GLIBC than required by system #741

HannesD1 opened this issue Feb 28, 2024 · 2 comments
Labels

Comments

@HannesD1
Copy link

HannesD1 commented Feb 28, 2024

Hi there,

i have installed Zepyhr and the SDK according to the zephyr website.
When i tried to build an example i got the following error message.
/home/hannes/zephyr-sdk-0.16.5/sysroots/x86_64-pokysdk-linux/usr/bin/dtc: /home/hannes/zephyr-sdk-0.16.5/sysroots/x86_64-pokysdk-linux/lib/libc.so.6: version GLIBC_2.38' not found (required by /lib64/libstdc++.so.6)
`
Changing the symlink in pokysdk to my local glibc installation in /lib4 did not helped.
Shouldnt pokysdk provide the full environment to build an application since its using my local /lib64/libstdc++ or did i got this wrong ?
I think this is somehow similar to this issue #584 but just inverted.

Zephyr SDK Version 16.5
I am running Fedora 39

@stephanosio
Copy link
Member

You might have relocated the Zephyr SDK installation after running setup.sh. Please run setup.sh again to fix RPATHs.

@HannesD1
Copy link
Author

HannesD1 commented Feb 29, 2024

Running setup.sh did not fix the problem. The installation is located in ~/zephyr-sdk-0.16.5
As described on the zephyr website

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

No branches or pull requests

2 participants