[RTEMS Project] #2255: or1k port includes a BSP specific file
RTEMS trac
trac at rtems.org
Tue Feb 10 16:50:18 UTC 2015
#2255: or1k port includes a BSP specific file
---------------------------+------------------
Reporter: joel.sherrill | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 4.11
Component: General | Version: 4.11
Severity: normal | Keywords:
---------------------------+------------------
This showed up building multilib and is a violation of using bsp supplied
files in the cpukit/. Likely the solution is either to not need them in
cpukit/ code or declare them as externs.
or1k-rtems4.11-gcc --pipe -mno-delay --pipe -DHAVE_CONFIG_H -I../../..
-I../../../../../lib/include -g -O2 -Wall -Wimplicit-function-
declaration -Wstrict-prototypes -Wnested-externs -mno-delay -MT
libscorecpu_a-cpu.o -MD -MP -MF .deps/libscorecpu_a-cpu.Tpo -c -o
libscorecpu_a-cpu.o `test -f 'cpu.c' || echo
'../../../../../../../rtems/cpukit/score/cpu/or1k/'`cpu.c
../../../../../../../rtems/cpukit/score/cpu/or1k/cpu.c:17:32: fatal error:
bsp/linker-symbols.h: No such file or directory
#include <bsp/linker-symbols.h>
^
compilation terminated.
--
Ticket URL: <http://devel.rtems.org/ticket/2255>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list