This is the mail archive of the gcc-help@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]

RE: Problems with arm-elf installation for cygwin



>I'm having problems with installing the gcc cross-compiler under the latest
>version of Cygwin. I have downloaded the latest versions of binutils, gcc
>and newlib.

 ...[snip!]... 
 
>.../gcc/texinfo/makeinfo/makeinfo -I/src/gcc/gcc-2.95.2/gcc -o cpp.info
>/src/gcc/gcc-2.95.2/gcc/cpp.texi
./src/gcc/gcc-2.95.2/gcc/cpp.texi: no such file or directory
>make[1]: *** [cpp.info] Error 2
>make[1]: Leaving directory '/tmp/build/gcc/gcc'
>make: *** [all-gcc] Error 2
>
>I have checked and the file cpp.texi exits and is in the correct directory.

  Yeah. Cygwin does something different when it comes to texinfo, I don't
quite know what. Assuming you've got all the documentation you need already,
the quickest way to get round this problem and carry on compiling is to

  touch gcc.info; touch cpp.info

...works for me, anyway. (Beware; when it comes to installation this will
of course overwrite any installed gcc.info or cpp.info with blank files, so
if you already have working copies of those files, you might want to save
them somewhere.)

        DaveK
--
The Boulder Pledge: "Under no circumstances will I ever purchase anything
offered to me as the result of an unsolicited email message. Nor will I
forward chain letters, petitions, mass mailings, or virus warnings to large
numbers of others. This is my contribution to the survival of the online
community." 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

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