From e699b35d841124f4322a7ec27e44a8d64f79d9fa Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 29 Oct 2022 10:18:49 +0800 Subject: [PATCH] update bsp crosstool --- bsp/drivers/users/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/drivers/users/Makefile b/bsp/drivers/users/Makefile index 3f0193b..f26704a 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-10.3-2021.07/bin/arm-none-linux-gnueabihf- LINUX_SRC = ${shell pwd}/../../kernel/linux-imx/ DRV_PATH ?= ${shell pwd}/../../images/drivers/ -- Gitblit v1.9.1