2
0
Fork 0
Genode Packages collection https://git.sr.ht/~ehmry/genodepkgs/
Go to file
Ehmry - 41071d2625 License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00
LICENSES License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00
NOVA License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00
dhall License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00
tool Clean dead expressions 2019-09-25 13:48:34 +02:00
toolchain-overlay License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00
upstream License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00
.gitignore License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00
README.md Add README 2019-09-25 13:48:34 +02:00
default.nix License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00
platform.nix License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00
release.nix License under Hippocratic-1.1 2019-09-27 12:38:35 +02:00

README.md

An overlayed Nixpkgs for the Genode OS framework

This repo contains Nix expressions for building Genode with Nixpkgs and building Nixpkgs for Genode. At the moment the former is experimental and broken in many cases, the later is probably broken for all cases.

Toolchain

The LLVM cross-compiler may useful already, Clang apparently builds Genode without serious problems. Bootstrapping GCC is not feasible.

To compiler environment may be accessed via the nix-shell utility and the genode.base attribute defined here.

nix-shell «path-to-this-repo» -A genode.base

Bootstrapping the environment on a laptop can take hours.

TODO: easy binary cache configuration