redox-os / libc

Mirror of https://gitlab.redox-os.org/redox-os/libc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redox Libc and Ports

Newlib, ported to Redox, and a number of shell files for compiling other programs.

Travis Build Status MIT licensed

Building the toolchain and libc

Run ./setup.sh all to build the gcc toolchain and newlib libc implementation.

Arch Linux and .deb packages can be built from the files in packages/. A prebuild .deb toolchain is available at https://static.redox-os.org/toolchain/.

Building ports

To build a port, enter the ports directory with cd ports. Choose a port to build, such as lua, keeping in mind the fact that many of the ports due not work yet. You can then run ./lua.sh add to build the port. You can then copy the binary ../build/sysroot/usr/bin/lua to Redox's filesystem.

About

Mirror of https://gitlab.redox-os.org/redox-os/libc

License:MIT License


Languages

Language:C 46.3%Language:Shell 46.2%Language:Makefile 3.8%Language:Python 3.4%Language:Nix 0.3%