public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* compiling gdb-5.0 on sparc-sun-solaris5.8
@ 2000-07-09  1:39 Annamalai G
  2000-07-09 16:10 ` Alexandre Oliva
  0 siblings, 1 reply; 4+ messages in thread
From: Annamalai G @ 2000-07-09  1:39 UTC (permalink / raw)
  To: gdb

Hello All,

I downloaded the latest gdb source file gdb-5.0.tar.gz.

I unzipped and untarred it. 

I entered the directory gdb-5.0

and issued the command

./configure sparc-sun-solaris5.8

( the output of uname -a command is 
SunOS ganga 5.8 Generic sun4u sparc SUNW,Ultra-5_10)

after this I gave the command 

make

But while compiling the file solib.c I got an error telling

cannot find include file: <a.out.h>

and when I searched for it I was not able to find it in my system.

Can anyone help me out?

Thank you in advance and 
Regards,
anna
-- 

Please don't lie to me, unless you're absolutely sure
I'll never find out the truth.

                - Ashleigh Brilliant    

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

* Re: compiling gdb-5.0 on sparc-sun-solaris5.8
  2000-07-09  1:39 compiling gdb-5.0 on sparc-sun-solaris5.8 Annamalai G
@ 2000-07-09 16:10 ` Alexandre Oliva
  2000-07-09 18:36   ` Andrew Cagney
  2000-07-09 21:54   ` Annamalai G
  0 siblings, 2 replies; 4+ messages in thread
From: Alexandre Oliva @ 2000-07-09 16:10 UTC (permalink / raw)
  To: Annamalai G; +Cc: gdb

On Jul  9, 2000, Annamalai G <gannam@india.dharma.com> wrote:

> ./configure sparc-sun-solaris5.8

There's no such thing as Solaris 5.8.  There is the SunOS kernel v
5.8, and there is the Solaris OS v8.  configure probably expects
sparc-sun-solaris2.8, though.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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

* Re: compiling gdb-5.0 on sparc-sun-solaris5.8
  2000-07-09 16:10 ` Alexandre Oliva
@ 2000-07-09 18:36   ` Andrew Cagney
  2000-07-09 21:54   ` Annamalai G
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Cagney @ 2000-07-09 18:36 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: Annamalai G, gdb

Alexandre Oliva wrote:
> 
> On Jul  9, 2000, Annamalai G <gannam@india.dharma.com> wrote:
> 
> > ./configure sparc-sun-solaris5.8
> 
> There's no such thing as Solaris 5.8.  There is the SunOS kernel v
> 5.8, and there is the Solaris OS v8.  configure probably expects
> sparc-sun-solaris2.8, though.

Yes, that is very important.

A a general rule, you shouldn't need to specify the system you're
building on -  it is better to let config.guess determine that for you.

	Andrew

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

* Re: compiling gdb-5.0 on sparc-sun-solaris5.8
  2000-07-09 16:10 ` Alexandre Oliva
  2000-07-09 18:36   ` Andrew Cagney
@ 2000-07-09 21:54   ` Annamalai G
  1 sibling, 0 replies; 4+ messages in thread
From: Annamalai G @ 2000-07-09 21:54 UTC (permalink / raw)
  To: gdb

