Hi All,
I am trying to create a SCU FW binary by using the SCU Porting Kit. I have followed all the steps mentioned in the following link:
https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Getting-s...
But when i try to build the file SCU by using the command
"make qx R=b0 B=myboard" i get the following error:
/bin/bash: /gcc-arm-none-eabi-*/bin/arm-none-eabi-gcc: No such file or directory
/bin/bash: /gcc-arm-none-eabi-*/bin/arm-none-eabi-gcc: No such file or directory
/bin/bash: /gcc-arm-none-eabi-*/bin/arm-none-eabi-gcc: No such file or directory
Generating platform/board/mx8qx_myboard/dcd/imx8qx_dcd_1.2GHz.h
/bin/bash: /gcc-arm-none-eabi-*/bin/arm-none-eabi-cpp: No such file or directory
Makefile:465: recipe for target 'platform/board/mx8qx_myboard/dcd/imx8qx_dcd_1.2GHz.h' failed
make: *** [platform/board/mx8qx_myboard/dcd/imx8qx_dcd_1.2GHz.h] Error 127
I have set path in the bashrc file
export TOOLS=/home/nikola/workspace/TCU_NXP/arm-gnu-embedded_toolchain
what am I missing here? I am building the SCU in ubuntu 16.4 system for i.MX8QX board.
Thanks and Regards,
Ramprakash