[RTEMS Project] #3097: i386 libdebugger build failure
RTEMS trac
trac at rtems.org
Tue Aug 15 17:57:27 UTC 2017
#3097: i386 libdebugger build failure
---------------------------+--------------------
Reporter: Joel Sherrill | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Version: 4.12
Severity: normal | Keywords:
---------------------------+--------------------
On the master:
i386-rtems4.12-gcc --pipe -DHAVE_CONFIG_H -I..
-I../../cpukit/../../../pc386/lib/include -mtune=i386 -O2 -g -ffunction-
sections -fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-
declaration -Wstrict-prototypes -Wnested-externs -MT rtems-debugger-i386.o
-MD -MP -MF $depbase.Tpo -c -o rtems-debugger-i386.o
../../../../../../rtems/c/src/../../cpukit/libdebugger/rtems-
debugger-i386.c &&\
mv -f $depbase.Tpo $depbase.Po
../../../../../../rtems/c/src/../../cpukit/libdebugger/rtems-
debugger-i386.c: In function 'rtems_debugger_target_write_regs':
../../../../../../rtems/c/src/../../cpukit/libdebugger/rtems-
debugger-i386.c:285:36: error: 'RTEMS_DEBUGGER_THREAD_FLAG_DEBUGGING'
undeclared (first use in this function); did you mean
'RTEMS_DEBUGGER_THREAD_FLAG_STEPPING'?
RTEMS_DEBUGGER_THREAD_FLAG_DEBUGGING))
{
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTEMS_DEBUGGER_THREAD_FLAG_STEPPING
../../../../../../rtems/c/src/../../cpukit/libdebugger/rtems-
debugger-i386.c:285:36: note: each undeclared identifier is reported only
once for each function it appears in
--
Ticket URL: <http://devel.rtems.org/ticket/3097>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list