Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#2042 closed defect (fixed)

arm-rtemseabi: multilibs don't build

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: normal Milestone: 4.11
Component: score Version: 4.11
Severity: normal Keywords:
Cc: sebastian.huber@… Blocked By:
Blocking:

Description

With arm-rtemseabi-gcc-4.6.3 (From the rpms)

gmake[8]: Entering directory `/users/rtems/src/rtems.org/rtems.mirror/BUILD-arm-eabi-4.6.3/arm-rtemseabi4.11/thumb/armv6-m/cpukit/score/cpu/arm'
arm-rtemseabi4.11-gcc --pipe -mthumb -march=armv6-m --pipe -DHAVE_CONFIG_H -I../../.. -I../../../../../../lib/include -g -O2 -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -mthumb -march=armv6-m -MT libscorecpu_a-armv7m-context-restore.o -MD -MP -MF .deps/libscorecpu_a-armv7m-context-restore.Tpo -c -o libscorecpu_a-armv7m-context-restore.o test -f 'armv7m-context-restore.c' || echo '../../../../../../../../cpukit/score/cpu/arm/'armv7m-context-restore.c
../../../../../../../../cpukit/score/cpu/arm/armv7m-context-restore.c: In function '_CPU_Context_restore':
../../../../../../../../cpukit/score/cpu/arm/armv7m-context-restore.c:29:3: warning: asm operand 0 probably doesn't match constraints [enabled by default]
../../../../../../../../cpukit/score/cpu/arm/armv7m-context-restore.c:29:3: warning: asm operand 1 probably doesn't match constraints [enabled by default]
../../../../../../../../cpukit/score/cpu/arm/armv7m-context-restore.c:29:3: warning: asm operand 2 probably doesn't match constraints [enabled by default]
../../../../../../../../cpukit/score/cpu/arm/armv7m-context-restore.c:29:3: error: impossible constraint in 'asm'
gmake[8]: * [libscorecpu_a-armv7m-context-restore.o] Error 1

Change History (3)

comment:1 Changed on 03/27/12 at 11:49:27 by Ralf Corsepius

Cc: Sebastian Huber added

comment:2 Changed on 03/27/12 at 14:51:21 by Sebastian Huber

Resolution: fixed
Status: newclosed

Sorry, but it takes some time to figure out how difficult it is to implement the ARMv6-M support. I provided now only a stub.

comment:3 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

Note: See TracTickets for help on using tickets.