public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/10736: gcc-3.3 prelease 2 fails to bootstrap using native ld on Solaris 8 32 bit
@ 2003-05-11  2:26 florin
  0 siblings, 0 replies; 4+ messages in thread
From: florin @ 2003-05-11  2:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10736
>Category:       bootstrap
>Synopsis:       gcc-3.3 prelease 2 fails to bootstrap using native ld on Solaris 8 32 bit
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun May 11 02:26:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     florin@iucha.net
>Release:        gcc-3.3 prelease 2 (2003-05-08)
>Organization:
>Environment:
SunOS unknown 5.8 Generic_108528-20 sun4m sparc SUNW,SPARCstation-10
>Description:
make bootstrap failed with:
ld: fatal: file /usr/ccs/lib/values-Xa.o: wrong machine class
ld: fatal: File processing errors. No output written to sparcv9/libgcc_s.so.1
collect2: ld returned 1 exit status
make[3]: *** [sparcv9/libgcc_s_sparcv9.so] Error 1
make[3]: Leaving directory `/opt/update/src/objdir/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/opt/update/src/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/opt/update/src/objdir/gcc'
make: *** [bootstrap] Error 2

The compiler used to compile is
gcc version 3.2.3
>How-To-Repeat:
configured using 
../gcc-3.3-20030508/configure --disable-nls --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --program-suffix=-3.3 --enable-threads --enable-languages=c,c++,java --prefix=/usr/local
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: bootstrap/10736: gcc-3.3 prelease 2 fails to bootstrap using native ld on Solaris 8 32 bit
@ 2003-05-11  8:36 Eric Botcazou
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Botcazou @ 2003-05-11  8:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10736; it has been noted by GNATS.

From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: Florin Iucha <florin@iucha.net>
Cc: gcc-gnats@gcc.gnu.org,
 gcc-bugs@gcc.gnu.org,
 nobody@gcc.gnu.org
Subject: Re: bootstrap/10736: gcc-3.3 prelease 2 fails to bootstrap using native ld on Solaris 8 32 bit
Date: Sun, 11 May 2003 10:29:23 +0200

 > I get a similar error using the GNU binutils:
 > /usr/local/sparc-sun-solaris2.8/bin/ld:libgcc/./libgcc.map: file format
 > not recognized; treating as linker script
 > /usr/local/sparc-sun-solaris2.8/bin/ld:libgcc/./libgcc.map:1: parse error
 > collect2: ld returned 1 exit status
 
 No, this is not a "similar" error. When using the GNU binutils, you must 
 configure with --with-gnu-as (optional) --with-gnu-ld (required).
 
 -- 
 Eric Botcazou


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

* Re: bootstrap/10736: gcc-3.3 prelease 2 fails to bootstrap using native ld on Solaris 8 32 bit
@ 2003-05-11  8:34 ebotcazou
  0 siblings, 0 replies; 4+ messages in thread
From: ebotcazou @ 2003-05-11  8:34 UTC (permalink / raw)
  To: florin, gcc-bugs, gcc-prs, nobody

Synopsis: gcc-3.3 prelease 2 fails to bootstrap using native ld on Solaris 8 32 bit

State-Changed-From-To: open->closed
State-Changed-By: ebotcazou
State-Changed-When: Sun May 11 08:34:46 2003
State-Changed-Why:
    Not a bug. Please read the instructions at http://gcc.gnu.org/install/specific.html#*-*-solaris2*
    concerning the configuration on 32-bit only capable kernels.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10736


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

* Re: bootstrap/10736: gcc-3.3 prelease 2 fails to bootstrap using native ld on Solaris 8 32 bit
@ 2003-05-11  5:16 Florin Iucha
  0 siblings, 0 replies; 4+ messages in thread
From: Florin Iucha @ 2003-05-11  5:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10736; it has been noted by GNATS.

From: Florin Iucha <florin@iucha.net>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, florin@iucha.net,
	nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/10736: gcc-3.3 prelease 2 fails to bootstrap using
 native ld on Solaris 8 32 bit
Date: Sun, 11 May 2003 00:13:49 -0500

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10736
 
 I get a similar error using the GNU binutils:
 /usr/local/sparc-sun-solaris2.8/bin/ld:libgcc/./libgcc.map: file format 
 not recognized; treating as linker script
 /usr/local/sparc-sun-solaris2.8/bin/ld:libgcc/./libgcc.map:1: parse error
 collect2: ld returned 1 exit status
 make[3]: *** [libgcc_s.so] Error 1
 make[3]: Leaving directory `/opt/update/src/objdir/gcc'
 make[2]: *** [stmp-multilib] Error 2
 make[2]: Leaving directory `/opt/update/src/objdir/gcc'
 make[1]: *** [stage1_build] Error 2
 make[1]: Leaving directory `/opt/update/src/objdir/gcc'
 make: *** [bootstrap] Error 2
 
 florin
 


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

end of thread, other threads:[~2003-05-11  8:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-11  2:26 bootstrap/10736: gcc-3.3 prelease 2 fails to bootstrap using native ld on Solaris 8 32 bit florin
2003-05-11  5:16 Florin Iucha
2003-05-11  8:34 ebotcazou
2003-05-11  8:36 Eric Botcazou

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