libc 2.25 dependency
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 64
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the bootgen build with the 2021 Buildroot/sysroot and libc 2.23, then inspect the resulting binary's GLIBC_2.25 runtime requirement. Determine whether the dependency comes from the build environment or bootgen itself; done when the cause and a compatible build or supported libc requirement are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100