Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.
Grant Perry edited this page Sep 10, 2015 · 8 revisions

Build

Cross Compiler

MatrixOS is build using a GCC Cross Compiler

GCC and Binutils

MatrixOS can be built with:

Binutils:point_down: GCC :point_right: 4.8.2 4.8.3 4.9.0 4.9.1
2.24 👍 👎

GNU Binutils Download GNU GCC Download

run this command sudo apt-get install libgmp3-dev libmpfr-dev libisl-dev libcloog-isl-dev libmpc-dev

then follow this tutorial GCC Cross-Compiler - OSDEV

Make

To Compile the sources, run make in the source directory. This creates MatrixOS.iso in the root directory.

Clean

use make clean in the src directory to remove object files. This is useful if you have edited header files or make stuffs up.

Clone this wiki locally