This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc stage2 crash


Greetings!

I am experiencing a strange problem.  After repeatedly failing to build a
3.0.X crosscompiler with gcc 2.95.3, I've decided to upgrade my native
compiler first.  Strangely enough, building native compiler failed for the
same reason as building the crosscompiler.

The error is:

stage2/xgcc.exe -Bstage2/ -B/usr/i686-pc-cygwin/bin/ -c  -DIN_GCC    -g -O2 
-W -
Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional 
-ped
antic -Wno-long-long  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"/usr/i686-pc-cy
gwin
\" -I. -I. -I. -I./. -I./config -I./../include ssa.c -o ssa.o
      0 [main] as 968 open_stackdumpfile: Dumping stack trace to
as.exe.stackdum
p
xgcc.exe: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [ssa.o] Error 1
make[2]: Leaving directory `/cygdrive/d/gcc_build/srcdir/gcc-3.0.4/gcc'

all I did, I tried to build a native compiler by:

 ./configure --prefix=/usr --enable-threads=win32        #(I am using
cygwin)
make bootstrap

All I can think of is that my environment is somehow messed up, but I can't
figure out what's wrong.

Any ideas?


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]