This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11255] New: one-pass cross-compile failure
- From: "bryceman at dpzone dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2003 18:49:42 -0000
- Subject: [Bug c/11255] New: one-pass cross-compile failure
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11255
Summary: one-pass cross-compile failure
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: bryceman@dpzone.com
CC: gcc-bugs@gcc.gnu.org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: arm-unknown-elf
I basically followed the directions of
http://www.sthoward.com/CrossGCC/FAQ-4.html#ss4.2 and failed to build on latest
cygwin successfully using:
binutils-2.14
gcc-3.3-core
newlib-1.11.0
The procedure I used is as follows:
copy newlib-1.11.0/* to /usr/local/src/gcc-combined/
copy gcc-3.3-core/* to /usr/local/src/gcc-combined/, overwriting all dupes
copy binutils-2.14/* to /usr/local/src/gcc-combined/, overwriting all dupes
$ cd /usr/local/src
$ mkdir build-arm-elf-gcc-combined
$ cd build-arm-elf-gcc-combined
$ ../combined/configure --target=arm-elf --prefix=/usr/local
--enable-languages=c --with-newlib --with-local-prefix=/usr/local/arm-elf 2>&1 |
tee configure.log
$ make all info install install-info 2>&1 | tee make.log