Skip to content

blastrock/platform_bionic

 
 

Repository files navigation

bionic for flix

This is the libc implementation you need to compile programs for the flix kernel.

How to compile

The project build system was changed to CMake. You need to compile bionic and install it in a sysroot prefix so that other programs can be compiled against this sysroot. The libraries will be linked statically as flix does not support dynamic linking.

To compile:

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=<your sysroot>
$ make
$ make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 62.4%
  • C++ 21.0%
  • Assembly 14.1%
  • Python 1.2%
  • Makefile 1.0%
  • CMake 0.2%
  • Other 0.1%