bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gdb-6.3 build problems on solaris 10.


From: George R Goffe
Subject: gdb-6.3 build problems on solaris 10.
Date: Wed, 27 Apr 2005 17:42:12 -0700 (PDT)

Howdy,

I'm trying to build gdb-6.3 on a solaris 10 system (ultra 10
hardware) but I get a bunch of messages... I'm enclosing the log for
your reading enjoyment. All the non sun software came from
sunfreeware.com...

If I can help you, let me know.

Regards,

George...


This is what I'm using for the build...

 which gcc
+ which gcc 
/usr/local/bin/gcc

 gcc --version
+ gcc --version 
gcc (GCC) 3.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.


 which as
+ which as 
/usr/ccs/bin/as

 as --version
+ as --version 
as: error: unknown option '-'
as: error: unknown option 'e'
as: error: unknown option 'sion'
as: error: no input filename given
usage: as [-V] [-Q{y,n}] [-q] [-s]
  [-S] [-K {pic,PIC}] [-o objfile] [-L] [-T]
  [-P [[-Yc,path] [-Ipath] [-Dname] [-Dname=def] [-Uname]]...]
  [-m [-Ym,path]] [-n] [-ul] [-xF]
[-xarch={v7,v8,v8a,v8plus,v8plusa,v8plusb,v9,v9a,v9b}] 
[-xcode={pic13,pic32}] file.s...

 which ld
+ which ld 
/usr/ccs/bin/ld

 ld --version
+ ld --version 



These are the error msgs (short version):



if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall
-Wtraditional -pedantic  ./strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall
-Wtraditional -pedantic ./strsignal.c -o strsignal.o
In file included from /usr/include/sys/signal.h:34,
                 from /usr/include/signal.h:26,
                 from strsignal.c:23:
/usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:292: error: parse error before '}' token
/usr/include/sys/siginfo.h:292: error: ISO C forbids data definition
with no type or storage class
/usr/include/sys/siginfo.h:294: error: parse error before '}' token
/usr/include/sys/siginfo.h:294: error: ISO C forbids data definition
with no type or storage class
/usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:392: error: conflicting types for
`__proc'
/usr/include/sys/siginfo.h:261: error: previous declaration of
`__proc'
/usr/include/sys/siginfo.h:398: error: conflicting types for
`__fault'
/usr/include/sys/siginfo.h:267: error: previous declaration of
`__fault'
/usr/include/sys/siginfo.h:404: error: conflicting types for
`__file'
/usr/include/sys/siginfo.h:273: error: previous declaration of
`__file'
/usr/include/sys/siginfo.h:420: error: conflicting types for
`__prof'
/usr/include/sys/siginfo.h:287: error: previous declaration of
`__prof'
/usr/include/sys/siginfo.h:424: error: conflicting types for
`__rctl'
/usr/include/sys/siginfo.h:291: error: previous declaration of
`__rctl'
/usr/include/sys/siginfo.h:426: error: parse error before '}' token
/usr/include/sys/siginfo.h:426: error: ISO C forbids data definition
with no type or storage class
/usr/include/sys/siginfo.h:428: error: parse error before '}' token
/usr/include/sys/siginfo.h:428: error: ISO C forbids data definition
with no type or storage class
/usr/include/sys/siginfo.h:432: error: parse error before
"k_siginfo_t"
/usr/include/sys/siginfo.h:437: error: parse error before '}' token
/usr/include/sys/siginfo.h:437: error: ISO C forbids data definition
with no type or storage class
In file included from /usr/include/signal.h:26,
                 from strsignal.c:23:
/usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
In file included from strsignal.c:23:
/usr/include/signal.h:111: error: parse error before "siginfo_t"
/usr/include/signal.h:113: error: parse error before "siginfo_t"
make[1]: *** [strsignal.o] Error 1
make[1]: Leaving directory `/tmp/tools/gdb/gdb-6.3/libiberty'
make: *** [all-libiberty] Error 2

=====
    _/_/_/_/ _/_/_/_/ _/_/_/_/ _/_/_/_/ _/_/_/_/ _/_/_/_/ -----
   _/       _/       _/    _/ _/    _/ _/       _/
  _/  _/_/ _/_/_/_/ _/    _/ _/_/_/_/ _/  _/_/ _/_/_/_/ -----
 _/    _/ _/       _/    _/ _/    _/ _/    _/ _/
_/_/_/_/ _/_/_/_/ _/_/_/_/ _/    _/ _/_/_/_/ _/_/_/_/ -----
"It's not what you know that hurts you, It's what you know that ain't so." Will 
Rogers

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]