2017-12-14 12:57 AM
make all
Compiling boot.s
ppc-freevle-eabi-gcc: error: unrecognized command line option '-mnew-mnemonics'
make: *** [build/obj/boot.o] Error 1
Solved! Go to Solution.
2017-12-15 01:27 AM
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=false2017-12-15 01:27 AM
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=false2017-12-20 10:43 PM
Thanks Erwan,...!