Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "Matthew H Bemis" <bemis@iol.unh.edu>
To: "Andrew Cagney" <ac131313@cygnus.com>,
	"Elena Zannoni" <ezannoni@redhat.com>
Cc: "Mike Cleary" <mcleary@iol.unh.edu>, <gdb@sources.redhat.com>,
	"clp" <clp@iol.unh.edu>
Subject: *** [ser-tcp.o] Error 1 on alpha!
Date: Fri, 21 Jun 2002 17:13:00 -0000	[thread overview]
Message-ID: <DJEHKIJNENDCOJNKEBGKEEKPDFAA.bemis@iol.unh.edu> (raw)
In-Reply-To: <3D12661A.9040108@cygnus.com>

Hello,
when I tried applying the patch today I noticed it was already
applied: ) -thanks
so I built basic-gcc_2.95.3 native toolchain/gdb, and i got the following
error- : (
gcc -c -g -O2    -I. -I/mnt/u9/toolchain/buildsys/source/toolchain/gdb -I/mn
t/u9/toolchain
/buildsys/source/toolchain/gdb/config -DHAVE_CONFIG_H -I/mnt/u9/toolchain/bu
ildsys/source/
toolchain/gdb/../include/opcode -I/mnt/u9/toolchain/buildsys/source/toolchai
n/gdb/../readl
ine/.. -I../bfd -I/mnt/u9/toolchain/buildsys/source/toolchain/gdb/../bfd -DN
O_MMALLOC  -I/
mnt/u9/toolchain/buildsys/source/toolchain/gdb/../include -I../intl -I/mnt/u
9/toolchain/bu
ildsys/source/toolchain/gdb/../intl  -DMI_OUT=1 -DGDBTK -DUI_OUT=1 -Wimplici
t -Wreturn-typ
e -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitializ
ed  /mnt/u9/to
olchain/buildsys/source/toolchain/gdb/ser-tcp.c
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c: In function
`net_open':
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c:67: warning:
implicit declaratio
n of function `strncmp'
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c:81: warning:
implicit declaratio
n of function `strncpy'
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c:83: warning:
implicit declaratio
n of function `atoi'
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c:87: warning: type
mismatch in im
plicit declaration for built-in function `strcpy'
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c:112: warning:
implicit declarati
on of function `ioctl'
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c:112: `FIONBIO'
undeclared (first
 use in this function)
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c:112: (Each
undeclared identifier
 is reported only once
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c:112: for each
function it appear
s in.)
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c: In function
`net_close':
/mnt/u9/toolchain/buildsys/source/toolchain/gdb/ser-tcp.c:203: warning:
implicit declarati
on of function `close'
make[2]: *** [ser-tcp.o] Error 1
make[2]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/nativ
e/toolchain/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/nativ
e/toolchain'
make: *** [bootstrap] Error 2

-----Original Message-----
From: owner-linuxlab@io.iol.unh.edu
[mailto:owner-linuxlab@io.iol.unh.edu]On Behalf Of Andrew Cagney
Sent: Thursday, June 20, 2002 7:33 PM
To: Elena Zannoni
Cc: Mike Cleary; gdb@sources.redhat.com; clp
Subject: Re: GDB *** [event-top.o] Error 1!!


> -      arg1->data.integer = time_at_cmd_start;
> -      arg2->data.integer = space_at_cmd_start;
> +      arg1->data.longint = time_at_cmd_start;
> +#ifdef HAVE_SBRK
> +      arg2->data.longint = space_at_cmd_start;
> +#endif
>        add_continuation (command_line_handler_continuation, arg1);
>      }

Hmm, might as well pull that into the 5.2 branch.

Andrew


  reply	other threads:[~2002-06-22  0:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-20 13:08 GDB *** [event-top.o] Error 1!! Mike Cleary
2002-06-20 14:00 ` Jim Blandy
2002-06-20 14:48 ` Elena Zannoni
2002-06-20 16:32   ` Andrew Cagney
2002-06-21 17:13     ` Matthew H Bemis [this message]
2002-06-22 10:09       ` *** [ser-tcp.o] Error 1 on alpha! Andrew Cagney
2002-06-22 10:23         ` Matthew H Bemis
2002-06-26 20:28           ` Andrew Cagney
2002-06-20 19:16   ` GDB *** [event-top.o] Error 1!! Matthew H Bemis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DJEHKIJNENDCOJNKEBGKEEKPDFAA.bemis@iol.unh.edu \
    --to=bemis@iol.unh.edu \
    --cc=ac131313@cygnus.com \
    --cc=clp@iol.unh.edu \
    --cc=ezannoni@redhat.com \
    --cc=gdb@sources.redhat.com \
    --cc=mcleary@iol.unh.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox