This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

[Bug ada/14626] make gnatlib_and_tools problem on cross compiler (formerly: Compile fails at stage2)


------- Additional Comments From ehicks at binarymagi dot com  2004-03-19 20:12 -------
Nope - foiled again.  My configure line is:

export PATH=/root/build/gnatgcc3-64bit/bin:$PATH
cd ../gcc/ada
touch treeprs.ads [es]info.h nmake.ad[bs]
cd ../../gcc-build
../configure \
--enable-languages=all \
--disable-nls \
--with-gnu-ld --with-gnu-as \
--with-ld=/usr/local/bin/ld --with-as=/usr/local/bin/as \
sparcv9-sun-solaris2

I then attempt to bootstrap the compiler and it crashes with this:

make[3]: Leaving directory `/root/build/gcc-3.3.3/gcc-build/gcc'
echo timestamp > stmp-multilib
ada/doctools/xgnatug 
wnt ../../gcc/ada/gnat_ug.texi ../../gcc/ada/ug_words ../../gcc/ada/gnat_ug_wnt
.texi

raised PROGRAM_ERROR : SIGBUS
make[2]: *** [../../gcc/ada/gnat_ug_wnt.texi] Error 1
make[2]: Leaving directory `/root/build/gcc-3.3.3/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/root/build/gcc-3.3.3/gcc-build/gcc'
make: *** [bootstrap] Error 2
[root@lurch gcc-build]# 

Is this the error that Eric mentioned above?  Is there any way around it?  
Sorry to create such a long bug report; however, I've been searching the net 
each time before reporting a new problem and haven't been able to find much of 
anything.

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


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


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