delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4DE83023.7070705@users.sourceforge.net> |
Date: | Fri, 03 Jun 2011 08:51:47 +0800 |
From: | JonY <jon_y AT users DOT sourceforge DOT net> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Build Errors building MIPS-ELF-GCC |
References: | <31761538 DOT post AT talk DOT nabble DOT com> |
In-Reply-To: | <31761538.post@talk.nabble.com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
--------------enig29AB65650C8E59F8493D5C00 Content-Type: multipart/mixed; boundary="------------090002000400060703080508" This is a multi-part message in MIME format. --------------090002000400060703080508 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 6/3/2011 06:32, sweinberger wrote: >=20 > Hi, >=20 > I am attempting to build the mips-elf gcc tool chain. >=20 > I already have binutils built, so no issues there. >=20 > The steps call for: >=20 > 1. download GCC (e.g. > ftp://ftp.gnu.org/gnu/gcc/gcc-3.4.6/gcc-3.4.6.tar.bz2). I downloaded the > latest version 4.6.0 rather than 3.4.6, so maybe that is the problem. >=20 > 2. extract, which I did to C:\cygwin\usr\local\gcc-4.6.0 >=20 > 3. makdir /usr/local/build-mips-elf-gcc >=20 > 4. cd /usr/local/build-mips-elf-gcc >=20 > 5. /usr/local/gcc-4.6.0/configure --target=3Dmips-elf --disable-nls > --with-stabs --disable-install-libiberty --disable-install-libbfd > --disable-dependency-tracking --enable-64-bit-bfd --enable-languages=3Dc > --with-gnu-as --with-gnu-ld --disable-libssp --disable-libiberty >=20 > 6. make >=20 > I receive the following error: >=20 > config.status: creating Makefile > config.status: creating mkheaders.almost > config.status: creating config.h > make[2]: Entering directory `/usr/local/build-mips-elf-gcc/fixincludes' > gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute > -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. > -I/usr/local/gcc-4.6.0/fixincludes -I../include - > I/usr/local/gcc-4.6.0/fixincludes/../include > /usr/local/gcc-4.6.0/fixincludes/fixincl.c > gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute > -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. > -I/usr/local/gcc-4.6.0/fixincludes -I../include - > I/usr/local/gcc-4.6.0/fixincludes/../include > /usr/local/gcc-4.6.0/fixincludes/fixtests.c > gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute > -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. > -I/usr/local/gcc-4.6.0/fixincludes -I../include - > I/usr/local/gcc-4.6.0/fixincludes/../include > /usr/local/gcc-4.6.0/fixincludes/fixfixes.c > gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute > -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. > -I/usr/local/gcc-4.6.0/fixincludes -I../include - > I/usr/local/gcc-4.6.0/fixincludes/../include > /usr/local/gcc-4.6.0/fixincludes/server.c > gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute > -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. > -I/usr/local/gcc-4.6.0/fixincludes -I../include - > I/usr/local/gcc-4.6.0/fixincludes/../include > /usr/local/gcc-4.6.0/fixincludes/procopen.c > gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute > -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. > -I/usr/local/gcc-4.6.0/fixincludes -I../include - > I/usr/local/gcc-4.6.0/fixincludes/../include > /usr/local/gcc-4.6.0/fixincludes/fixlib.c > gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute > -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. > -I/usr/local/gcc-4.6.0/fixincludes -I../include - > I/usr/local/gcc-4.6.0/fixincludes/../include > /usr/local/gcc-4.6.0/fixincludes/fixopts.c > make[2]: *** No rule to make target `../libiberty/libiberty.a', needed by > `full-stamp'. Stop. > make[2]: Leaving directory `/usr/local/build-mips-elf-gcc/fixincludes' > make[1]: *** [all-fixincludes] Error 2 > make[1]: Leaving directory `/usr/local/build-mips-elf-gcc' > make: *** [all] Error 2 >=20 > I included disable-install-libiberty, so should not gcc build? >=20 > How to fix the error? >=20 > Thanks in advance, >=20 > Sarah You disabled it with --disable-libiberty, gcc depends on it. This is not a Cygwin issue, use the gcc-help mailing list instead. --------------090002000400060703080508 Content-Type: application/pgp-keys; name="0xED74C077.asc" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0xED74C077.asc" -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v2.0.17 (MingW32) mQGiBEoX6mARBACDkWLtpoOo/ZGtzDJBx1Q7+/np5ILeJJVwsXsBmBnqslmzfOMA G8u1AqjBgGaY5PFlTHF4hXKfq1Y9c5EDJYLIG0Et9EE7CpOBpGqAL9HrrudErCyZ Gc4/iJuvIhWldhsNmpsuXch69fsM3Vh2OstGhO90WQGkZ5drmOZEowxSBwCglPps Cfte3WYQa1tmhnQOSR2cYbMD/Ri4mqOn21Y2X2V3/3HE0Lk6f6a9Azp4BiD5+dJv 3d5vvYEf2/oPlY8Q0xx2Mp1bULRdN1HKIVLtqrRzAdOtE4m31W2xQEIbFYk9ij7x YDBoOGam3iQ/nz9X/pka7fWIr/pdyIOZmx9a+hc2jehdOUfQNX4o0j+eMJ1DVRXQ TeJLA/4v3fhLb7HYI6hv0h0RZKRzWxnqQs9JtOWvvgC/lg/A4M3+MLkZ5NBrGiJI Eu889x+um9FNuuttO0m4G+ADt9r8oWlUrX7pMq+Z5f9stl9tITSmV07CGQeb/dse X3R/pZmxj0bQP8UJ4XEdgAs7sFNuG43eTGO6fJqvOVn5EIvPhbQjam9uX3kgPGpv bl95QHVzZXJzLnNvdXJjZWZvcmdlLm5ldD6IYAQTEQIAIAUCShfqYAIbAwYLCQgH AwIEFQIIAwQWAgMBAh4BAheAAAoJEKeegCntdMB3q4MAn3r9hhW6BHQOqkDzd7hS G4qCzVvzAJ9auqMimmrdJznw9WadoZRoup1iZrkCDQRKF+pgEAgAykLcD/2U6vck 4l+E6Uyv4S7UuqXG/+KWz7CLZo4Pez/7k+32HLKwMvmlwoLc9YOM9LaPGjOR4xPN eVH6kFkd+p0DXy5bSEpbO/ZXFGSA+PwJD/uITIu2kKv4tNh1YwaIgdnxUxaw6dVv fvmG45hNGetZBVARrT3G7XT9MAEDjaEuXJVwJbD16bjKw88sK2s/DNVFGsnYcrUL EM2dtCMtCrV6c0jLWe5oatfrYwT5HX0nA57Xnnwz4Ipe0vUSnl/wrbwhqQCnYLlm apVu+P9DBvBRZ0YzgsIJNu5QKJE2aeoRDMP5gdm+YlIhG3PEaKGXPGuNXqwrnICR Up63C6Ss6wADBgf/XMg955hahDrjDZ2aZuf2IxkafCZk1HIxl1UcilJ8dOgSeBmC /h1Uqxbe0ibzsgg2n/r+oMvU510vnvhcCAUdRiWYBluN7VPzKGo9megwhZpnGXcI 7WweogiwdFxwP5mqqTYpmL1Qc6NdRewE3VAEoOO2fQkJicAoO2zfhEtx1JL1DTwY Y1TDOriihOs2FX1zPUn8T0hSTPQwGP108ZNOSYeE3zSNko0uOMHwmn4A6R5ZQW9k GX+EiTOm9zBqMhZgHHeFkme/rPXHagh/MG8PiIWVBYucUWDe5DUb6TV4r7dKLZFS 0o0uWSMHo1hQeyBuGXJPpRZERMoDXcUVMnAd0YhJBBgRAgAJBQJKF+pgAhsMAAoJ EKeegCntdMB3OQYAnjvSniU2qAHp4dkKZCOl1xLgKy9nAJ9JXl+cxyjgsuPaVU1q O0yvIxAf/Q=3D=3D =3Da1qp -----END PGP PUBLIC KEY BLOCK----- --------------090002000400060703080508-- --------------enig29AB65650C8E59F8493D5C00 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) iEYEARECAAYFAk3oMDMACgkQp56AKe10wHf8ZgCeORvty0CRV5H16fAZhSET7Xiz Aj4AnRLRJOZhrVmI+sVqLtnHQsBMnOHt =ubSK -----END PGP SIGNATURE----- --------------enig29AB65650C8E59F8493D5C00--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |