<div dir="ltr">I have confirmed that as expected this breaks all BSPS.<div><br></div><div>--joel</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 2, 2017 at 3:08 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Thu, Feb 2, 2017 at 1:52 PM, Gedare Bloom <span dir="ltr"><<a href="mailto:gedare@rtems.org" target="_blank">gedare@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Maybe the default-configuration.c should set max processors to 1?<br>
<div class="m_7304416513180926072HOEnZb"><div class="m_7304416513180926072h5"><br></div></div></blockquote><div><br></div></span><div>I would prefer it not be set at all in non-SMP builds.</div><div><div class="h5"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_7304416513180926072HOEnZb"><div class="m_7304416513180926072h5">
On Thu, Feb 2, 2017 at 2:51 PM, Joel Sherrill <<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>> wrote:<br>
> That sounds like a reasonable error and fix. Please send a patch<br>
> to the mailing list.<br>
><br>
> I assume the build of all BSPs I just started is likely to fail if<br>
> I didn't enable SMP. :)<br>
><br>
> --joel<br>
><br>
> On Thu, Feb 2, 2017 at 1:07 PM, Kirspel, Kevin <<a href="mailto:Kevin-Kirspel@idexx.com" target="_blank">Kevin-Kirspel@idexx.com</a>><br>
> wrote:<br>
>><br>
>> I’m getting a build error with the latest master due to the changes<br>
>> removing CONFIGURE_SMP_APPLICATION.  The default-configuration.c file sets<br>
>> CONFIGURE_SMP_MAXIMUM_PROCESSO<wbr>RS to 32 thus enabling the internal<br>
>> _CONFIGURE_SMP_APPLICATION define on targets without SMP.  I had to add a<br>
>><br>
>><br>
>><br>
>> #if defined(RTEMS_SMP)<br>
>><br>
>><br>
>><br>
>> guard around<br>
>><br>
>><br>
>><br>
>> #if CONFIGURE_SMP_MAXIMUM_PROCESSO<wbr>RS > 1<br>
>><br>
>>   #define _CONFIGURE_SMP_APPLICATION<br>
>><br>
>> #endif<br>
>><br>
>><br>
>><br>
>> to get it to compile.  I was building for the xilinx_zynq_a9_qemu BSP.<br>
>><br>
>><br>
>><br>
>> Kevin Kirspel<br>
>><br>
>> Electrical Engineer - Sr. Staff<br>
>><br>
>> Idexx Roswell<br>
>><br>
>> 235 Hembree Park Drive<br>
>><br>
>> Roswell GA 30076<br>
>><br>
>> Tel: <a href="tel:%28770%29-510-4444%20ext.%2081642" value="+17705104444" target="_blank">(770)-510-4444 ext. 81642</a><br>
>><br>
>> Direct: <a href="tel:%28770%29-688-1642" value="+17706881642" target="_blank">(770)-688-1642</a><br>
>><br>
>> Fax: <a href="tel:%28770%29-510-4445" value="+17705104445" target="_blank">(770)-510-4445</a><br>
>><br>
>><br>
>><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> devel mailing list<br>
>> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
>> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman<wbr>/listinfo/devel</a><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman<wbr>/listinfo/devel</a><br>
</div></div></blockquote></div></div></div><br></div></div>
</blockquote></div><br></div>