-
Notifications
You must be signed in to change notification settings - Fork 32
Building
rememberthe8bit edited this page Mar 1, 2013
·
5 revisions
##On Debian/Ubuntu:
-
Before you start, install
libgmp-dev,libmpfr-dev,libmpc-dev,libncurses-devandtexinfoso you can build the toolchain. You may also need to installbisonandflexfor building XINU itself. -
Then use the Makefile from here: https://github.com/caltry/cross-tools
-
Running
makeshould download and install everything for you in $PWD/local-prefix. Add local-prefix/bin to your path and you should be able to build XINU.
Note: be sure to change Xinu's PLATFORM variable in compile/Makefile to either arm-qemu if you wish to build for QEMU or raspberry-pi for the Raspberry Pi hardware.