[RTEMS Project] #2822: m32csim does not build on master

RTEMS trac trac at rtems.org
Tue Nov 22 18:30:51 UTC 2016


#2822: m32csim does not build on master
---------------------------+-----------------------------
 Reporter:  joel.sherrill  |      Owner:  sebastian.huber
     Type:  defect         |     Status:  new
 Priority:  high           |  Milestone:  4.12
Component:  General        |    Version:  4.12
 Severity:  critical       |   Keywords:
---------------------------+-----------------------------
 In file included from
 ../../cpukit/../../../m32csim/lib/include/rtems/score/types.h:22:0,
                  from
 ../../cpukit/../../../m32csim/lib/include/rtems/score/cpu.h:40,
                  from
 ../../../../../../rtems/c/src/../../cpukit/score/src/percpuasm.c:19:
 ../../cpukit/../../../m32csim/lib/include/rtems/score/basedefs.h:244:17:
 error: size of array 'rtems_static_assert_PER_CPU_OFFSET_EXECUTING' is
 negative
      typedef int rtems_static_assert_ ## msg [(cond) ? 1 : -1]
                  ^
 ../../../../../../rtems/c/src/../../cpukit/score/src/percpuasm.c:98:1:
 note: in expansion of macro 'RTEMS_STATIC_ASSERT'
  RTEMS_STATIC_ASSERT(
  ^
 ../../cpukit/../../../m32csim/lib/include/rtems/score/basedefs.h:244:17:
 error: size of array 'rtems_static_assert_PER_CPU_OFFSET_HEIR' is negative
      typedef int rtems_static_assert_ ## msg [(cond) ? 1 : -1]
                  ^
 ../../../../../../rtems/c/src/../../cpukit/score/src/percpuasm.c:103:1:
 note: in expansion of macro 'RTEMS_STATIC_ASSERT'
  RTEMS_STATIC_ASSERT(
  ^

--
Ticket URL: <http://devel.rtems.org/ticket/2822>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list