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

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

Re: [avr-gcc-list] AVRStudio and GNU C


From: E. Weddington
Subject: Re: [avr-gcc-list] AVRStudio and GNU C
Date: Fri, 02 May 2003 15:05:55 -0600

On 3 May 2003 at 6:54, Jack Valmadre wrote:

> Hi,
> I'm having trouble setting up AVRStudio (version 3.53) and GNU C. 
> I've been following the steps on
> http://www.itee.uq.edu.au/~comp1300/pracs/GNU_C_Tutorial/gcctute.htm. 
> I've done everything in the tutorial, but when I try to build, I get
> an error saying:
> 
> 'gcc_cmp.bat' is not recognized as an internal or external command,
> operable program or batch file.
> 
> However, I have gcc_cmp.bat and gcc_cmp2.bat in C:\WINDOWS\system.
> When I run gcc_cmp.bat I get:
> 
> -------- begin --------
> make.exe: *** No targets specified and no makefile found.  Stop.
> --------  end  --------
> 
> I've got the makefile and the targets set up.  And when I run
> gcc_cmp2.bat I get:
> 
> C:\WINDOWS\system>make.exe   1>c:\tmpout.txt 2>&1
> 
> What do I need to do?

You need to update your toolset.

Don't use the AVR Freaks distribution, its out-of-date. Use the 
WinAVR distribution: <http://sourceforge.net/projects/winavr>

When you install WinAVR, it contains a README.txt file that explains 
how to set up the toolset to use AVR Studio 3. But why use it?

It also comes with Programmers Notepad 2, and editor / IDE, which can 
call command-line tools and capture their output better than AVR 
Studio 3 can (you don't have to use gcc.bat and company).

WinAVR also contains a lot of other things. See its home page: 
<http://winavr.sourceforge.net/>

Eric


reply via email to

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