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 <kevin-kirs...@idexx.com> wrote: > I’m getting a build error with the latest master due to the changes > removing CONFIGURE_SMP_APPLICATION. The default-configuration.c file sets > CONFIGURE_SMP_MAXIMUM_PROCESSORS to 32 thus enabling the internal > _CONFIGURE_SMP_APPLICATION define on targets without SMP. I had to add a > > > > #if defined(RTEMS_SMP) > > > > guard around > > > > #if CONFIGURE_SMP_MAXIMUM_PROCESSORS > 1 > > #define _CONFIGURE_SMP_APPLICATION > > #endif > > > > to get it to compile. I was building for the xilinx_zynq_a9_qemu BSP. > > > > Kevin Kirspel > > Electrical Engineer - Sr. Staff > > Idexx Roswell > > 235 Hembree Park Drive > > Roswell GA 30076 > > Tel: (770)-510-4444 ext. 81642 <(770)%20510-4444> > > Direct: (770)-688-1642 <(770)%20688-1642> > > Fax: (770)-510-4445 <(770)%20510-4445> > > > > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel >
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel