WinAVRTM

[Home]

[News]

[Package]

[Documentation]

[SRecord]

[Links]

WinAVRTM Package

The latest release is WinAVRTM 20050214 which currently contains (amoung other things):

  1. GNU Binutils 2.15
    Binary utilities for AVR target (including assembler, linker, etc.)
  2. 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.
  3. 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.
  4. 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.
  5. uisp 20050207
    uisp is another open source programmer software package.
  6. 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!
  7. GNU Debugger (GDB) 6.1
    It's a command-line debugger.
  8. Insight 6.1
    GDB with a GUI.
  9. 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.
  10. simulavr 0.1.2.1
    simulavr is used in conjunction with GDB to provide AVR simulation.
  11. 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.
  12. MFile
    An automatic makefile generator for AVR GCC.
  13. Programmers Notepad 2.0.5.32
    Programming editor and IDE. This editor includes the Scintilla editor component.
  14. Many native Win32 GNU programs and utilities including make and bash.
  15. Documentation in many formats for the various projects.
  16. Makefile Template that you can copy and modify for your projects.


SourceForge.net Logo