public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/24466]  New: uprgading of gcc
@ 2005-10-21  4:31 basavaraja_g at mindtree dot com
  2005-10-21  4:37 ` [Bug target/24466] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: basavaraja_g at mindtree dot com @ 2005-10-21  4:31 UTC (permalink / raw)
  To: gcc-bugs

Hello,

We are upgrading the gcc-2.95 of lynxos t0 2.95 in powerpc. we are facing some
complier errors.

this is the error we got


 NM_FOR_TARGET="nm" AWK="gawk" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes\  INCLUDES="-I. -I. -I../../gcc-3.2.2/gcc
-I../../gcc-3.2.2/gcc/. -I../../gcc-3\  CONFIG_H="config.h auto-host.h
../../gcc-3.2.2/gcc/../include/ansidecl.h ../.\  LIB1ASMSRC='' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
for d in libgcc thread libgcc/thread soft-float libgcc/soft-float altivec
libgc\  if [ -d $d ]; then true; else /bin/sh ../../gcc-3.2.2/gcc/mkinstalldirs
$d; f\done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/basav/renju/objdir/gcc/xgcc -B/basav/renju/objdir/gcc/
-B/usr/powerpc-lynx-lyno<command line>:1:12: warning: "system" re-asserted
..: In function `|}H"".|?....x..?xK??..??xH!?...':
..:4489792: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./_divdi3.o] Error 1
make[1]: *** [stmp-multilib] Error 2
make: *** [all-gcc] Error 2


regards,

Basavaraj


-- 
           Summary: uprgading of gcc
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: basavaraja_g at mindtree dot com
 GCC build triplet: powerpc
  GCC host triplet: Powerpc
GCC target triplet: powerpc


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


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

* [Bug target/24466] uprgading of gcc
  2005-10-21  4:31 [Bug c/24466] New: uprgading of gcc basavaraja_g at mindtree dot com
@ 2005-10-21  4:37 ` pinskia at gcc dot gnu dot org
  2005-10-21  4:51 ` basavaraja_g at mindtree dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-21  4:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-21 04:37 -------
So does this happen when you build gcc with "make boostrap" instead of "make
all".

Also please follow the instructions on the web site for installing gcc.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |WAITING
          Component|c                           |target
           Keywords|                            |build, ice-on-valid-code


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


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

* [Bug target/24466] uprgading of gcc
  2005-10-21  4:31 [Bug c/24466] New: uprgading of gcc basavaraja_g at mindtree dot com
  2005-10-21  4:37 ` [Bug target/24466] " pinskia at gcc dot gnu dot org
@ 2005-10-21  4:51 ` basavaraja_g at mindtree dot com
  2005-10-23 22:49 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: basavaraja_g at mindtree dot com @ 2005-10-21  4:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from basavaraja_g at mindtree dot com  2005-10-21 04:51 -------
(In reply to comment #1)
> So does this happen when you build gcc with "make boostrap" instead of "make
> all".
> 
> Also please follow the instructions on the web site for installing gcc.
> 

We have given the configuration as

../gcc-3.2.2/configure --prefix=/usr --build=powerpc-lynx-lynxos4.0
--host=powerpc-lynx-lynxos4.0 --with-gnu-as --with-gnu-ld


and we gave as make all-gcc 


-- 


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


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

* [Bug target/24466] uprgading of gcc
  2005-10-21  4:31 [Bug c/24466] New: uprgading of gcc basavaraja_g at mindtree dot com
  2005-10-21  4:37 ` [Bug target/24466] " pinskia at gcc dot gnu dot org
  2005-10-21  4:51 ` basavaraja_g at mindtree dot com
@ 2005-10-23 22:49 ` pinskia at gcc dot gnu dot org
  2005-11-28  5:26 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-23 22:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-10-23 22:49 -------
As I asked, what happens if you build using "make bootstrap" instead of just
doing "make all-gcc".  I am thinking the GCC version you already have install,
2.95 is creating wrong code which is what make bootstrap is there to cure.


-- 


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


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

* [Bug target/24466] uprgading of gcc
  2005-10-21  4:31 [Bug c/24466] New: uprgading of gcc basavaraja_g at mindtree dot com
                   ` (2 preceding siblings ...)
  2005-10-23 22:49 ` pinskia at gcc dot gnu dot org
@ 2005-11-28  5:26 ` pinskia at gcc dot gnu dot org
  2006-02-26 20:22 ` pinskia at gcc dot gnu dot org
  2006-02-27  3:30 ` basavaraja_g at mindtree dot com
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-28  5:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-11-28 05:26 -------
*** Bug 24563 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug target/24466] uprgading of gcc
  2005-10-21  4:31 [Bug c/24466] New: uprgading of gcc basavaraja_g at mindtree dot com
                   ` (3 preceding siblings ...)
  2005-11-28  5:26 ` pinskia at gcc dot gnu dot org
@ 2006-02-26 20:22 ` pinskia at gcc dot gnu dot org
  2006-02-27  3:30 ` basavaraja_g at mindtree dot com
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-26 20:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-02-26 20:04 -------
No feedback in three months.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug target/24466] uprgading of gcc
  2005-10-21  4:31 [Bug c/24466] New: uprgading of gcc basavaraja_g at mindtree dot com
                   ` (4 preceding siblings ...)
  2006-02-26 20:22 ` pinskia at gcc dot gnu dot org
@ 2006-02-27  3:30 ` basavaraja_g at mindtree dot com
  5 siblings, 0 replies; 7+ messages in thread
From: basavaraja_g at mindtree dot com @ 2006-02-27  3:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from basavaraja_g at mindtree dot com  2006-02-27 03:29 -------
Subject: RE:  uprgading of gcc

Sorry we are able to solve the problem.

Thanks for the help we got from gcc.org

Regards,
Basavaraj.G

-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Monday, February 27, 2006 1:34 AM
To: Basavaraja G.
Subject: [Bug target/24466] uprgading of gcc



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-02-26 20:04
-------
No feedback in three months.


-- 

pinskia at gcc dot gnu dot org changed:

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


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


------- Comment #7 from basavaraja_g at mindtree dot com  2006-02-27 03:29 -------
Created an attachment (id=10917)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10917&action=view)


-- 


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


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

end of thread, other threads:[~2006-02-27  3:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-21  4:31 [Bug c/24466] New: uprgading of gcc basavaraja_g at mindtree dot com
2005-10-21  4:37 ` [Bug target/24466] " pinskia at gcc dot gnu dot org
2005-10-21  4:51 ` basavaraja_g at mindtree dot com
2005-10-23 22:49 ` pinskia at gcc dot gnu dot org
2005-11-28  5:26 ` pinskia at gcc dot gnu dot org
2006-02-26 20:22 ` pinskia at gcc dot gnu dot org
2006-02-27  3:30 ` basavaraja_g at mindtree dot com

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