[Home]
[News]
[Package]
[Documentation]
[SRecord]
[Links]
|
WinAVRTM Package
The latest release is WinAVRTM 20050214 which currently contains
(amoung other things):
-
GNU Binutils 2.15
Binary utilities for AVR target (including assembler, linker, etc.)
-
GNU GCC 3.4.3
C language and C++ language compiler for AVR target. There are
caveats for using the C++ compiler. See the installed avr-libc
User Manual.
This will emit DWARF2 debug information given the correct compiler switch.
The generated ELF file should be able to be debugged with Atmel's beta
version of it's ELF/DWARF parser for AVR Studio (You need to install this
specifically, as of AVR Studio 4.09 Build 338 it is not built in). Many
thanks to Atmel and Torleif Sandnes of Atmel in their help in building this
feature, and to Jörg Wunsch for supplying a patch to help keep backwards
compatibility.
-
avr-libc 1.2.3
Standard C Library for the AVR for use with GCC.
- Added patch from Jörg Wunsch to fix a bug in pow(N,0).
- Added patch from Jörg Wunsch to add mega8 support to the demo.
-
avrdude 4.4.0 cvs (native Win32 app)
avrdude is an open source programmer software that is user extensible. You can add support
for new AVR processors and new programmer hardware through a configuration file and you
do not need to rebuild the software.
-
uisp 20050207
uisp is another open source programmer software package.
-
avrdude-gui 0.2.0
avrdude-gui is a GUI front end to the avrdude program.
WARNING: avrdude-gui is in an *alpha* stage and is included as a preview. Use
at your own risk!
-
GNU Debugger (GDB) 6.1
It's a command-line debugger.
-
Insight 6.1
GDB with a GUI.
-
avarice 2.3
avarice is a program for interfacing the Atmel JTAG ICE to GDB and users
can debug their AVR. Use it in conjunction with GDB.
-
simulavr 0.1.2.1
simulavr is used in conjunction with GDB to provide AVR simulation.
-
SRecord 1.21
SRecord is a collection of powerful tools for manipulating EPROM load files.
It reads and writes numerous EPROM file formats, and can perform many
different manipulations.
-
MFile
An automatic makefile generator for AVR GCC.
-
Programmers Notepad 2.0.5.32
Programming editor and IDE. This editor includes the Scintilla editor component.
-
Many native Win32 GNU programs and utilities including make and bash.
-
Documentation in many formats for the various projects.
-
Makefile Template that you can copy and modify for your projects.
|