Hi
I am getting the following error while building android 10 for imx8m mini evk board. I have followed Android_User's_Guide.pdf and downloaded the toolchain but the toolchain gcc-arm-8.3-2019.03-x86_64-aarch64-elf.tar.xz and followed the procedure mentioned in the document. But the toolchain is not exporting.
#!/bin/sh
export PATH=$PATH:/opt/toolchain/gcc-arm-8.3-2019.03-x86_64-aarch64-elf/bin
export ARCH=aarch64
export CROSS_COMPILE=aarch64-elf-
Is there anything to do further? I am assuming the error is because of toolchain.
The log for the following command is attached in build_log3.txt
$ ./imx-make.sh bootimage 2>&1 | tee build_log3.txt