public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/29620]  New: can not build libgcc.a on stage 1
@ 2006-10-27 19:06 gcc-bugzilla at gcc dot gnu dot org
  2006-10-27 19:16 ` [Bug bootstrap/29620] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2006-10-27 19:06 UTC (permalink / raw)
  To: gcc-bugs



./xgcc -B./ \
# ...
-DL__gcc_bcmp  -c SHARED_DIR/gcc-4.1.1/gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o
/var/tmp//ccBzKd2Z.s: Assembler messages:
/var/tmp//ccBzKd2Z.s:690: Error: misaligned data
make[3]: *** [libgcc/./_divdi3.o] Error 1

The same for targets:

libgcc/./_udivdi3.o
libgcc/./_umoddi3.o
libgcc/./_udivmoddi4.o
libgcc/./unwind-dw2.o
libgcc/./unwind-dw2-fde.o
libgcc/./gthr-gnat.o
libgcc/./unwind-c.o
libgcc/./_divdi3_s.o
libgcc/./_moddi3_s.o
libgcc/./_udivdi3_s.o
libgcc/./_umoddi3_s.o
libgcc/./_udivmoddi4_s.o
libgcc/./unwind-dw2_s.o
libgcc/./unwind-dw2-fde_s.o
libgcc/./gthr-gnat_s.o
libgcc/./unwind-c_s.o

Eventually

make[2]: *** [libgcc.a] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2

Will post `xgcc' output for assembler or other details on request.

Environment:
System: SunOS redsun 5.5 Generic sun4m sparc SUNW,SPARCstation-10
Architecture: sun4

Old compiler is gcc (GCC) 4.0.2 installed with its own prefix.  The
only installed assembler is

GNU assembler version 2.7 (sparc-sun-solaris2.5), using BFD version 2.7

Worked with 4.0.2.  If too old for this one, please note so in `NEWS',
and tell which oldest binutils version should be used.

host: sparc-sun-solaris2.5
build: sparc-sun-solaris2.5
target: sparc-sun-solaris2.5
configured with: SHARED_DIR/gcc-4.1.1/configure --prefix=NEW_DIR --disable-nls
--disable-libgcj --enable-languages=c,c++,objc

How-To-Repeat:
        make bootstrap


-- 
           Summary: can not build libgcc.a on stage 1
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gin at mo dot msk dot ru
 GCC build triplet: sparc-sun-solaris2.5
  GCC host triplet: sparc-sun-solaris2.5
GCC target triplet: sparc-sun-solaris2.5


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


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

* [Bug bootstrap/29620] can not build libgcc.a on stage 1
  2006-10-27 19:06 [Bug bootstrap/29620] New: can not build libgcc.a on stage 1 gcc-bugzilla at gcc dot gnu dot org
@ 2006-10-27 19:16 ` pinskia at gcc dot gnu dot org
  2006-10-27 20:42 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-27 19:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-10-27 19:16 -------
http://gcc.gnu.org/install/specific.html#x-x-solaris2




All releases of GNU binutils prior to 2.11.2 have known bugs on this platform.
We recommend the use of GNU binutils 2.11.2 or later, or the vendor tools (Sun
as, Sun ld). Note that your mileage may vary if you use a combination of the
GNU tools and the Sun tools: while the combination GNU as + Sun ld should
reasonably work, the reverse combination Sun as + GNU ld is known to cause
memory corruption at runtime in some cases for C++ programs. 


Read the installation documention which is located at:
http://gcc.gnu.org/install/


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug bootstrap/29620] can not build libgcc.a on stage 1
  2006-10-27 19:06 [Bug bootstrap/29620] New: can not build libgcc.a on stage 1 gcc-bugzilla at gcc dot gnu dot org
  2006-10-27 19:16 ` [Bug bootstrap/29620] " pinskia at gcc dot gnu dot org
@ 2006-10-27 20:42 ` ebotcazou at gcc dot gnu dot org
  2006-10-31 19:17 ` gin at mo dot msk dot ru
  2006-10-31 19:37 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-10-27 20:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ebotcazou at gcc dot gnu dot org  2006-10-27 20:42 -------
Note also that SPARC/Solaris 2.5 is not supported, only SPARC/Solaris 2.5.1 is.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
            Version|unknown                     |4.1.1


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


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

* [Bug bootstrap/29620] can not build libgcc.a on stage 1
  2006-10-27 19:06 [Bug bootstrap/29620] New: can not build libgcc.a on stage 1 gcc-bugzilla at gcc dot gnu dot org
  2006-10-27 19:16 ` [Bug bootstrap/29620] " pinskia at gcc dot gnu dot org
  2006-10-27 20:42 ` ebotcazou at gcc dot gnu dot org
@ 2006-10-31 19:17 ` gin at mo dot msk dot ru
  2006-10-31 19:37 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: gin at mo dot msk dot ru @ 2006-10-31 19:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from gin at mo dot msk dot ru  2006-10-31 19:17 -------
Subject: Re:  can not build libgcc.a on stage 1

Obsoleting sparc-sun-solaris2.5, if ever occurred for 4.1 branch, is
certainly not noted in neither `NEWS' nor `INSTALL/specific.html' of
4.1.1 release.


-- 


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


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

* [Bug bootstrap/29620] can not build libgcc.a on stage 1
  2006-10-27 19:06 [Bug bootstrap/29620] New: can not build libgcc.a on stage 1 gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-10-31 19:17 ` gin at mo dot msk dot ru
@ 2006-10-31 19:37 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-10-31 19:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ebotcazou at gcc dot gnu dot org  2006-10-31 19:36 -------
> Obsoleting sparc-sun-solaris2.5, if ever occurred for 4.1 branch, is
> certainly not noted in neither `NEWS' nor `INSTALL/specific.html' of
> 4.1.1 release.

It is not obsolete, it is not supported.  Sun did the same ages ago.


-- 


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


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

end of thread, other threads:[~2006-10-31 19:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-27 19:06 [Bug bootstrap/29620] New: can not build libgcc.a on stage 1 gcc-bugzilla at gcc dot gnu dot org
2006-10-27 19:16 ` [Bug bootstrap/29620] " pinskia at gcc dot gnu dot org
2006-10-27 20:42 ` ebotcazou at gcc dot gnu dot org
2006-10-31 19:17 ` gin at mo dot msk dot ru
2006-10-31 19:37 ` ebotcazou 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).