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

Lower glibc version requirement #5

Open
xen0n opened this issue Dec 11, 2024 · 3 comments
Open

Lower glibc version requirement #5

xen0n opened this issue Dec 11, 2024 · 3 comments

Comments

@xen0n
Copy link
Member

xen0n commented Dec 11, 2024

2.38 should be enough for recent (2024) distros, mainly several Chinese-developed ones (think the openBlahBlah ones), but @sunhaiyong1978 pointed out in IM that openEuler 22.04 LTS has users and it's glibc 2.34 (!!).

It seems not so easy to make stripped-down openEuler sysroots though; see also https://gitee.com/openeuler/openeuler-docker-images/issues/I9CRB5.

@xry111
Copy link
Member

xry111 commented Dec 11, 2024

Isn't the first Glibc release supporting LoongArch 2.36? If they must use a "pheasant" glibc version they should take care of .net on their own, IMO.

@xen0n
Copy link
Member Author

xen0n commented Dec 11, 2024

Isn't the first Glibc release supporting LoongArch 2.36? If they must use a "pheasant" glibc version they should take care of .net on their own, IMO.

It's a glibc 2.34 but patched to glibc 2.36 ABI from LoongArch's perspective. So from our perspective we can just use a glibc 2.36 sysroot.

But the problem is that nowadays it can be hard to find a distro that simultaneously has glibc 2.36 and up-to-date everything else...

@driver1998
Copy link

driver1998 commented Dec 14, 2024

IIRC their qemu qcow2 is reasonably stripped down, I built an rootfs out of 24.03 qcow2 for the 2K0300 99pi board once.

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

3 participants