Bug 24466 - uprgading of gcc
Summary: uprgading of gcc
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 3.2.2
: P1 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: build, ice-on-valid-code
: 24563 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-21 04:31 UTC by basavaraj
Modified: 2006-02-26 20:04 UTC (History)
1 user (show)

See Also:
Host: Powerpc
Target: powerpc
Build: powerpc
Known to work:
Known to fail:
Last reconfirmed:


Attachments
disclaimer.txt (407 bytes, text/plain)
2006-02-27 03:29 UTC, basavaraj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description basavaraj 2005-10-21 04:31:13 UTC
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
Comment 1 Andrew Pinski 2005-10-21 04:37:52 UTC
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.
Comment 2 basavaraj 2005-10-21 04:51:14 UTC
(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 



Comment 3 Andrew Pinski 2005-10-23 22:49:50 UTC
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.
Comment 4 Andrew Pinski 2005-11-28 05:26:02 UTC
*** Bug 24563 has been marked as a duplicate of this bug. ***
Comment 5 Andrew Pinski 2006-02-26 20:04:08 UTC
No feedback in three months.
Comment 6 basavaraj 2006-02-27 03:29:19 UTC
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 basavaraj 2006-02-27 03:29:19 UTC
Created attachment 10917 [details]
disclaimer.txt