<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 28, 2018 at 4:19 PM, Joel Sherrill <span dir="ltr"><<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi<div><br></div><div>The GCC master no longer supports the -mno-spe flag.  This results</div><div>in configure time failures that GCC does not work:</div><div><br></div><div><div>configure:3499: powerpc-rtems5-gcc -mcpu=8540 -meabi -msdata=sysv -fno-common -msoft-float -mno-spe -Og -g -ffunction-sections -fdata-sections   conftest.c  >&5</div><div>powerpc-rtems5-gcc: error: unrecognized command line option '-mno-spe'; did you mean '-fno-see'?</div></div><div><br></div><div>This impacts the t32mppc and all mpc55xx variants.</div><div><br></div><div>Looks like deleting the option is the correct solution. Any other thoughts on how to correct this? </div></div></blockquote><div><br></div><div>Hmmm.. deleting the option worked for the BSPs that didn't really need SPE. Now that's a separate</div><div>toolchain target.</div><div><br></div><div><div>$ grep mpc55xx_spe.inc *</div><div>mpc5566evb_spe.cfg:include $(RTEMS_ROOT)/make/custom/mpc55xx_spe.inc</div><div>mpc5674f_ecu508_app.cfg:include $(RTEMS_ROOT)/make/custom/mpc55xx_spe.inc</div><div>mpc5674f_ecu508_boot.cfg:include $(RTEMS_ROOT)/make/custom/mpc55xx_spe.inc</div><div>mpc5674fevb_spe.cfg:include $(RTEMS_ROOT)/make/custom/mpc55xx_spe.inc</div><div>mpc5674f_rsm6.cfg:include $(RTEMS_ROOT)/make/custom/mpc55xx_spe.inc</div><div>phycore_mpc5554.cfg:include $(RTEMS_ROOT)/make/custom/mpc55xx_spe.inc</div><div><br></div></div><div>Updating to gcc 9 will require adding the powerpcspe target and using it only with</div><div>these powerpc BSPs.</div><div><br></div><div>How do we proceed? These are not my BSPs and I don't know enough of</div><div>their details to unwind the solution. Only that the toolchain split into two</div><div>targets and this BSP is impacted.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span class="gmail-HOEnZb"><font color="#888888"><div><br></div><div>--joel</div></font></span></div>
</blockquote></div><br></div></div>