Error while running poky-qemu: version `GLIBC_2.17

2019-09-11 16:19发布

问题:

I am using 32Bit Ubuntu 14.04, where newest version of libc6 is already installed. When I run 'poky-qemu qemuppc zImage-2.6.37-qemuppc-1.0.bin yocto-image-lsb-sdk-qemuppc-1.0.rootfs.ext3', I am getting following error:

    /opt/poky/1.0/sysroots/i686-pokysdk-linux/usr/bin/qemu-system-ppc: /opt/poky/1.0/sysroots/i686-pokysdk-linux/lib/libc.so.6: version `GLIBC_2.17' not found (required by /usr/lib/i386-linux-gnu/libdrm.so.2)

Is this problem in toolchain or my host machine? How to solve this error?

Thanks for your time!

回答1:

Unknowingly, I had used wrong/old version of kernel image and filesystem image. Using latest version which is 1.8, solved the problem.