#1686 closed defect (fixed)

ep1a: undefined reference to `BSP_poll_char'

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: normal Milestone: 4.11
Component: bsps Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

... and the next one:

Making all in spprintk
gmake[3]: Entering directory `/users/rtems/src/rtems-cvs/rtems.check/BUILD/powerpc-rtems4.11/c/ep1a/testsuites/sptests/spprintk'
powerpc-rtems4.11-gcc -B../../../../../ep1a/lib/ -specs bsp_specs -qrtems -mcpu=603e -Dppc603e -mmultiple -mstring -mstrict-align -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -mcpu=603e -Dppc603e -mmultiple -mstring -mstrict-align -o spprintk.exe init.o
init.o: In function `do_getchark':
/users/rtems/src/rtems-cvs/rtems.check/BUILD/powerpc-rtems4.11/c/ep1a/testsuites/sptests/spprintk/../../../../../../../c/src/../../testsuites/sptests/spprintk/init.c:27: undefined reference to `BSP_poll_char'
/users/rtems/src/rtems-cvs/rtems.check/BUILD/powerpc-rtems4.11/c/ep1a/testsuites/sptests/spprintk/../../../../../../../c/src/../../testsuites/sptests/spprintk/init.c:27: undefined reference to `BSP_poll_char'
/users/rtems/src/rtems-cvs/rtems.check/BUILD/powerpc-rtems4.11/c/ep1a/testsuites/sptests/spprintk/../../../../../../../c/src/../../testsuites/sptests/spprintk/init.c:29: undefined reference to `BSP_poll_char'
/users/rtems/src/rtems-cvs/rtems.check/BUILD/powerpc-rtems4.11/c/ep1a/testsuites/sptests/spprintk/../../../../../../../c/src/../../testsuites/sptests/spprintk/init.c:36: undefined reference to `BSP_poll_char'
/users/rtems/src/rtems-cvs/rtems.check/BUILD/powerpc-rtems4.11/c/ep1a/testsuites/sptests/spprintk/../../../../../../../c/src/../../testsuites/sptests/spprintk/init.c:40: undefined reference to `BSP_poll_char'
../../../../../ep1a/lib/librtemscpu.a(libcsupport_a-getchark.o):/users/rtems/src/rtems-cvs/rtems.check/BUILD/powerpc-rtems4.11/c/ep1a/cpukit/libcsupport/../../../../../../c/src/../../cpukit/libcsupport/src/getchark.c:21: more undefined references to `BSP_poll_char' follow
collect2: ld returned 1 exit status

Change History (2)

comment:1 Changed on 08/20/10 at 15:04:08 by Joel Sherrill

Resolution: fixed
Status: newclosed

Thanks. I had this fixed at home but hadn't committed it.

comment:2 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.