This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC Installation
- From: Mike Stump <mrs at apple dot com>
- To: Mini_Thyagarajan at hill-rom dot com
- Cc: gcc at gnu dot org
- Date: Fri, 11 Oct 2002 10:35:06 -0700
- Subject: Re: GCC Installation
Please see the www.cygwin.com site. I suspect you'll get a faster
answer asking on the cygwin mailing list.
On Friday, October 11, 2002, at 08:11 AM, Mini_Thyagarajan@hill-rom.com
wrote:
I recently installed gcc in my machine. I've got all the exe's
and
cygwin.dll in the folder D:\program
files\gnu\arm\arm-unknownn-elf\bin. I
wrote a Hello.c program which resides in the same directory. When I
tried
to compile the program using 'gcc hello.c' command, I got the following
error.
gcc: Installation problem, cannot exec "cpp0": no such file or
directory.
I couldn't figure that out. What does that mean? What is the
solution?