Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How do I compile my own header list from an ancient GLIBC version? #30

Open
earthnoob opened this issue Aug 18, 2021 · 1 comment

Comments

@earthnoob
Copy link

I'm new to glibc and linux in general and been trying to compile my simple "Hello World" C program to run on , say-- a linux phone with a very old kernel version (2.6.32) and it's glibc version just happens to be a bit below of what this repository supports (2.10.1). I'm currently looking into more solutions, including compiling GCC 4.4 and just compile on my Ubuntu machine.

It would be nice if someone can find a way to compile headers for this (2.10.1) version of glibc, automatically is better.

@brlin-tw
Copy link

Isn't targeting it to a version older than 2.10.1 would be sufficient? The oldest supported version is glibc 2.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants