Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Drop building of ia64-elf / ia64-linux-gnu and m32r-elf
@ 2004-04-06 15:47 Andrew Cagney
  2004-04-06 15:54 ` Kevin Buettner
  2004-04-06 21:52 ` Kevin Buettner
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Cagney @ 2004-04-06 15:47 UTC (permalink / raw)
  To: gdb, Kevin Buettner, Kei Sakamoto

Hello,

I'm not able to build cross GDB's for either of:
	ia64-linux-gnu or ia64-elf
	m32r-elf
(it's been the case for sometime) and, hence, am thinking that they 
should be dropped from the list of cross targets that are expected to build.

thoughts?
Andrew


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Drop building of ia64-elf / ia64-linux-gnu and m32r-elf
  2004-04-06 15:47 Drop building of ia64-elf / ia64-linux-gnu and m32r-elf Andrew Cagney
@ 2004-04-06 15:54 ` Kevin Buettner
  2004-04-06 21:52 ` Kevin Buettner
  1 sibling, 0 replies; 5+ messages in thread
From: Kevin Buettner @ 2004-04-06 15:54 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb, Kei Sakamoto

On Tue, 06 Apr 2004 11:47:02 -0400
Andrew Cagney <cagney@gnu.org> wrote:

> I'm not able to build cross GDB's for either of:
> 	ia64-linux-gnu or ia64-elf

I will take a look at these.

Kevin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Drop building of ia64-elf / ia64-linux-gnu and m32r-elf
  2004-04-06 15:47 Drop building of ia64-elf / ia64-linux-gnu and m32r-elf Andrew Cagney
  2004-04-06 15:54 ` Kevin Buettner
@ 2004-04-06 21:52 ` Kevin Buettner
  2004-04-06 22:08   ` Andrew Cagney
  1 sibling, 1 reply; 5+ messages in thread
From: Kevin Buettner @ 2004-04-06 21:52 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb

On Tue, 06 Apr 2004 11:47:02 -0400
Andrew Cagney <cagney@gnu.org> wrote:

> I'm not able to build cross GDB's for either of:
> 	ia64-linux-gnu or ia64-elf

Can you post the relevant portion of your build failure for
ia64-linux-gnu?  This target builds successfully for me using
"--enable-build-warnings=,-Werror".  (I'm using a i686-pc-linux-gnu host.)

There are indeed problems with ia64-elf.  I'm looking at those now.

Kevin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Drop building of ia64-elf / ia64-linux-gnu and m32r-elf
  2004-04-06 21:52 ` Kevin Buettner
@ 2004-04-06 22:08   ` Andrew Cagney
  2004-04-07 22:44     ` Kevin Buettner
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cagney @ 2004-04-06 22:08 UTC (permalink / raw)
  To: Kevin Buettner; +Cc: gdb

> On Tue, 06 Apr 2004 11:47:02 -0400
> Andrew Cagney <cagney@gnu.org> wrote:
> 
> 
>>> I'm not able to build cross GDB's for either of:
>>> 	ia64-linux-gnu or ia64-elf
> 
> 
> Can you post the relevant portion of your build failure for
> ia64-linux-gnu?  This target builds successfully for me using
> "--enable-build-warnings=,-Werror".  (I'm using a i686-pc-linux-gnu host.)

Try a system with a non-glibc based userland:

gcc -c -g -O    -I. -I/home/scratch/GDB/src/gdb 
-I/home/scratch/GDB/src/gdb/config 
-DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H 
-I/home/scratch/GDB/src/gdb/../include/opcode 
-I/home/scratch/GDB/src/gdb/../readline/.. -I../bfd 
-I/home/scratch/GDB/src/gdb/../bfd 
-I/home/scratch/GDB/src/gdb/../include -I../intl 
-I/home/scratch/GDB/src/gdb/../intl  -DMI_OUT=1 -DTUI=1 -Wimplicit 
-Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses 
-Wpointer-arith -Wuninitialized -Wformat-nonliteral -Werror 
/home/scratch/GDB/src/gdb/ia64-tdep.c
In file included from /home/scratch/GDB/src/gdb/ia64-tdep.c:39:
/usr/include/elf.h:148: warning: `ELFMAG0' redefined
/home/scratch/GDB/src/gdb/../include/elf/common.h:38: warning: this is 
the location of the previous definition

> There are indeed problems with ia64-elf.  I'm looking at those now.

Andrew



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Drop building of ia64-elf / ia64-linux-gnu and m32r-elf
  2004-04-06 22:08   ` Andrew Cagney
@ 2004-04-07 22:44     ` Kevin Buettner
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Buettner @ 2004-04-07 22:44 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb

On Tue, 06 Apr 2004 18:08:08 -0400
Andrew Cagney <cagney@gnu.org> wrote:

> > Can you post the relevant portion of your build failure for
> > ia64-linux-gnu?  This target builds successfully for me using
> > "--enable-build-warnings=,-Werror".  (I'm using a i686-pc-linux-gnu host.)
> 
> Try a system with a non-glibc based userland:
> 
[...]
> In file included from /home/scratch/GDB/src/gdb/ia64-tdep.c:39:
> /usr/include/elf.h:148: warning: `ELFMAG0' redefined
> /home/scratch/GDB/src/gdb/../include/elf/common.h:38: warning: this is 
> the location of the previous definition

Thanks for the pointer.  I was able to reproduce the problem and have
committed a fix.  At your convenience, please update and tell me if
you still see a problem.

I'm still looking at the build problems for cross ia64-elf targets.

Kevin


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-04-07 22:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-06 15:47 Drop building of ia64-elf / ia64-linux-gnu and m32r-elf Andrew Cagney
2004-04-06 15:54 ` Kevin Buettner
2004-04-06 21:52 ` Kevin Buettner
2004-04-06 22:08   ` Andrew Cagney
2004-04-07 22:44     ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox