#1463 closed defect (fixed)

MULTIPROCESSING doesn't build

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: normal Milestone: 4.10
Component: score Version: 4.10
Severity: blocker Keywords:
Cc: Blocked By:
Blocking:

Description

make[3]: Entering directory `/users/rtems/src/rtems-cvs/rtems.orig/BUILD/sparc-rtems4.10/c/leon3/cpukit/rtems'
sparc-rtems4.10-gcc --pipe -DHAVE_CONFIG_H -I.. -I../../cpukit/../../../leon3/lib/include -DRTEMS_INSIDE -mcpu=cypress -msoft-float -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT src/librtems_a-semcreate.o -MD -MP -MF src/.deps/librtems_a-semcreate.Tpo -c -o src/librtems_a-semcreate.o test -f 'src/semcreate.c' || echo '../../../../../../c/src/../../cpukit/rtems/'src/semcreate.c
../../../../../../c/src/../../cpukit/rtems/src/semcreate.c: In function 'rtems_semaphore_create':
../../../../../../c/src/../../cpukit/rtems/src/semcreate.c:231: error: expected declaration or statement at end of input
gmake[3]: * [src/librtems_a-semcreate.o] Error 1

AFAIS, a block's "}" (closing brace) is missing somewhere in semcreate.c, seemingly being opened inside of the
"#if defined(RTEMS_MULTIPROCESSING)" block near line 90.

Testcase:
.../configure --enable-multiprocessing --target=sparc-rtems4.10 \
--enable-maintainer-mode --enable-itron --enable-tests
make RTEMS_BSP=leon3

Change History (1)

comment:1 Changed on 10/30/09 at 16:15:47 by Ralf Corsepius

Resolution: fixed
Status: newclosed

Works for me

Note: See TracTickets for help on using tickets.