Open ratin3 opened 3 years ago
I am using 2021 buildroot/sysroot to make the image for the target. Then when I compile bootgen using this repo, I get the error :
zynq> ./bootgen ./bootgen: /lib/libc.so.6: version `GLIBC_2.25' not found (required by ./bootgen)
My libc version is 2.23. How to resolve this and why do we need libc 2.25 ? I tried to use the oldest branch here but its the same dependency.
I am using 2021 buildroot/sysroot to make the image for the target. Then when I compile bootgen using this repo, I get the error :
zynq> ./bootgen ./bootgen: /lib/libc.so.6: version `GLIBC_2.25' not found (required by ./bootgen)
My libc version is 2.23. How to resolve this and why do we need libc 2.25 ? I tried to use the oldest branch here but its the same dependency.