[RTEMS Project] #2816: Many ARM BSPs have Static Assert
RTEMS trac
trac at rtems.org
Fri Nov 18 17:39:18 UTC 2016
#2816: Many ARM BSPs have Static Assert
---------------------------+-----------------------------
Reporter: joel.sherrill | Owner: sebastian.huber
Type: defect | Status: new
Priority: highest | Milestone: 4.12
Component: General | Version: 4.12
Severity: blocker | Keywords:
---------------------------+-----------------------------
Hi
With the recent commits, many BSPs on the master do not build.
They error out with this static assert:
In file included from
../../../../cpukit/../../../gumstix/lib/include/rtems/score/types.h:23:0,
from
../../../../cpukit/../../../gumstix/lib/include/rtems/score/cpu.h:32,
from
../../../../cpukit/../../../gumstix/lib/include/rtems/system.h:23,
from
../../../../../../../../rtems/c/src/../../cpukit/score/cpu/arm/cpu.c:29:
../../../../cpukit/../../../gumstix/lib/include/rtems/score/basedefs.h:241:5:
error: static assertion failed: "ARM_CONTEXT_CONTROL_ISR_DISPATCH_DISABLE"
_Static_assert(cond, # msg)
^
../../../../../../../../rtems/c/src/../../cpukit/score/cpu/arm/cpu.c:54:3:
note: in expansion of macro 'RTEMS_STATIC_ASSERT'
RTEMS_STATIC_ASSERT(
The list of BSPs is:
arm1136jfs arm1136js arm7tdmi arm920 csb336 csb337 csb637 edb7312
gumstix kit637_v6 lpc2362 lpc23xx_tli800 lpc24xx_ea
lpc24xx_ncs_ram lpc24xx_ncs_rom_ext lpc24xx_ncs_rom_int
lpc24xx_plx800_ram lpc24xx_plx800_rom_int lpc32xx_mzx
lpc32xx_mzx_stage_1 lpc32xx_mzx_stage_2 lpc32xx_phycore
raspberrypi rtl22xx rtl22xx_t smdk2410
--
Ticket URL: <http://devel.rtems.org/ticket/2816>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list