ARM build failing
Chris Johns
chrisj at rtems.org
Sun Apr 8 23:06:57 UTC 2018
Hi,
I am testing testsuite Makefile.am changes and the following configure:
/opt/work/chris/rtems/kernel/rtems.git/configure --prefix=/opt/work/rtems/bsps/5
--target=arm-rtems5 --enable-posix --enable-networking --enable-smp
--enable-tests --enable-maintainer-mode
fails with:
gmake[5]: Entering directory
'/opt/work/chris/rtems/kernel/bsps/arm/arm-rtems5/c/atsamv/cpukit/score'
arm-rtems5-gcc --pipe -DHAVE_CONFIG_H -I..
-I/opt/work/chris/rtems/kernel/bsps/arm/arm-rtems5/c/atsamv/include
-I/opt/work/chris/rtems/kernel/rtems.git/cpukit/include
-I/opt/work/chris/rtems/kernel/rtems.git/cpukit/score/cpu/arm/include
-I/opt/work/chris/rtems/kernel/rtems.git/cpukit/libnetworking -mthumb
-mcpu=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard -O2 -g -ffunction-sections
-fdata-sections -MT src/libscore_a-percpustatewait.o -MD -MP -MF
src/.deps/libscore_a-percpustatewait.Tpo -c -o src/libscore_a-percpustatewait.o
`test -f 'src/percpustatewait.c' || echo
'/opt/work/chris/rtems/kernel/rtems.git/c/src/../../cpukit/score/'`src/percpustatewait.c
In file included from
/opt/work/chris/rtems/kernel/rtems.git/c/src/../../cpukit/score/src/percpustatewait.c:19:0:
/opt/work/chris/rtems/kernel/rtems.git/cpukit/include/rtems/score/percpu.h:384:3:
error: unknown type name 'CPU_Interrupt_frame'
CPU_Interrupt_frame Interrupt_frame;
^~~~~~~~~~~~~~~~~~~
I believe I have everything on the latest.
Chris
More information about the devel
mailing list