Skip to content

Instantly share code, notes, and snippets.

View Ayush-pbh's full-sized avatar

Ayush Tripathi Ayush-pbh

View GitHub Profile
@lidgnulinux
lidgnulinux / LFS-musl.md
Last active April 11, 2025 09:41
Build LFS with Musl, Libressl and Eudev.

Build LFS with Musl, Libressl and Eudev.

Prerequisite.

We need some stuffs to be prepared, like :

  • Musl-based linux distro as host. I used dragora GNU/Linux. We may use alpine as well.
  • Compiler, I use gcc 14.
  • LFS book, just ignore everything about the glibc, openssl and eudev part.
  • Mussel to build cross compilers.
  • Time and patient.