mirror of https://github.com/thesofproject/sof.git
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 <paul.olaru@nxp.com>
This commit is contained in:
parent
c7b914dd14
commit
75a6a8cce3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue