#2821 closed defect (invalid)

No BSPs Build on Master

Reported by: Joel Sherrill Owned by: Sebastian Huber
Priority: highest Milestone: 5.1
Component: unspecified Version: 5
Severity: critical Keywords:
Cc: Blocked By:
Blocking:

Description

I have the latest tools.

All BSPs appear to fail like this:

powerpc-rtems4.11-gcc --pipe -DHAVE_CONFIG_H -I.. -I../../cpukit/../../../psim/lib/include -meabi -mcpu=603e -msdata=sysv -fno-common -Dppc603e -O2 -g -fno-keep-inline-functions -ffunction-sections -fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT src/libscore_a-smpbarrierwait.o -MD -MP -MF src/.deps/libscore_a-smpbarrierwait.Tpo -c -o src/libscore_a-smpbarrierwait.o test -f 'src/smpbarrierwait.c' || echo '../../../../../../rtems/c/src/../../cpukit/score/'src/smpbarrierwait.c
powerpc-rtems4.11-gcc --pipe -DHAVE_CONFIG_H -I.. -I../../cpukit/../../../psim/lib/include -meabi -mcpu=603e -msdata=sysv -fno-common -Dppc603e -O2 -g -fno-keep-inline-functions -ffunction-sections -fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT src/libscore_a-kern_tc.o -MD -MP -MF src/.deps/libscore_a-kern_tc.Tpo -c -o src/libscore_a-kern_tc.o test -f 'src/kern_tc.c' || echo '../../../../../../rtems/c/src/../../cpukit/score/'src/kern_tc.c
powerpc-rtems4.11-gcc --pipe -DHAVE_CONFIG_H -I.. -I../../cpukit/../../../psim/lib/include -meabi -mcpu=603e -msdata=sysv -fno-common -Dppc603e -O2 -g -fno-keep-inline-functions -ffunction-sections -fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT src/libscore_a-libatomic.o -MD -MP -MF src/.deps/libscore_a-libatomic.Tpo -c -o src/libscore_a-libatomic.o test -f 'src/libatomic.c' || echo '../../../../../../rtems/c/src/../../cpukit/score/'src/libatomic.c
mv -f src/.deps/libscore_a-semaphore.Tpo src/.deps/libscore_a-semaphore.Po
mv -f src/.deps/libscore_a-once.Tpo src/.deps/libscore_a-once.Po
../../../../../../rtems/c/src/../../cpukit/score/src/libatomic.c:19:32: fatal error: machine/_libatomic.h: No such file or directory

#include <machine/_libatomic.h>


compilation terminated.
gmake[6]: * [src/libscore_a-libatomic.o] Error 1
In file included from /data/home/joel/rtems-4.11-work/tools/4.11/powerpc-rtems4.11/include/sys/param.h:89:0,

from ../../../../../../rtems/c/src/../../cpukit/score/src/kern_tc.c:48:

../../cpukit/../../../psim/lib/include/sys/uio.h:41:9: error: unknown type name 'ssize_t'

typedef ssize_t ssize_t;


../../cpukit/../../../psim/lib/include/sys/uio.h:46:9: error: unknown type name 'off_t'

typedef off_t off_t;


../../cpukit/../../../psim/lib/include/sys/uio.h:46:17: error: conflicting types for 'off_t'

typedef off_t off_t;

Change History (4)

comment:1 in reply to:  description Changed on 11/22/16 at 06:06:50 by Sebastian Huber

Replying to joel.sherrill:

I have the latest tools.

All BSPs appear to fail like this:

powerpc-rtems4.11-gcc --pipe -DHAVE_CONFIG_H -I.. -I../../cpukit/../../../psim/lib/include

[...]

Maybe you tried to build the master with the 4.11 tool chain?

comment:2 Changed on 11/22/16 at 16:58:06 by Joel Sherrill

Resolution: invalid
Status: newclosed

Slaps head.. Doh! I switched the testing scripts over to 4.11 to get a warnings report and forgot to switch them back.

Thanks.

comment:3 Changed on 05/11/17 at 07:31:02 by Sebastian Huber

Milestone: 4.124.12.0

comment:4 Changed on 11/09/17 at 06:27:14 by Sebastian Huber

Milestone: 4.12.05.1

Milestone renamed

Note: See TracTickets for help on using tickets.