tGoogle kernels need gcc4 - arm-sdk - os build toolkit for various embedded devices
HTML git clone https://git.parazyd.org/arm-sdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit bd18f3afa2e01ee293ddf3c76e654c82c53408ff
DIR parent c33c6bd2e5985599aebb2ca417801a7c4cae1ed3
HTML Author: parazyd <parazyd@dyne.org>
Date: Tue, 13 Feb 2018 13:04:45 +0100
Google kernels need gcc4
Dead unicorn company.
Diffstat:
M boards/chromebook-acer.sh | 4 +++-
M init.sh | 10 ++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
---
DIR diff --git a/boards/chromebook-acer.sh b/boards/chromebook-acer.sh
t@@ -1,5 +1,5 @@
#!/usr/bin/env zsh
-# Copyright (c) 2016 Dyne.org Foundation
+# Copyright (c) 2016-2018 Dyne.org Foundation
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
#
# This file is part of arm-sdk
t@@ -35,6 +35,8 @@ gpt_boot=(8192 32768)
gpt_root=(40960)
bootfs="none"
+export PATH="$R/gcc/linaro-armhf-unicorns/bin:$PATH"
+
extra_packages+=(abootimg cgpt u-boot-tools)
extra_packages+=(vboot-utils vboot-kernel-utils)
extra_packages+=(laptop-mode-tools usbutils)
DIR diff --git a/init.sh b/init.sh
t@@ -67,6 +67,16 @@ gettc "$tc" "arm64" || {
exit 1
}
+damnunicorncompanyver="4.9.4-2017.01"
+damnunicorncompanyurl="https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01"
+
+tc="${damnunicorncompanyurl}/${armhftc}/gcc-linaro-${damnunicorncompanyver}-${_hostarch}_${armhftc}.tar.xz"
+gettc "$tc" "armhf-unicorns" || {
+ echo "Something went wrong while downloading the toolchain for the damn
+ unicorn company kernels."
+ exit 1
+}
+
cat <<EOM
All done! Make sure you also install the required dependencies listed in