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

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

Re: [avr-gcc-list] error when i compile with WinAVR 20021209 ???


From: Panther Electronics
Subject: Re: [avr-gcc-list] error when i compile with WinAVR 20021209 ???
Date: Tue, 7 Jan 2003 13:58:13 +0530

Hi,

I also faced the problem,

Its because of Bitware or some other software editing the autoexec.bat file

check for this is autoexec.bat

call C:\WINDOWS\SYSTEM\_nw_nds2.bat C:\WINDOWS\SYSTEM
@E:\PROGRA~1\NORTON~1\NAVDX.EXE /Startup

REM PATH E:\BITWARE\;%PATH%;C:\winavr\bin;C:\winavr\utils\bin;  This one 
created the problem
PATH %PATH%;C:\winavr\bin;C:\winavr\utils\bin;E:\BITWARE\

Srikanth Kamath T



On Mon, 06 Jan 2003 09:30:02 -0700, E. Weddington wrote:
On 6 Jan 2003 at 16:30, grega wrote:

> hy,
>
> when i try to compile any project with WinAVR 20021209
> i get following error
> ... what's wrong ???
>
> thx, grega
>
> ####################################################
>
> "-------- begin --------"
> avr-gcc --version
> process_begin: CreateProcess((null), avr-gcc --version, ...) failed.
> make (e=2): The system cannot find the file specified. make: ***
> [gccversion] Error 2
>
> ####################################################
>

1. Did you include the 2 WinAVR directories in the PATH statement (as
specified in the README.txt file)?
2. If so, then try placing the directories at the BEGINNING of the
PATH statement.
3. For my knowledge, what OS are you using?

Eric
avr-gcc-list at http://avr1.org


avr-gcc-list at http://avr1.org



reply via email to

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