Skip to main content
rk k
Associate
December 14, 2017
Solved

I try to open old SPC5 project but it show errors ppc-freevle-eabi-gcc: error: unrecognized command line option '-mnew-mnemonics'

  • December 14, 2017
  • 1 reply
  • 1063 views
Posted on December 14, 2017 at 09:57

make all

Compiling boot.s

ppc-freevle-eabi-gcc: error: unrecognized command line option '-mnew-mnemonics'

make: *** [build/obj/boot.o] Error 1

    This topic has been closed for replies.
    Best answer by Erwan YVIN
    Posted on December 15, 2017 at 10:27

    Hello Rk ,

    -mnew-mnemonics is not supported anymore in FreeGCC v4.9.2

    you have to update your platform component

    Save , Generate and Build.

    Best regards

    Erwan

    ________________

    Attachments :

    2017_12_15_10_25_53_Greenshot.png : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hy5C&d=%2Fa%2F0X0000000b4z%2FZeipU53sc7dwKiJam_a7Hvsc.ppyQM5KcUbyLYdwLek&asPdf=false

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    December 15, 2017
    Posted on December 15, 2017 at 10:27

    Hello Rk ,

    -mnew-mnemonics is not supported anymore in FreeGCC v4.9.2

    you have to update your platform component

    Save , Generate and Build.

    Best regards

    Erwan

    ________________

    Attachments :

    2017_12_15_10_25_53_Greenshot.png : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hy5C&d=%2Fa%2F0X0000000b4z%2FZeipU53sc7dwKiJam_a7Hvsc.ppyQM5KcUbyLYdwLek&asPdf=false
    rk k
    rk kAuthor
    Associate
    December 21, 2017
    Posted on December 21, 2017 at 06:43

    Thanks Erwan,...!