From 9367df5d081e4d1adc393727cc4ed5eb378af68c Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 09 Oct 2022 14:45:49 +0800 Subject: [PATCH] update BSP compiler from ARM Developer --- bsp/drivers/users/Makefile | 2 +- bsp/scripts/setup_env.sh | 2 +- bsp/build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/build.sh b/bsp/build.sh index 5f99016..b84878f 100755 --- a/bsp/build.sh +++ b/bsp/build.sh @@ -7,7 +7,7 @@ # BSP_VER should be lf-5.10.52-2.1.0, lf-5.15.32-2.0.0 BSP_VER=lf-5.15.32-2.0.0 -CROSS_TOOL=arm-linux-gnueabihf- +CROSS_TOOL=/opt/gcc-arm-11.2-2022.02/bin/arm-none-linux-gnueabihf- # SYSTEM should be: buildroot, debian, yocto # DISTRO should be: v2021.02, bullseye, hardknott/honister/kirkstone diff --git a/bsp/drivers/users/Makefile b/bsp/drivers/users/Makefile index 3f0193b..964025c 100644 --- a/bsp/drivers/users/Makefile +++ b/bsp/drivers/users/Makefile @@ -11,7 +11,7 @@ # #********************************************************************************/ -CROSS_COMPILE ?= arm-linux-gnueabihf- +CROSS_COMPILE ?= /opt/gcc-arm-11.2-2022.02/bin/arm-none-linux-gnueabihf- LINUX_SRC = ${shell pwd}/../../kernel/linux-imx/ DRV_PATH ?= ${shell pwd}/../../images/drivers/ diff --git a/bsp/scripts/setup_env.sh b/bsp/scripts/setup_env.sh index cd4c82d..fd4acf5 100755 --- a/bsp/scripts/setup_env.sh +++ b/bsp/scripts/setup_env.sh @@ -5,7 +5,7 @@ # update by top build.sh BOARD=igkboard -CROSS_TOOL=arm-linux-gnueabihf- +CROSS_TOOL=/opt/gcc-arm-11.2-2022.02/bin/arm-none-linux-gnueabihf- # Source code download address SRV_URL=http://weike-iot.com:2211 -- Gitblit v1.9.1