Hello, I am using ZephyrSDK to develop some embedded software. I have tried to install it on my "new" laptop, which is now running Fedora 40. From my understanding, Zephyr uses PokySDK to create the build environment for cross-compilation. However, I cannot get it working.
As I mentioned in this issue on the Zephyr project page ( https://github.com/zephyrproject-rtos/sdk-ng/issues/741 ), I encounter an error when trying to build. The error message is as follows: /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc: /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/lib/libc.so.6: version `GLIBC_2.38 ' not found (required by /lib64/libstdc++.so.6) /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc: /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/lib/libc.so.6: version `GLIBC_2.33' not found (required by /lib64/libstdc++.so.6) /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc: /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/lib/libc.so.6: version `GLIBC_2.32 ' not found (required by /lib64/libstdc++.so.6) /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc: /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/lib/libc.so.6: version `GLIBC_2.36' not found (required by /lib64/libstdc++.so.6) /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc: /home/hannes/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/lib/libc.so.6: version `GLIBC_2.34 ' not found (required by /lib64/libstdc++.so.6) Unfortunately, my issue has received only a small number of replies. Running ldd --version shows that I have GLIBC 2.38 installed on my PC. I tried to create a symlink to my local GLIBC installation, but it didn’t help. In any case, this shouldn’t be necessary since PokySDK should provide all the necessary libraries needed for cross-compiling, or am I misunderstanding something? I hope this is the right place to ask, as I am unsure how to resolve this issue. Best regards, Hannes
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63491): https://lists.yoctoproject.org/g/yocto/message/63491 Mute This Topic: https://lists.yoctoproject.org/mt/107215980/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-