CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors

Documentation

Development - Toolchain Setup


1. Introduction

A little explanation about how to get the sources to build the toolchain, kernel and ports.

2. Prepare the environment

 $ sudo install -d -m 0775 -g users /devel
 $ mkdir /devel/crux-arm

3. Build the ARM toolchain

 $ cd /devel/crux-arm
 $ git clone git://crux-arm.nu/crux-arm/toolchain.git
 $ cd toolchain
 $ git branch 3.5 origin/3.5
 $ git checkout 3.5
 $ make