Skip to main content
prashanth.mohan22
Associate III
July 25, 2019
Solved

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

  • July 25, 2019
  • 1 reply
  • 1345 views

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

    This topic has been closed for replies.
    Best answer by Erwan YVIN

    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

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    August 13, 2019

    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