make: ppc-freevle-eabi-gcc: Command not found
Hi,
I'm trying to build SPC5 application in gitlab CI.
While running the job, I'm getting an error
$ make
Compiling boot.s
make: ppc-freevle-eabi-gcc: Command not found
make: *** [components/spc560bxx_platform_component_rla/lib/rsc/rules.mk:137: build/obj/boot.o] Error 127I can able to build the application in the PC, but not in the gitlab CI.
I don't know how to fix this, but I am aware I'm adding the required path in Makefile itself.
export PATH := C:\SPC5Studio\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.201809141314\toolchain\bin\:$(PATH_SEPARATOR)${PATH}Still, no improvements while running it in CI.
Please help me out.
Regards,
Prashanth
