This is the GCC cross-compiler used for the nekosys Operating System.
Being an advanced build system, GCC has many dependencies. Therefore, it is required to have them when building a GCC cross compiler for nekosys. For more information, visit this page
- Linux environment
- Make
- Bison
- Flex
- GMP
- MPFR
- MPC
- Texinfo
Debian command:
sudo apt install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo
Make sure that the nekosys main repo is in the same folder as the neko-gcc
Then, run the following command in your shell:
chmod +x ./build.sh && ./build.sh
This creates a i686-neko-* toolchain at ~/opt/neko-gcc
The main build script expects a neko-gcc in path, so you need to create a symlink