This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Has anyone built binutils as as a cross suite


I built am trying to build gcc as a cross compiler. In the middle of
building the bootstrap portion, the cross assembler is called and
seg faults. The targets that I can duplicate this problem with are:
powerpc-motorola-elf and arm-elf


---- binutils build commands (binutils-20021117-1 from cygwin distribution ) ---

cd /htc/GNUSource/cross-compile/build-binutils-powerpc-motorola-elf
../binutils-20021117-1/configure --prefix=/usr/local/deos-compilers/powerpc --target=powerpc-motorola-elf --host=i686-p
-cygwin --build=i686-pc-cygwin --with-included-gettext
make
make install

---- command line (binutils-20021117-1 from cygwin distribution ) ----

$ /usr/local/deos-compilers/powerpc/bin/powerpc-motorola-elf-as
Segmentation fault (core dumped)

/usr/local/deos-compilers/powerpc/bin/powerpc-motorola-elf-as -mppc -V -Qy -mrelocatable-lib -o libgcc/./_muldi3.o libgcc2.s
xgcc: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.


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