Hi, On Wed, 2021-02-24 at 12:40 +0100, Anatol Belski wrote: > the current master build seems to be broken with symbols unavailable > from the host glibc. The following is to see on the SDK built and > installed on the same host Ubuntu 18.04.5 having glibc 2.27: > > $ . /tmp/poky-sdk-master-00/environment-setup-core2-64-poky-linux > > $ ldd $(which $CC) > /tmp/poky-sdk-master-00/sysroots/x86_64-pokysdk-linux/usr/bin/x86_64-poky-linux/x86_64-poky-linux-gcc: > > /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found
We change the loader path inside our SDK binaries so you can't trust the output from ldd, it will find a different result to what you'd see when you run the binary. What issue are you seeing trying to run these? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148547): https://lists.openembedded.org/g/openembedded-core/message/148547 Mute This Topic: https://lists.openembedded.org/mt/80874524/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
