NOTICE: This package has been removed from pkgsrc

./wip/simulavr, Simulator for Atmel AVR microcontrollers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.0nb1, Package name: simulavr-1.0.0nb1, Maintainer: pkgsrc-users

The Simulavr program is a simulator for the Atmel AVR family of
microcontrollers. Simulavr can be used either standalone or as a
remote target for gdb. When used in gdbserver mode, the simulator
is used as a backend so that gdb can be used as a source level
debugger for AVR programs.

Simulavr was written by Theodore A. Roth


Required to run:
[lang/tcl] [cross/avr-binutils] [lang/python27] [wip/avr-gcc]

Required to build:
[devel/doxygen] [devel/swig] [pkgtools/cwrappers]

Master sites:

SHA1: e7cacc74be974793bd9c18330ec8d128fbd17d42
RMD160: 0e9eb32f398943449b564e919765348c32f4c600
Filesize: 989.271 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-10 21:28:38 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix PKGREVISION.

   2014-07-05 15:30:15 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Replace COMMIT_MSG, the previos one is for 0.1.2 -> 1.0.0
Now for 1.0.0 to 1.0.0nb1
   2014-07-05 14:51:31 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
sync (emulators/simulavr) Makefile change:
  revision 1.23
  date: 2014/06/13 03:41:46;  author: dsainty;  state: Exp;  lines: +3 -1
  If TeX is installed it is used to build a PDF.  Since we don't install the
  PDF, there's no point in building it, so disable TeX auto-detection.
   2014-07-05 14:43:56 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(from pkgsrc/emulators/simulavr)
  revision 1.20
  date: 2013/11/29 12:57:28;  author: joerg;  state: Exp;  lines: +3 -1
  Racy build.
   2014-06-20 16:33:28 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Add patch to resolve following error
  StdDefs.c: In function 'putstr':
  StdDefs.c:120:4: warning: pointer targets in passing argument 1 of 'strlen' \ 
differ in signedness [-Wpointer-sign]
      for (j = 0; j <= strlen(s); j++)
          ^
   2014-06-20 15:00:38 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Resolve (or adjust to avr-gcc-4.8.3) libiberty.a not found problem.

   2014-02-22 09:25:04 by OBATA Akio | Files touched by this commit (3)
Log message:
itcl is in tcl 8.6 and later.
   2013-09-15 18:45:17 by Makoto Fujiwara | Files touched by this commit (5)
Log message:
clang flags as resize unresolved reference,
backport from git repository (as of 2013-09-15).