delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:message-id:date:from:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
q=dns; s=default; b=TdHAi/9BAgl7y26Ku3h3d2sonbOBvFSrXU7f/Dzo4G1 | |
k9ljboA646HOLEZKjozylxQuYTL7IPeqwcX5Etso4S7+S+zYXNuE5Qe6GDCB0Dfb | |
l/6Bh9VBeXcFCJ2wfDkW3AD66i202QRTUmWlEh4+xHvGQYoSIdbBzW3lMEj4sIUU | |
= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:message-id:date:from:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
s=default; bh=OC6C96BjlVWe6yp9v4sZvdFcUTA=; b=Ff1mwtjPWkZKX/BUM | |
IugLHwrqSrES5TYDdtgF8s1QfWP1eV5fIC4WkU8jc0qKf4b7tGVFoGC69d54rPta | |
dtdr918ZM1Exwg5US9eeQn/g2z3MmLG6z6zXc7B7kwB3lgAX6duB1zbMumlK0SWj | |
MG/XzxADG2yV1sohXTvXG1V0hw= | |
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 |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=2.6 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 |
X-HELO: | mail-wg0-f45.google.com |
X-Received: | by 10.180.11.169 with SMTP id r9mr7475656wib.26.1385739634258; Fri, 29 Nov 2013 07:40:34 -0800 (PST) |
Message-ID: | <5298B56F.1020605@gmail.com> |
Date: | Fri, 29 Nov 2013 23:40:31 +0800 |
From: | Frew Cen <frewcen AT gmail DOT com> |
User-Agent: | Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Binutils 2.23.51 compilation problem |
References: | <5298B4A5 DOT 8070100 AT gmail DOT com> |
In-Reply-To: | <5298B4A5.8070100@gmail.com> |
X-Forwarded-Message-Id: | <5298B4A5 DOT 8070100 AT gmail DOT com> |
Hello. I'm trying to compile and install binutils+GCC for my machine. I have compiled lastest binutils sources without getting any error, but installation seems to have some problems with gas documentation. The output of the installation is very large and some of the warnings are repeating (they just occur on different lines). It looks like the problem is caused by 'as.info' file, and I guess I'm using old version of some tool for '.texi' files. I don't know what to do now. Do you have any idea what can I do for running the installation successfully? Regards --- make[2]: Leaving directory '/src/binutils-2.23.51-1/build/etc' make[2]: Entering directory '/src/binutils-2.23.51-1/build/gas' Making install in doc make[3]: Entering directory '/src/binutils-2.23.51-1/build/gas/doc' make[4]: Entering directory '/src/binutils-2.23.51-1/build/gas/doc' make[4]: Nothing to be done for 'install-exec-am'. ../../../gas/doc/c-arc.texi:223: command @bullet not accepting argument in brace should not be on @table line ../../../gas/doc/c-arm.texi:393: command @bullet not accepting argument in brace should not be on @table line ../../../gas/doc/c-arm.texi:394: warning: @item missing argument ... ../../../gas/doc/c-cr16.texi:65: warning: @item missing argument ../../../gas/doc/c-tic54x.texi:113: @code expected brace ... ../../../gas/doc/c-i386.texi:979: warning: node prev `i386-Bugs' in menu `i386-Arch' and in sectioning `i386-16bit' differ ... ../../../gas/doc/c-xtensa.texi:9: warning: node `Z80-Dependent' is next for `Xtensa-Dependent' in menu but not in sectioning Makefile:397: recipe for target 'as.info' failed make[4]: *** [as.info] Error 1 make[4]: Leaving directory '/src/binutils-2.23.51-1/build/gas/doc' Makefile:592: recipe for target 'install-am' failed make[3]: *** [install-am] Error 2 make[3]: Leaving directory '/src/binutils-2.23.51-1/build/gas/doc' Makefile:2182: recipe for target 'install-recursive' failed make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory '/src/binutils-2.23.51-1/build/gas' Makefile:4761: recipe for target 'install-gas' failed make[1]: *** [install-gas] Error 2 make[1]: Leaving directory '/src/binutils-2.23.51-1/build' Makefile:2141: recipe for target 'install' failed make: *** [install] Error 2 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |