avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] WinAVR Troubles


From: E. Weddington
Subject: Re: [avr-gcc-list] WinAVR Troubles
Date: Thu, 15 Apr 2004 21:30:05 -0600

On 16 Apr 2004 at 10:25, Jack Valmadre wrote:

> Hi,
> I've just downloaded the new version of WinAVR (20040404) and I can no
> longer build a basic program. When I try to run make.exe, I get:
> 
> > "make.exe" all
> 
> -------- begin --------
> process_begin: CreateProcess((null), avr-gcc --version, ...) failed.
> make (e=2): The system cannot find the file specified.
> 
> make.exe: *** [gccversion] Error 2
> 
> > Process Exit Code: 2
> 
> Does anyone know how to fix this?
> 
> I've attached my makefile and C source file (basic_io.c).
> 

This has nothing to do with your makefile or you C source code.  The error: 
"The system 
cannot find the file specified" has to do with not being able to find the 
make.exe program.

What does your PATH environment variable contain? Does it have the two WinAVR 
directories 
that contain executables?

You can also check this by opening up a command-line windows and typing:
make --version
and see if it finds the program and displays the version string.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]