Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

nekosys-os/neko-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neko-gcc

This is the GCC cross-compiler used for the nekosys Operating System.

Prerequisites

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

Installing

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

About

GCC cross-toolchain for nekosys

Resources

Stars

Watchers

Forks

Contributors