From 75a6a8cce346ed4dae6864f565a0bc17f2046cbe Mon Sep 17 00:00:00 2001 From: Paul Olaru Date: Wed, 20 Nov 2019 10:58:17 +0200 Subject: [PATCH] platform: imx: Update build script for compiling with XCC The tools version and core must be correctly defined in order to be able to compile for this platform. Signed-off-by: Paul Olaru --- scripts/xtensa-build-all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/xtensa-build-all.sh b/scripts/xtensa-build-all.sh index 61ce87089..b402cf37e 100755 --- a/scripts/xtensa-build-all.sh +++ b/scripts/xtensa-build-all.sh @@ -239,8 +239,10 @@ do then PLATFORM="imx8" ARCH="xtensa" + XTENSA_CORE="hifi4_nxp_v3_3_1_2_dev" ROOT="$pwd/../xtensa-root/xtensa-imx-elf" HOST="xtensa-imx-elf" + XTENSA_TOOLS_VERSION="RF-2016.4-linux" fi if [ $XTENSA_TOOLS_ROOT ] then