From dc46b0794b0bb95813daefef1aa9493c704cfdcc Mon Sep 17 00:00:00 2001 From: Christian Ferbar Date: Thu, 15 Sep 2016 11:16:44 +0200 Subject: [PATCH] Update README.md: add link to raspberrypi toolchain --- tools/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 708fc60..da00cbb 100644 --- a/tools/README.md +++ b/tools/README.md @@ -1,8 +1,7 @@ In this subsection, I've included tools and instructions for those who want to build kernel themselves. `build-kernel-qemu` script helps one to automate kernel building process for any debian based distro. - -For other OSes, like windows or Mac OS X, one can have similar tools like gcc-arm-linux-gnueabihf- and other dependencies and refer `build-kernel-qemu` line by line to build the kernel. +The ARM toolchain can be found in the debian package gcc-arm-linux-gnueabihf or at https://github.com/raspberrypi/tools. For other OSes, like windows or Mac OS X, one can have similar tools like gcc-arm-linux-gnueabihf- and other dependencies and refer `build-kernel-qemu` line by line to build the kernel. Please note that `build-kernel-qemu` is not an original work of mine and credit for it goes to the original author (https://github.com/johnlane).