[RTEMS Project] #4706: Installed header break C++
RTEMS trac
trac at rtems.org
Fri Aug 19 04:54:06 UTC 2022
#4706: Installed header break C++
-------------------------+--------------------------
Reporter: Chris Johns | Owner: Chris Johns
Type: defect | Status: assigned
Priority: normal | Milestone: 6.1
Component: rtems | Version: 6
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
-------------------------+--------------------------
Comment (by Chris Johns):
To test create a C++ source file with all the installed headers and
compile. The exact source to build needs some defines and some include ti
show the real issues:
{{{
#define _DEFAULT_SOURCE 1
#define CONFIGURE_SCHEDULER_CBS 1
#define BSP_GPIO_PIN_COUNT 128
#define BSP_GPIO_PINS_PER_BANK 8
#include <sys/time.h>
#include <bsp.h>
#include <libfdt_env.h>
}}}
Only the beagle defines the GPIO pins.
--
Ticket URL: <http://devel.rtems.org/ticket/4706#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list