[RTEMS Project] #2434: general gpio.h is no longer installed leading to build breakage
RTEMS trac
trac at rtems.org
Wed Oct 21 14:57:04 UTC 2015
#2434: general gpio.h is no longer installed leading to build breakage
---------------------+--------------------
Reporter: beng | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 4.11.1
Component: General | Version: 4.10
Severity: normal | Keywords:
---------------------+--------------------
The bsp-general <bsp/gpio.h> is no longer pre-installed, presumably since
commit 5458bff92 regenerated preinstall.am. This causes build breakage for
BSP's implementing the gpio interface (e.g. beagle):
arm-rtems4.11-gcc --pipe -B../../../../../.././lib/
-B../../../../../.././beagleboneblack/lib/ -specs bsp_specs -qrtems
-DHAVE_CONFIG_H -I../../../../../../../../rtems-
src/c/src/lib/libbsp/arm/beagle/../../../libcpu/arm/shared/include
-mcpu=cortex-a8 -O2 -g -Wall -Wmissing-prototypes -Wimplicit-function-
declaration -Wstrict-prototypes -Wnested-externs -MT libbsp_a-gpio.o -MD
-MP -MF .deps/libbsp_a-gpio.Tpo -c -o libbsp_a-gpio.o `test -f
'../../shared/gpio.c' || echo '../../../../../../../../rtems-
src/c/src/lib/libbsp/arm/beagle/'`../../shared/gpio.c
../../../../../../../../rtems-
src/c/src/lib/libbsp/arm/beagle/../../shared/gpio.c:20:22: fatal error:
bsp/gpio.h: No such file or directory
#include <bsp/gpio.h>
Thanks for Claudio Scordino and Debajyoti Majumdar for their interest in
the Beagle BSP and for reporting this problem.
--
Ticket URL: <http://devel.rtems.org/ticket/2434>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list