cancel
Showing results for 
Search instead for 
Did you mean: 

make: ppc-freevle-eabi-gcc: Command not found

prashanth.mohan22
Associate III

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 127

I 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

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

Hello ,

Strange your PATH SEPARATOR is Strange

there is a :

export PATH := C:\SPC5Studio\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20190711093658\toolchain\bin\$(PATH_SEPARATOR)${PATH}

SPC5Studio is well installed on gitlab CI ?

your path or Makefile version are correct ?

Best regards

Erwan

View solution in original post

1 REPLY 1
Erwan YVIN
ST Employee

Hello ,

Strange your PATH SEPARATOR is Strange

there is a :

export PATH := C:\SPC5Studio\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20190711093658\toolchain\bin\$(PATH_SEPARATOR)${PATH}

SPC5Studio is well installed on gitlab CI ?

your path or Makefile version are correct ?

Best regards

Erwan