From: Michal Sojka Date: Wed, 23 Oct 2019 22:07:29 +0000 (+0200) Subject: Switch to arm-linux-gnueabihf- compiler X-Git-Url: https://rtime.felk.cvut.cz/gitweb/zynq/linux-build.git/commitdiff_plain/50777f1ea52f3f6e4e520aa70cec6e69ce72668f Switch to arm-linux-gnueabihf- compiler --- diff --git a/README b/README index 2cd6f31..43ff50f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -1. Install arm-none-eabi-gcc compiler (on Debian package gcc-arm-none-eabi) +1. Install arm-linux-gnueabihf-gcc compiler (on Debian package gcc-arm-linux-gnueabihf) 2. git submodule update --init [--reference ] 3. cd build 4. make diff --git a/build/u-boot-xlnx/GNUmakefile b/build/u-boot-xlnx/GNUmakefile index 1fa4c98..79c8c43 100644 --- a/build/u-boot-xlnx/GNUmakefile +++ b/build/u-boot-xlnx/GNUmakefile @@ -1,7 +1,5 @@ export ARCH=arm -export CROSS_COMPILE=arm-none-eabi- - -#export CROSS_COMPILE=arm-linux-gnueabi- +export CROSS_COMPILE=arm-linux-gnueabihf- lastword = $(word $(words $(1)),$(1)) makedir := $(dir $(call lastword,$(MAKEFILE_LIST))) diff --git a/build/xlnx_4.9/linux/GNUmakefile b/build/xlnx_4.9/linux/GNUmakefile index 61d4ce8..d9ec3b8 100644 --- a/build/xlnx_4.9/linux/GNUmakefile +++ b/build/xlnx_4.9/linux/GNUmakefile @@ -1,5 +1,5 @@ export ARCH=arm -export CROSS_COMPILE=arm-none-eabi- +export CROSS_COMPILE=arm-linux-gnueabihf- VERSION = 4 PATCHLEVEL = 9