From a6c66bfab7058ee9aa5d43da93685e045fbbb0ff Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 6 Jul 2016 14:31:41 +0200 Subject: [PATCH] Update build_raspberrypi3_with_buildroot.md --- build_raspberrypi3_with_buildroot.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build_raspberrypi3_with_buildroot.md b/build_raspberrypi3_with_buildroot.md index 40b2175..025a601 100644 --- a/build_raspberrypi3_with_buildroot.md +++ b/build_raspberrypi3_with_buildroot.md @@ -10,7 +10,8 @@ git clone http://git.buildroot.net/buildroot git clone git://git.busybox.net/buildroot cd buildroot make raspberrypi3_defconfig -#make menuconfig +make menuconfig + toolchain -> Enable stack protection support ==> set at true make -j8 ``` @@ -19,5 +20,7 @@ Now the kernel and all that is needed to sater has been created in ```output``` Now we need to install toolchain and basis headers: ``` +expoort TOOLCHAIN_PATH=../generate-toolchain +mkdir -p $TOOLCHAIN_PATH ```