This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/663: gdb-5.2.1 doesn't build with --target=m68k-linux


>Number:         663
>Category:       gdb
>Synopsis:       gdb-5.2.1 doesn't build with --target=m68k-linux
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 20 07:48:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Peter.Barada@motorola.com
>Release:        gdb-5.2.1
>Organization:
>Environment:
i686-linux-gnu
>Description:
I'm trying to buildgdb-5.2.1 for --target=m68k-linux, and it fails to link complains
with:

libgdb.a(infrun.o): In function `handle_inferior_event':
/home/pbarada/work/cvs-wavemark/cross-linux-tools/gdb-5.2.1/gdb/infrun.c:2635: undefined reference to `m68k_linux_in_sigtramp'

m68k_linux_in_sigtramp is defined in gdb/m68klinux-nat.c, but
I'd expect a cross-variant since I'm not building *on* a m68k-linux box,
but *for* a m68k-linux box.
>How-To-Repeat:
gdb-5.2.1/configure --target=m68k-linux
make
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]