public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Problems compiling gdb-5.3 on 64 bit solaris 2.8
@ 2003-06-03 22:53 Jesse Marlin
  2003-06-03 23:07 ` Joel Brobecker
  0 siblings, 1 reply; 3+ messages in thread
From: Jesse Marlin @ 2003-06-03 22:53 UTC (permalink / raw)
  To: gdb


I am having problems compiling gdb-5.3 under 64 bit solaris 2.8.
I am configuring with the following:

CC="/usr/local/gcc-3.1/bin/gcc -m64" ./configure sparc64-sun-solaris2.8

After I start compiling I get this error:

/usr/local/gcc-3.1/bin/gcc -m64 -c -g  -I/usr/include/v9  -I. -I. -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  gdb.c
cc1: warning: -Wuninitialized is not supported without -O
In file included from gdb.c:21:
defs.h:757:16: xm.h: Is a directory
defs.h:774:16: tm.h: Is a directory
gmake[1]: *** [gdb.o] Error 1
gmake[1]: Leaving directory `/trout/home/jlm/compile/eclipse/gdb-5.3/gdb'
gmake: *** [all-gdb] Error 2


The file gdb/xm.h does exist and is a link that points to nothing.
I am guessing that specifying the target above perhaps missed
something.  I looked for some xm-*.h files that I could set this file,
but couldn't find anything that quite fit this architecture.  Does
anyone have any suggestions?


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

* Re: Problems compiling gdb-5.3 on 64 bit solaris 2.8
  2003-06-03 22:53 Problems compiling gdb-5.3 on 64 bit solaris 2.8 Jesse Marlin
@ 2003-06-03 23:07 ` Joel Brobecker
  2003-06-04 13:54   ` Jesse Marlin
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2003-06-03 23:07 UTC (permalink / raw)
  To: Jesse Marlin; +Cc: gdb

> I am having problems compiling gdb-5.3 under 64 bit solaris 2.8.
> I am configuring with the following:
> 
> CC="/usr/local/gcc-3.1/bin/gcc -m64" ./configure sparc64-sun-solaris2.8

Could you try again with "sparcv9-sun-solaris2.8" instead?

-- 
Joel

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

* Re: Problems compiling gdb-5.3 on 64 bit solaris 2.8
  2003-06-03 23:07 ` Joel Brobecker
@ 2003-06-04 13:54   ` Jesse Marlin
  0 siblings, 0 replies; 3+ messages in thread
From: Jesse Marlin @ 2003-06-04 13:54 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: Jesse Marlin, gdb

Joel Brobecker writes:
 > > I am having problems compiling gdb-5.3 under 64 bit solaris 2.8.
 > > I am configuring with the following:
 > > 
 > > CC="/usr/local/gcc-3.1/bin/gcc -m64" ./configure sparc64-sun-solaris2.8
 > 
 > Could you try again with "sparcv9-sun-solaris2.8" instead?

Same problem.

/usr/local/gcc-3.1/bin/gcc -m64 -c -g  -I/usr/include/v9  -I. -I. -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  gdb.c
cc1: warning: -Wuninitialized is not supported without -O
In file included from gdb.c:21:
defs.h:757:16: xm.h: Is a directory
defs.h:774:16: tm.h: Is a directory
gmake[1]: *** [gdb.o] Error 1
gmake[1]: Leaving directory `/trout/home/jlm/compile/eclipse/gdb-5.3/gdb'

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

end of thread, other threads:[~2003-06-04 13:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-03 22:53 Problems compiling gdb-5.3 on 64 bit solaris 2.8 Jesse Marlin
2003-06-03 23:07 ` Joel Brobecker
2003-06-04 13:54   ` Jesse Marlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).