From e03452bdaff4a76f7b07f1795edfe987bde9e8d0 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 09 Oct 2022 21:17:37 +0800 Subject: [PATCH] update cross compiler to gcc-arm-10.3-2021.07 --- bsp/scripts/setup_env.sh | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bsp/scripts/setup_env.sh b/bsp/scripts/setup_env.sh index c56353c..f95f044 100755 --- a/bsp/scripts/setup_env.sh +++ b/bsp/scripts/setup_env.sh @@ -5,10 +5,11 @@ # update by top build.sh BOARD=igkboard -CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- +CROSS_TOOL=/opt/gcc-arm-10.3-2021.07/bin/arm-none-linux-gnueabihf- # Source code download address SRV_URL=http://weike-iot.com:2211 +#SRV_URL=http://127.0.0.1:2211 BSP_VER=lf-5.15.32-2.0.0 BSP_URL=${SRV_URL}/imx/bsp/${BSP_VER} @@ -16,7 +17,7 @@ # DISTRO should be: hardknott, buster # SYSNAME should be: yocto, buster SYSTEM=yocto -DISTRO=honister +DISTRO=kirkstone TARBALL_DIR=${PRJ_PATH}/../tarballs/ -- Gitblit v1.9.1