Skip to content

Enough headers from glibc to "make headers_install" on a linux kernel on Mac OS

Notifications You must be signed in to change notification settings

smoofra/fake-glibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake-glibc

The purpose of this is to provide some basic headers from glibc and linux-headers like elf.h and byteswap.h that are not available on Mac OS.

It is not intended to be a replacement for all glibc API's, only enough to cross-compile a linux kernel or to run make headers_install

By the way, linux's makefiles rely on gnu-only features of the following programs. You will want to have symlinks to the gnu versions of them in your path.

  • expr
  • sed
  • stat
  • xargs

About

Enough headers from glibc to "make headers_install" on a linux kernel on Mac OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published