Opened on 11/06/11 at 14:39:43
Closed on 11/07/11 at 06:50:04
#1950 closed defect (fixed)
arm/armeabi: error: unknown type name 'CPU_Interrupt_frame'
Reported by: | Ralf Corsepius | Owned by: | Sebastian Huber |
---|---|---|---|
Priority: | normal | Milestone: | 4.11 |
Component: | score | Version: | 4.11 |
Severity: | critical | Keywords: | |
Cc: | sebastian.huber@… | Blocked By: | |
Blocking: |
Description
The arm1136jfs BSP fails to build with this error:
gmake[7]: Entering directory `/users/rtems/src/rtems-git/rtems.export2/BUILD-arm-rtems4.11/arm-rtems4.11/c/arm1136jfs/cpukit/score/cpu/arm'
arm-rtems4.11-gcc --pipe -DHAVE_CONFIG_H -I../../.. -I../../../../cpukit/../../../arm1136jfs/lib/include -mcpu=arm1136jf-s -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT libscorecpu_a-cpu.o -MD -MP -MF .deps/libscorecpu_a-cpu.Tpo -c -o libscorecpu_a-cpu.o test -f 'cpu.c' || echo '../../../../../../../../c/src/../../cpukit/score/cpu/arm/'
cpu.c
In file included from ../../../../cpukit/../../../arm1136jfs/lib/include/rtems/score/percpu.h:22:0,
from ../../../../cpukit/../../../arm1136jfs/lib/include/rtems/system.h:23,
from ../../../../../../../../c/src/../../cpukit/score/cpu/arm/cpu.c:31:
../../../../cpukit/../../../arm1136jfs/lib/include/rtems/score/cpu.h: In function 'arm_interrupt_disable':
../../../../cpukit/../../../arm1136jfs/lib/include/rtems/score/cpu.h:290:1: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from ../../../../cpukit/../../../arm1136jfs/lib/include/rtems.h:50:0,
from ../../../../../../../../c/src/../../cpukit/score/cpu/arm/cpu.c:32:
../../../../cpukit/../../../arm1136jfs/lib/include/rtems/rtems/types.h: At top level:
../../../../cpukit/../../../arm1136jfs/lib/include/rtems/rtems/types.h:111:1: error: unknown type name 'CPU_Interrupt_frame'
gmake[7]: * [libscorecpu_a-cpu.o] Error 1
Change History (4)
comment:1 Changed on 11/06/11 at 14:40:10 by Ralf Corsepius
Cc: | Sebastian Huber added |
---|---|
Summary: | arm/armeabI: error: unknown type name 'CPU_Interrupt_frame' → arm/armeabi: error: unknown type name 'CPU_Interrupt_frame' |
comment:2 Changed on 11/06/11 at 14:46:48 by Joel Sherrill
Owner: | changed from Joel Sherrill to Sebastian Huber |
---|
comment:3 Changed on 11/07/11 at 06:50:04 by Sebastian Huber
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed on 11/24/14 at 18:58:28 by Gedare Bloom
Version: | HEAD → 4.11 |
---|
Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11
The ARM1136JF-S is software compatible with earlier ARM cores, thus I selected the ARM_MULTILIB_ARCH_V4 support.