[-- Attachment #1: Type: text/plain, Size: 698 bytes --]

I think Alexandre Oliva on 9 Jul 2000 said,

> There's no such thing as Solaris 5.8.  There is the SunOS kernel v
> 5.8, and there is the Solaris OS v8.  configure probably expects
> sparc-sun-solaris2.8, though.
> 

Initially I didnot give any parameter to 

$./configure

and it took sparc-sun-solaris2.8 (I guess it took correctly)

And I have attached the file that was the error I got when I ran

$make

It was giving an error telling something about 32 and 64 bits..

Please have a look at the attachment (make.anna) and help me out.

Thank you

Regards,
anna
-- 

Please don't lie to me, unless you're absolutely sure
I'll never find out the truth.

                - Ashleigh Brilliant    

[-- Attachment #2: make.anna --]
[-- Type: text/plain, Size: 64637 bytes --]

if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
CONFIG_FILES= CONFIG_HEADERS=config.h:config.in /bin/sh ./config.status
creating config.h
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   argv.c -o pic/argv.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  argv.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   choose-temp.c -o pic/choose-temp.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  choose-temp.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   concat.c -o pic/concat.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  concat.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   cplus-dem.c -o pic/cplus-dem.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  cplus-dem.c
"cplus-dem.c", line 2543: warning: non-constant initializer: op "++"
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   fdmatch.c -o pic/fdmatch.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  fdmatch.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   fnmatch.c -o pic/fnmatch.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  fnmatch.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   getopt.c -o pic/getopt.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  getopt.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   getopt1.c -o pic/getopt1.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  getopt1.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   getpwd.c -o pic/getpwd.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  getpwd.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   getruntime.c -o pic/getruntime.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  getruntime.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   hashtab.c -o pic/hashtab.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  hashtab.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   hex.c -o pic/hex.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  hex.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   floatformat.c -o pic/floatformat.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  floatformat.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   objalloc.c -o pic/objalloc.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  objalloc.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   obstack.c -o pic/obstack.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  obstack.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   partition.c -o pic/partition.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  partition.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   pexecute.c -o pic/pexecute.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  pexecute.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   spaces.c -o pic/spaces.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  spaces.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   splay-tree.c -o pic/splay-tree.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  splay-tree.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   strerror.c -o pic/strerror.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  strerror.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   strsignal.c -o pic/strsignal.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  strsignal.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   xatexit.c -o pic/xatexit.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  xatexit.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   xexit.c -o pic/xexit.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  xexit.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   xmalloc.c -o pic/xmalloc.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  xmalloc.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   xmemdup.c -o pic/xmemdup.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  xmemdup.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   xstrdup.c -o pic/xstrdup.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  xstrdup.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   xstrerror.c -o pic/xstrerror.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  xstrerror.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   asprintf.c -o pic/asprintf.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  asprintf.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   mkstemps.c -o pic/mkstemps.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  mkstemps.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   setenv.c -o pic/setenv.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  setenv.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   sigsetmask.c -o pic/sigsetmask.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  sigsetmask.c
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   vasprintf.c -o pic/vasprintf.o
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  vasprintf.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o  fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o  hex.o floatformat.o objalloc.o obstack.o partition.o pexecute.o spaces.o  splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o  xmemdup.o xstrdup.o xstrerror.o  asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o 
true libiberty.a
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr  strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf  vfork waitpid bcmp bcopy bzero; do \
  for g in asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o  fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o  hex.o floatformat.o objalloc.o obstack.o partition.o pexecute.o spaces.o  splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o  xmemdup.o xstrdup.o xstrerror.o > required-list
make  all-recursive
Making all in doc
Making all in po
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh ./../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c archive.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c archive.c -o archive.o
echo timestamp > archive.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c -DDEFAULT_VECTOR=bfd_elf32_sparc_vec -DSELECT_VECS='&bfd_elf32_sparc_vec,&bfd_elf64_sparc_vec,&sunos_big_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_sparc_arch' -DHAVE_bfd_elf32_sparc_vec -DHAVE_bfd_elf64_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./archures.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c -DDEFAULT_VECTOR=bfd_elf32_sparc_vec "-DSELECT_VECS=&bfd_elf32_sparc_vec,&bfd_elf64_sparc_vec,&sunos_big_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_sparc_arch" -DHAVE_bfd_elf32_sparc_vec -DHAVE_bfd_elf64_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./archures.c -o archures.o
echo timestamp > archures.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c bfd.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c bfd.c -o bfd.o
echo timestamp > bfd.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c cache.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c cache.c -o cache.o
echo timestamp > cache.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c coffgen.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c coffgen.c -o coffgen.o
echo timestamp > coffgen.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c corefile.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c corefile.c -o corefile.o
echo timestamp > corefile.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c format.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c format.c -o format.o
echo timestamp > format.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c init.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c init.c -o init.o
echo timestamp > init.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c libbfd.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c libbfd.c -o libbfd.o
"libbfd.c", line 1084: warning: integer overflow detected: op "<<"
"libbfd.c", line 1084: warning: integer overflow detected: op "<<"
"libbfd.c", line 1107: warning: integer overflow detected: op "<<"
"libbfd.c", line 1107: warning: integer overflow detected: op "<<"
echo timestamp > libbfd.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c opncls.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c opncls.c -o opncls.o
echo timestamp > opncls.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c reloc.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c reloc.c -o reloc.o
echo timestamp > reloc.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c section.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c section.c -o section.o
echo timestamp > section.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c syms.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c syms.c -o syms.o
"syms.c", line 1156: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 104
	argument : pointer to function(pointer to pointer to const void, pointer to pointer to const void) returning int
echo timestamp > syms.lo
rm -f targmatch.h
sed -f ./targmatch.sed < ./config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c -DDEFAULT_VECTOR=bfd_elf32_sparc_vec -DSELECT_VECS='&bfd_elf32_sparc_vec,&bfd_elf64_sparc_vec,&sunos_big_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_sparc_arch' -DHAVE_bfd_elf32_sparc_vec -DHAVE_bfd_elf64_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./targets.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c -DDEFAULT_VECTOR=bfd_elf32_sparc_vec "-DSELECT_VECS=&bfd_elf32_sparc_vec,&bfd_elf64_sparc_vec,&sunos_big_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_sparc_arch" -DHAVE_bfd_elf32_sparc_vec -DHAVE_bfd_elf64_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./targets.c -o targets.o
echo timestamp > targets.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c hash.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c hash.c -o hash.o
echo timestamp > hash.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c linker.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c linker.c -o linker.o
echo timestamp > linker.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c srec.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c srec.c -o srec.o
echo timestamp > srec.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c binary.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c binary.c -o binary.o
echo timestamp > binary.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c tekhex.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c tekhex.c -o tekhex.o
echo timestamp > tekhex.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c ihex.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c ihex.c -o ihex.o
echo timestamp > ihex.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c stabs.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c stabs.c -o stabs.o
echo timestamp > stabs.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c stab-syms.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c stab-syms.c -o stab-syms.o
echo timestamp > stab-syms.lo
rm -f elf32-target.h
sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c elf32-sparc.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c elf32-sparc.c -o elf32-sparc.o
echo timestamp > elf32-sparc.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c elf32.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c elf32.c -o elf32.o
echo timestamp > elf32.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c elf.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c elf.c -o elf.o
echo timestamp > elf.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c elflink.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c elflink.c -o elflink.o
echo timestamp > elflink.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c dwarf2.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c dwarf2.c -o dwarf2.o
echo timestamp > dwarf2.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c dwarf1.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c dwarf1.c -o dwarf1.o
"dwarf1.c", line 187: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 199: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 211: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 222: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 225: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 235: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 237: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 241: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 244: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 279: warning: assignment type mismatch:
	pointer to char "=" pointer to uchar
"dwarf1.c", line 302: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 306: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 322: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 330: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const uchar : "unknown", line 0
	argument : pointer to char
"dwarf1.c", line 498: warning: assignment type mismatch:
	pointer to char "=" pointer to uchar
echo timestamp > dwarf1.lo
rm -f elf64-target.h
sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new
mv -f elf64-target.new elf64-target.h
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c elf64-sparc.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c elf64-sparc.c -o elf64-sparc.o
echo timestamp > elf64-sparc.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c elf64.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c elf64.c -o elf64.o
echo timestamp > elf64.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c sunos.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c sunos.c -o sunos.o
echo timestamp > sunos.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c aout32.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c aout32.c -o aout32.o
echo timestamp > aout32.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c elf64-gen.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c elf64-gen.c -o elf64-gen.o
echo timestamp > elf64-gen.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c elf32-gen.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c elf32-gen.c -o elf32-gen.o
echo timestamp > elf32-gen.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl    -g -c cpu-sparc.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -g -c cpu-sparc.c -o cpu-sparc.o
echo timestamp > cpu-sparc.lo
rm -f tofiles
f=""; \
for i in elf32-sparc.lo elf32.lo elf.lo elflink.lo dwarf2.lo dwarf1.lo elf64-sparc.lo elf64.lo sunos.lo aout32.lo elf64-gen.lo elf32-gen.lo cpu-sparc.lo ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ./../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool --mode=link cc  -g  -o libbfd.la -rpath /usr/local/lib -release 2.9.5 archive.lo archures.lo bfd.lo cache.lo coffgen.lo  corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo  syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo  ihex.lo stabs.lo stab-syms.lo `cat ofiles` 
mkdir .libs
ar cru .libs/libbfd.a  archive.o archures.o bfd.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o elf32-sparc.o elf32.o elf.o elflink.o dwarf2.o dwarf1.o elf64-sparc.o elf64.o sunos.o aout32.o elf64-gen.o elf32-gen.o cpu-sparc.o 
ranlib .libs/libbfd.a
creating libbfd.la
(cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la)
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make  all-recursive
Making all in po
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl    -g -c dis-buf.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -g -c dis-buf.c -o dis-buf.o
echo timestamp > dis-buf.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl    -g -c  -DARCH_sparc ./disassemble.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -g -c -DARCH_sparc ./disassemble.c -o disassemble.o
echo timestamp > disassemble.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl    -g -c sparc-dis.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -g -c sparc-dis.c -o sparc-dis.o
echo timestamp > sparc-dis.lo
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl    -g -c sparc-opc.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -g -c sparc-opc.c -o sparc-opc.o
echo timestamp > sparc-opc.lo
/bin/sh ./libtool --mode=link cc  -g  -o libopcodes.la -rpath /usr/local/lib -release 2.9.5 dis-buf.lo disassemble.lo sparc-dis.lo sparc-opc.lo 
mkdir .libs
ar cru .libs/libopcodes.a  dis-buf.o disassemble.o sparc-dis.o sparc-opc.o 
ranlib .libs/libopcodes.a
creating libopcodes.la
(cd .libs && rm -f libopcodes.la && ln -s ../libopcodes.la libopcodes.la)
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  /bin/sh ./../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
cc -c -g -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include ./mm.c
rm -rf libmmalloc.a
ar rc libmmalloc.a mm.o
true libmmalloc.a
rm -f readline.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g readline.c
"readline.c", line 1501: warning: non-constant initializer: op "--"
rm -f vi_mode.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g vi_mode.c
rm -f funmap.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g funmap.c
rm -f keymaps.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g keymaps.c
rm -f parens.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g parens.c
rm -f search.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g search.c
rm -f rltty.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g rltty.c
rm -f complete.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g complete.c
rm -f bind.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g bind.c
"bind.c", line 1256: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "./readline.h", line 282
	argument : pointer to uchar
"bind.c", line 1417: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "./readline.h", line 285
	argument : pointer to uchar
rm -f isearch.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g isearch.c
"isearch.c", line 267: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113
	argument : pointer to uchar
rm -f display.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g display.c
rm -f signals.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g signals.c
rm -f util.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g util.c
rm -f kill.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g kill.c
rm -f undo.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g undo.c
rm -f macro.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g macro.c
rm -f input.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g input.c
"input.c", line 292: warning: statement not reached
rm -f callback.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g callback.c
rm -f terminal.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g terminal.c
rm -f nls.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g nls.c
rm -f xmalloc.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g xmalloc.c
rm -f history.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g history.c
rm -f histexpand.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g histexpand.c
"histexpand.c", line 237: warning: end-of-loop code not reached
"histexpand.c", line 246: warning: end-of-loop code not reached
"histexpand.c", line 272: warning: end-of-loop code not reached
rm -f histfile.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g histfile.c
rm -f histsearch.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g histsearch.c
rm -f shell.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g shell.c
rm -f tilde.o
cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g tilde.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o  rltty.o complete.o bind.o isearch.o display.o signals.o  util.o kill.o undo.o macro.o input.o callback.o terminal.o  nls.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o tilde.o
test -n "true" && true libreadline.a
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o xmalloc.o
test -n "true" && true libhistory.a
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   main.c
rm -f version.c
echo '#include "version.h"' >> version.c
echo 'const char version[] = "5.0";' >> version.c
echo 'const char host_name[] = "sparc-sun-solaris2.8";' >> version.c
echo 'const char target_name[] = "sparc-sun-solaris2.8";' >> version.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   version.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   blockframe.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   breakpoint.c
"breakpoint.c", line 427: warning: non-constant initializer: op "++"
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   findvar.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   stack.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   thread.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   source.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   values.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   eval.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   valops.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   valarith.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   valprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   printcmd.c
"printcmd.c", line 379: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uchar : "./valprint.h", line 53
	argument : pointer to char
"printcmd.c", line 381: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uchar : "./valprint.h", line 56
	argument : pointer to char
"printcmd.c", line 383: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uchar : "./valprint.h", line 50
	argument : pointer to char
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   symtab.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   symfile.c
"symfile.c", line 332: warning: non-constant initializer: op "+="
"symfile.c", line 356: warning: non-constant initializer: op "+="
"symfile.c", line 3228: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uint : "symfile.c", line 149
	argument : pointer to int
"symfile.c", line 3293: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uint : "symfile.c", line 149
	argument : pointer to int
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   symmisc.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   infcmd.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   infrun.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   command.c
"command.c", line 1767: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "./defs.h", line 469
	argument : pointer to uchar
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   expprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   environ.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   event-loop.c
"event-loop.c", line 379: warning: end-of-loop code not reached
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   event-top.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   inf-loop.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   gdbarch.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   arch-utils.c
"arch-utils.c", line 90: warning: statement not reached
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   gdbtypes.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ./copying.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   sparc-tdep.c
"sparc-tdep.c", line 88: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "./gdbcore.h", line 52
	argument : pointer to uchar
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ser-tcp.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ser-unix.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ser-pipe.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   corelow.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   core-sol2.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   solib.c
"solib.c", line 1238: warning: argument #1 is incompatible with prototype:
	prototype: pointer to function(pointer to void) returning int : "./defs.h", line 875
	argument : pointer to function(pointer to int) returning int
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   fork-child.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   procfs.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   proc-api.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   proc-events.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   proc-flags.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   proc-why.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   remote.c
"remote.c", line 1176: warning: assignment type mismatch:
	pointer to uchar "=" pointer to char
"remote.c", line 1290: warning: argument #2 is incompatible with prototype:
	prototype: pointer to int : "remote.c", line 880
	argument : pointer to uint
"remote.c", line 1863: warning: assignment type mismatch:
	pointer to char "=" pointer to uchar
"remote.c", line 2603: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "./remote.h", line 31
	argument : pointer to uchar
"remote.c", line 2648: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "remote.c", line 868
	argument : pointer to uchar
"remote.c", line 2736: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdlib_iso.h", line 111
	argument : pointer to uchar
"remote.c", line 2740: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdlib_iso.h", line 111
	argument : pointer to uchar
"remote.c", line 2744: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdlib_iso.h", line 111
	argument : pointer to uchar
"remote.c", line 2771: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "./remote.h", line 43
	argument : pointer to uchar
"remote.c", line 2825: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "./remote.h", line 31
	argument : pointer to uchar
"remote.c", line 2871: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "remote.c", line 868
	argument : pointer to uchar
"remote.c", line 2959: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdlib_iso.h", line 111
	argument : pointer to uchar
"remote.c", line 2963: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdlib_iso.h", line 111
	argument : pointer to uchar
"remote.c", line 2967: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdlib_iso.h", line 111
	argument : pointer to uchar
"remote.c", line 2994: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "./remote.h", line 43
	argument : pointer to uchar
"remote.c", line 3431: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "remote.c", line 166
	argument : pointer to uchar
"remote.c", line 3437: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "remote.c", line 166
	argument : pointer to uchar
"remote.c", line 3474: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "remote.c", line 168
	argument : pointer to uchar
"remote.c", line 3493: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "remote.c", line 192
	argument : pointer to uchar
"remote.c", line 3494: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "./remote.h", line 31
	argument : pointer to uchar
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   dcache.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   remote-utils.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   tracepoint.c
"tracepoint.c", line 1468: warning: argument #2 is incompatible with prototype:
	prototype: pointer to uchar : "tracepoint.c", line 156
	argument : pointer to char
"tracepoint.c", line 1468: warning: assignment type mismatch:
	pointer to char "=" pointer to uchar
"tracepoint.c", line 2629: warning: argument #1 is incompatible with prototype:
	prototype: pointer to function(pointer to void) returning void : "./defs.h", line 332
	argument : pointer to function(pointer to char) returning void
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ax-general.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ax-gdb.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   sol-thread.c
"sol-thread.c", line 1669: warning: assignment type mismatch:
	pointer to function(const int) returning void "=" pointer to void
"sol-thread.c", line 1670: warning: assignment type mismatch:
	pointer to function(pointer to const struct ps_prochandle {long pid}, pointer to pointer to struct td_thragent {}) returning... "=" pointer to void
"sol-thread.c", line 1671: warning: assignment type mismatch:
	pointer to function(pointer to struct td_thragent {}) returning enum .66fake {TD_NOXREGS(20), TD_PARTIALREG(19), TD_MALLOC(1... "=" pointer to void
"sol-thread.c", line 1672: warning: assignment type mismatch:
	pointer to function(void) returning enum .66fake {TD_NOXREGS(20), TD_PARTIALREG(19), TD_MALLOC(18), TD_NOTSD(17), TD_NOAPLIC... "=" pointer to void
"sol-thread.c", line 1673: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thragent {}, pointer to pointer to struct ps_prochandle {long pid}) returning... "=" pointer to void
"sol-thread.c", line 1674: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thragent {}, pointer to int) returning enum .66fake {TD_NOXREGS(20), TD_PARTI... "=" pointer to void
"sol-thread.c", line 1675: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thragent {}, pointer to function(uint, pointer to function() returning void, ... "=" pointer to void
"sol-thread.c", line 1676: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thragent {}, pointer to function(pointer to const struct td_thrhandle {pointe... "=" pointer to void
"sol-thread.c", line 1677: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}) retu... "=" pointer to void
"sol-thread.c", line 1678: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, cons... "=" pointer to void
"sol-thread.c", line 1679: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, poin... "=" pointer to void
"sol-thread.c", line 1680: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, poin... "=" pointer to void
"sol-thread.c", line 1681: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, poin... "=" pointer to void
"sol-thread.c", line 1682: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, cons... "=" pointer to void
"sol-thread.c", line 1683: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, cons... "=" pointer to void
"sol-thread.c", line 1684: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, cons... "=" pointer to void
"sol-thread.c", line 1685: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, cons... "=" pointer to void
"sol-thread.c", line 1686: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, poin... "=" pointer to void
"sol-thread.c", line 1687: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, cons... "=" pointer to void
"sol-thread.c", line 1688: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thragent {}, uint, pointer to struct td_thrhandle {pointer to struct td_thrag... "=" pointer to void
"sol-thread.c", line 1689: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thragent {}, uint, pointer to struct td_thrhandle {pointer to struct td_thrag... "=" pointer to void
"sol-thread.c", line 1690: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, poin... "=" pointer to void
"sol-thread.c", line 1691: warning: assignment type mismatch:
	pointer to function(pointer to const struct td_thrhandle {pointer to struct td_thragent {..} th_ta_p, ulong th_unique}, poin... "=" pointer to void
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   mem-break.c
"mem-break.c", line 73: warning: statement not reached
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   target.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   parse.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   language.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   c-exp.tab.c
"c-exp.y", line 888: warning: non-constant initializer: op "++"
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   jv-exp.tab.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   f-exp.tab.c
"f-exp.y", line 600: warning: non-constant initializer: op "++"
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   m2-exp.tab.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   buildsym.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   kod.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   kod-cisco.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   gdb-events.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   exec.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   bcache.c
"bcache.c", line 170: warning: non-constant initializer: op "+="
"bcache.c", line 170: warning: assignment type mismatch:
	pointer to struct bstring {pointer to struct bstring {..} next, uint length, union {..} d} "=" pointer to char
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   objfiles.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   minsyms.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   maint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   demangle.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   dbxread.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   coffread.c
"coffread.c", line 1531: warning: non-constant initializer: op "+="
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   elfread.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   dwarfread.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   dwarf2read.c
"dwarf2read.c", line 4224: warning: non-constant initializer: op "+="
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   mipsread.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   stabsread.c
"stabsread.c", line 2050: warning: non-constant initializer: op "+="
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   corefile.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   c-lang.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ch-exp.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ch-lang.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   f-lang.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ui-out.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   cli-out.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   varobj.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   wrapper.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   jv-lang.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   jv-valprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   jv-typeprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   m2-lang.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   scm-exp.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   scm-lang.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   scm-valprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   complaints.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   typeprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   c-typeprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ch-typeprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   f-typeprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   m2-typeprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   c-valprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   cp-valprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ch-valprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   f-valprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   m2-valprint.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   nlmread.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   serial.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   mdebugread.c
"mdebugread.c", line 2777: warning: statement not reached
"mdebugread.c", line 3414: warning: non-constant initializer: op "+="
"mdebugread.c", line 4256: warning: non-constant initializer: op "+="
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   os9kread.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   top.c
"top.c", line 3489: warning: argument #1 is incompatible with prototype:
	prototype: pointer to function(pointer to void) returning int : "./defs.h", line 875
	argument : pointer to function(pointer to char) returning int
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   utils.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ui-file.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   ./tui/tui-file.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   annotate.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   inflow.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   gnu-regex.c
Making init.c
cc -c -g     -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/..  -I../bfd -I./../bfd  -I./../include  -I../intl -I./../intl -I./tui   -DUSE_INCLUDED_REGEX   init.c
rm -f libgdb.a
ar q libgdb.a version.o blockframe.o breakpoint.o findvar.o stack.o thread.o  source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o  symtab.o symfile.o symmisc.o infcmd.o infrun.o command.o  expprint.o environ.o  event-loop.o event-top.o inf-loop.o  gdbarch.o arch-utils.o gdbtypes.o copying.o sparc-tdep.o ser-tcp.o ser-unix.o ser-pipe.o corelow.o core-sol2.o solib.o fork-child.o procfs.o  proc-api.o proc-events.o proc-flags.o proc-why.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o  sol-thread.o  mem-break.o target.o parse.o language.o c-exp.tab.o  jv-exp.tab.o  f-exp.tab.o m2-exp.tab.o buildsym.o  kod.o kod-cisco.o  gdb-events.o  exec.o bcache.o objfiles.o minsyms.o maint.o demangle.o  dbxread.o coffread.o elfread.o  dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o  c-lang.o ch-exp.o ch-lang.o f-lang.o  ui-out.o cli-out.o  varobj.o wrapper.o  jv-lang.o jv-valprint.o jv-typeprint.o  m2-lang.o  scm-exp.o scm-lang.o scm-valprint.o complaints.o typeprint.o  c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o  c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o  nlmread.o serial.o mdebugread.o os9kread.o top.o utils.o  ui-file.o tui-file.o annotate.o inflow.o gnu-regex.o    init.o
ar: creating libgdb.a
true libgdb.a
rm -f gdb
cc -g       -o gdb main.o libgdb.a    ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a  ../libiberty/libiberty.a  -ltermlib -lsocket -lnsl    -ldl -lm -lsocket    ../libiberty/libiberty.a  
ild: (bad file) Input file /opt/SUNWspro/SC5.0/lib/crti.o contains 32-bit relocatable, but producing a 64-bit file.
*** Error code 1
make: Fatal error: Command failed for target `gdb'
Current working directory /space/systpe/anna/gdb-5.0/gdb
*** Error code 1
make: Fatal error: Command failed for target `all-gdb'

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

end of thread, other threads:[~2000-07-09 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-09  1:39 compiling gdb-5.0 on sparc-sun-solaris5.8 Annamalai G
2000-07-09 16:10 ` Alexandre Oliva
2000-07-09 18:36   ` Andrew Cagney
2000-07-09 21:54   ` Annamalai G

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).