A little explanation about how to get the sources to build the toolchain, kernel and ports.
$ sudo install -d -m 0775 -g users /devel $ mkdir /devel/crux-arm
$ 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