Any success using MSYS?
Steve
steved94 at attbi.com
Sat Dec 21 03:59:34 UTC 2002
Has anyone had any success building gcc-3.2.1 under W2k using MinGW & MSYS?
Binutils-2.13.1 with no problems using:
configure --verbose --target=i586-rtems --prefix=/gcc-i586-rtems --with-gnu-
as --with-gnu-ld
But when I try to build gcc using
configure --verbose --target=i586-rtems --prefix=/gcc-i586-rtems --with-gnu-
as --with-gnu-ld --with-newlib
Configure does ok, but then when I try:\
make cross
I get:
$ make cross
make[1]: Entering directory `/home/RtemsBuild/build/gcc/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../source/gcc-3.2.1/libiberty/../i
nc lude -W -Wall -Wtraditional -pedantic
../../../source/gcc-3.2.1/libiberty/rege x.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../source/gcc-3.2.1/libiberty/../i
nclu de -W -Wall -Wtraditional -pedantic
../../../source/gcc-3.2.1/libiberty/regex.c
0 [main] sh 3412 open_stackdumpfile: Dumping stack trace to
sh.exe.stackdu mp
make[1]: *** [regex.o] Segmentation fault (core dumped)
make[1]: Leaving directory `/home/RtemsBuild/build/gcc/libiberty'
make: *** [all-libiberty] Error 2
Im on W2k and I'd like to give GNAT/RTEMS a shot.
Steve
(The Duck)
More information about the users
mailing list