Build error on rtems master

Kirspel, Kevin Kevin-Kirspel at idexx.com
Thu Feb 2 19:07:25 UTC 2017


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
Direct: (770)-688-1642
Fax: (770)-510-4445

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20170202/0ec4fc5d/attachment.html>


More information about the devel mailing list