Path to this page:
./
wip/simulavr-git,
Simulator for Atmel AVR microcontrollers
Branch: CURRENT,
Version: 1.0.0nb20240919,
Package name: simulavr-1.0.0nb20240919,
Maintainer: pkgsrc-usersThe 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] [
wip/avr-gcc] [
lang/python37]
Required to build:[
devel/doxygen] [
devel/swig] [
wip/avr-libc] [
devel/git-base] [
pkgtools/cwrappers]
Master sites:
RMD160: 0e9eb32f398943449b564e919765348c32f4c600
Filesize: 989.271 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: simulavr-1.0.0nb20240919
- (2024-09-15) Package deleted from pkgsrc
- (2023-06-24) Updated to version: simulavr-1.0.0nb20230624
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: simulavr-1.0.0nb20230213
CVS history: (Expand)
2014-06-18 04:21:52 by Makoto Fujiwara | Files touched by this commit (8) |
Log message:
(Makefile)
- Add post-install: target. Files under examples/python weren't installed
as a default.
- Add disabled (with ## ) lines for SUBST. Those are trace of trial
to add *.elf in example to be installed. (See TODO for the note).
- use wip/avr-gcc (4.8.3 to be committed later)
(PLIST)
+include/simulavr/*.hpp
-share/doc/simulavr/examples/python/*.elf
(patches deleted)
- patch-bootstrap
patch-src_Makefile.am
patch-Makefile.am
(patch-configure.ac)
- Drop the chunk for automake related 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-10-14 16:29:49 by Makoto Fujiwara | Files touched by this commit (5) |
Log message:
(Before) config.status: error: cannot find input file: `src/Makefile.in'
(Now) Makefile:544: /src/.deps/gtest-death-test.Po: No such file or directory
Makefile
- Add tweak for 'Deleting option not to get -o output only asks for single arg.'
As SUBST_CLASSES+= build-dir
patches/patch-bootstrap
- Add comment
patches/patch-configure.ac
- To resolve problem listed above as (Before), add 'doc' in subdir list.
-AM_EXTRA_RECURSIVE_TARGETS([src])
+AM_EXTRA_RECURSIVE_TARGETS([src doc])
|
2013-09-20 08:57:02 by Makoto Fujiwara | Files touched by this commit (7) |
Log message:
automake-1.14 problem (no src/Makefile.in) passed. Interim fix.
|
2013-09-12 16:47:23 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(1) {emulators,wip}/simulavr now packages fine.
Follow (sync) how-it-has-good shape. (Makefile)
-- meaning that not to have
-#.include "../../wip/avr-libc/buildlink3.mk"
but
+BUILD_DEPENDS+= avr-libc-[0-9]*:../../wip/avr-libc
(2) Sort Makefile as similar as doc/Makefile-example
(3) Add one item on TODO
automake-1.14 has a problem to package, while 1.11 was OK.
config.status: creating Makefile
config.status: error: cannot find input file: `src/Makefile.in'
|
2013-08-08 07:41:39 by Makoto Fujiwara | Files touched by this commit (8) |
Log message:
Import simulavr-1.0.0nb20130808 as wip/simulavr-git.
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
|