public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: Problems with arm-elf installation for cygwin
@ 2000-12-12  2:05 David Korn
  0 siblings, 0 replies; 2+ messages in thread
From: David Korn @ 2000-12-12  2:05 UTC (permalink / raw)
  To: 'Elwyn Campbell', 'gcc-help@gcc.gnu.org'

>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
**********************************************************************

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Problems with arm-elf installation for cygwin
@ 2000-12-11 22:33 Elwyn Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Elwyn Campbell @ 2000-12-11 22:33 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1029 bytes --]

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.
 
I've followed the 
instructions at
http://www.objsw.com/CrossGCC/FAQ-4.html
and have got to the 
point if installing gcc, after configuring it using
 
/src/gcc/gcc-2.95.2/configure --target=arm-elf 
--prefix=usr/local/arm -v
 
and 
then
 
make all install 

 
at which point the 
installation is started, with the installation being aborted with the 
messages:
 
/tmp/build/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.
 
Are there any 
suggestions of how to fix this?
 
Thanks in 
advance
 
Elwyn 
Campbell.
 
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-12  2:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-12  2:05 Problems with arm-elf installation for cygwin David Korn
  -- strict thread matches above, loose matches on Subject: below --
2000-12-11 22:33 Elwyn Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).