#2251 closed defect (duplicate)

dl02 rtems-syms error on Raspberry Pi BSP

Reported by: Joel Sherrill Owned by: Chris Johns
Priority: normal Milestone: 4.11
Component: lib/dl Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

rtems-syms -e -c "-mcpu=arm1176jzf-s -O2 -g -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs" -o dl-sym.o dl02.pre
arm-rtems4.11-gcc -B../../../../../raspberrypi/lib/ -specs bsp_specs -qrtems -mcpu=arm1176jzf-s -O2 -g -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -mcpu=arm1176jzf-s \

-o dl02.exe init.o dl-load.o dl-tar.o dl-sym.o

../../../../../raspberrypi/lib/librtemsbsp.a(libbsp_a-irq.o): In function `bsp_interrupt_handler_default':
/users/joel/rtems-4.11-work/rtems-testing/rtems/build-arm-multilib-rtems-bsps/arm-rtems4.11/c/raspberrypi/lib/libbsp/arm/raspberrypi/../../../../../../../../rtems/c/src/lib/libbsp/arm/raspberrypi/irq/irq.c:116: multiple definition of `bsp_interrupt_handler_default'
../../../../../raspberrypi/lib/librtemsbsp.a(libbsp_a-irq-default-handler.o):/users/joel/rtems-4.11-work/rtems-testing/rtems/build-arm-multilib-rtems-bsps/arm-rtems4.11/c/raspberrypi/lib/libbsp/arm/raspberrypi/../../../../../../../../rtems/c/src/lib/libbsp/arm/raspberrypi/../../shared/src/irq-default-handler.c:20: first defined here

Change History (1)

comment:1 Changed on 03/04/15 at 18:50:29 by Joel Sherrill

Resolution: duplicate
Status: newclosed

There is another PR for the same issue on dl01 (2247). I will close this and update that one.

Note: See TracTickets for help on using tickets.