Hello,
I’m having a new issue : from the git https://github.com/SolidRun/lx2160a_build, using docker fails because I’m on a platform using glibc 2.35. The message is:
Checking all required tools are installed
Building boot loader
/work/build/debian/buildroot/output/build/buildroot-config/conf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /work/build/debian/buildroot/output/build/buildroot-config/conf)
/work/build/debian/buildroot/output/build/buildroot-config/conf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /work/build/debian/buildroot/output/build/buildroot-config/conf)
conf being a binary, a grep on GLIBC_2.34 did not give any result.
Any hint on where I should look at ?