public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/11686] New: Error on make bootstrap
@ 2003-07-27 17:44 liadi at savantis dot com
  2003-07-27 17:52 ` [Bug bootstrap/11686] " pinskia at physics dot uc dot edu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: liadi at savantis dot com @ 2003-07-27 17:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11686

           Summary: Error on make bootstrap
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: liadi at savantis dot com
                CC: gcc-bugs at gcc dot gnu dot org

Hi all. I'm trying to compile gcc3.2.2 on my: 
HP-UX B.11.00 A 9000/800
I have a gcc 3.3 on that machine (from binaries, I can't compile it...) and 
I'm using gnu make 3.8
I try to compile the next configuration:
#../configure --prefix=/opt --enable-threads=posix --enable-
languages=c,c++,f77,objc --with-gnu-as --with-as=/opt/gcc3.3/pa20_64/bin/as --
with-gnu-ld --with-ld==/opt/gcc3.3/pa20_64/bin/ld
#make bootstrap
after 15 min. I get this message:

if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/opt/hppa2.0w-hp-hpux11.00/bin/ -isystem /opt/hppa2.0w-hp-
hpux11.00/include -isystem /opt/hppa2.0w-hp-hpux11.00/sys-include -O2  -
DIN_GCC    -W -Wall -W
write-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -
fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -
I../../gcc -I.
./../gcc/. -I../../gcc/config -I../../gcc/../include  -DL_muldi3 -
c ../../gcc/libgcc2.c -o libgcc/./_muldi3.o
/var/tmp//ccbdAQod.s: Assembler messages:
/var/tmp//ccbdAQod.s:3: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:4: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:6: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:7: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:14: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:264: Error: unknown pseudo-op: `.nsubspa'
/var/tmp//ccbdAQod.s:370: Error: unknown pseudo-op: `.nsubspa'
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/tmp/gcc-3.2.2/obj/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/tmp/gcc-3.2.2/obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/tmp/gcc-3.2.2/obj/gcc'
make: *** [bootstrap] Error 2

Please Help


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

* [Bug bootstrap/11686] Error on make bootstrap
  2003-07-27 17:44 [Bug bootstrap/11686] New: Error on make bootstrap liadi at savantis dot com
@ 2003-07-27 17:52 ` pinskia at physics dot uc dot edu
  2003-07-27 21:11 ` liadi at savantis dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-27 17:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11686


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-27 17:52 -------
What version of binutils are you using?
>From <http://gcc.gnu.org/install/specific.html#hppa*-hp-hpux11>:
You must use GNU binutils 2.11 or above with the 32-bit port.


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

* [Bug bootstrap/11686] Error on make bootstrap
  2003-07-27 17:44 [Bug bootstrap/11686] New: Error on make bootstrap liadi at savantis dot com
  2003-07-27 17:52 ` [Bug bootstrap/11686] " pinskia at physics dot uc dot edu
@ 2003-07-27 21:11 ` liadi at savantis dot com
  2003-07-29 21:33 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: liadi at savantis dot com @ 2003-07-27 21:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11686



------- Additional Comments From liadi at savantis dot com  2003-07-27 21:11 -------
I got gcc 3.3 binaries, why do I need also the binutils, doesn't all the tools 
come with the gcc?


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

* [Bug bootstrap/11686] Error on make bootstrap
  2003-07-27 17:44 [Bug bootstrap/11686] New: Error on make bootstrap liadi at savantis dot com
  2003-07-27 17:52 ` [Bug bootstrap/11686] " pinskia at physics dot uc dot edu
  2003-07-27 21:11 ` liadi at savantis dot com
@ 2003-07-29 21:33 ` pinskia at physics dot uc dot edu
  2003-08-05 23:45 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 21:33 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11686



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-29 21:33 -------
binutils is a seperate project from gcc. 
Can you give the output of "/opt/gcc3.3/pa20_64/bin/as -v"?


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

* [Bug bootstrap/11686] Error on make bootstrap
  2003-07-27 17:44 [Bug bootstrap/11686] New: Error on make bootstrap liadi at savantis dot com
                   ` (2 preceding siblings ...)
  2003-07-29 21:33 ` pinskia at physics dot uc dot edu
@ 2003-08-05 23:45 ` pinskia at physics dot uc dot edu
  2003-08-06 20:51 ` pinskia at physics dot uc dot edu
  2003-10-19 19:01 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-05 23:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11686


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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

* [Bug bootstrap/11686] Error on make bootstrap
  2003-07-27 17:44 [Bug bootstrap/11686] New: Error on make bootstrap liadi at savantis dot com
                   ` (3 preceding siblings ...)
  2003-08-05 23:45 ` pinskia at physics dot uc dot edu
@ 2003-08-06 20:51 ` pinskia at physics dot uc dot edu
  2003-10-19 19:01 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-06 20:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11686


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


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

* [Bug bootstrap/11686] Error on make bootstrap
  2003-07-27 17:44 [Bug bootstrap/11686] New: Error on make bootstrap liadi at savantis dot com
                   ` (4 preceding siblings ...)
  2003-08-06 20:51 ` pinskia at physics dot uc dot edu
@ 2003-10-19 19:01 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-19 19:01 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11686


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WONTFIX


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-19 18:59 -------
Since you already have 3.3 and this bug is against 3.2.2, we will not fix this bug.


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

end of thread, other threads:[~2003-10-19 18:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 17:44 [Bug bootstrap/11686] New: Error on make bootstrap liadi at savantis dot com
2003-07-27 17:52 ` [Bug bootstrap/11686] " pinskia at physics dot uc dot edu
2003-07-27 21:11 ` liadi at savantis dot com
2003-07-29 21:33 ` pinskia at physics dot uc dot edu
2003-08-05 23:45 ` pinskia at physics dot uc dot edu
2003-08-06 20:51 ` pinskia at physics dot uc dot edu
2003-10-19 19:01 ` pinskia at gcc dot gnu dot org

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