Re: Build error on rtems master

2017-02-02 Thread Joel Sherrill
I have confirmed that as expected this breaks all BSPS. --joel On Thu, Feb 2, 2017 at 3:08 PM, Joel Sherrill wrote: > > > On Thu, Feb 2, 2017 at 1:52 PM, Gedare Bloom wrote: > >> Maybe the default-configuration.c should set max processors to 1? >> >> > I would prefer it not be set at all in no

Re: Build error on rtems master

2017-02-02 Thread Joel Sherrill
On Thu, Feb 2, 2017 at 1:52 PM, Gedare Bloom wrote: > Maybe the default-configuration.c should set max processors to 1? > > I would prefer it not be set at all in non-SMP builds. > On Thu, Feb 2, 2017 at 2:51 PM, Joel Sherrill wrote: > > That sounds like a reasonable error and fix. Please send

Re: Build error on rtems master

2017-02-02 Thread Gedare Bloom
Maybe the default-configuration.c should set max processors to 1? On Thu, Feb 2, 2017 at 2:51 PM, Joel Sherrill wrote: > That sounds like a reasonable error and fix. Please send a patch > to the mailing list. > > I assume the build of all BSPs I just started is likely to fail if > I didn't enable

Re: Build error on rtems master

2017-02-02 Thread Joel Sherrill
That sounds like a reasonable error and fix. Please send a patch to the mailing list. I assume the build of all BSPs I just started is likely to fail if I didn't enable SMP. :) --joel On Thu, Feb 2, 2017 at 1:07 PM, Kirspel, Kevin wrote: > I’m getting a build error with the latest master due t