cancel
Showing results for 
Search instead for 
Did you mean: 

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

rk k
Associate
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

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee
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

View solution in original post

2 REPLIES 2
Erwan YVIN
ST Employee
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
Posted on December 21, 2017 at 06:43

Thanks Erwan,...!