[Simulavr-devel] [patch #3763] Python support (in addition to TCL; simulavrxx)

2005-10-10 Thread anonymous
Follow-up Comment #5, patch #3763 (project simulavr): Attached patch is only a partial fix. I ran out of time/interest. things I broke - the USE_SWIG should somehow encapsulate the added configure.ac I didn't work out the python/tcl library naming scheme. Using .la should eliminate liberty.a

[Simulavr-devel] [bug #23108] patch to include support for ATtiny11 and ATtiny12

2008-04-30 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?23108 Summary: patch to include support for ATtiny11 and ATtiny12 Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Tuesday 04/29/2008 at 20:23 UTC Category: None

[Simulavr-devel] [bug #25939] src/simulavr: option '--gdbserver' requires an argument

2009-03-20 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?25939 Summary: src/simulavr: option '--gdbserver' requires an argument Project: Simulavr: an AVR simulator Submitted by: None Submitted on: ven 20 mar 2009 11:57:57 UTC Category:

[Simulavr-devel] [sr #106796] ./configure does not generate working makefiles

2009-06-01 Thread anonymous
URL: http://savannah.nongnu.org/support/?106796 Summary: ./configure does not generate working makefiles Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Tue 02 Jun 2009 02:16:08 AM UTC Category: bugs

[Simulavr-devel] [sr #106796] ./configure does not generate working makefiles

2009-06-01 Thread anonymous
Follow-up Comment #1, sr #106796 (project simulavr): I spoke to soon,... another bug,... checkdebug.py is missing from the examples/anacomp directory. ___ Reply to this item at: http://savannah.nongnu.org/support/?106796

[Simulavr-devel] [sr #106796] ./configure does not generate working makefiles

2010-03-23 Thread anonymous
Follow-up Comment #3, sr #106796 (project simulavr): Well no - after all I posted the bug 6 months ago,.. I would hope it might have been fixed in the developer code base sometime in the last 6 months. ___ Reply to this item at:

[Simulavr-devel] [bug #32592] simulavr trace get stuck while printing branching instructions

2011-02-24 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?32592 Summary: simulavr trace get stuck while printing branching instructions Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Fri 25 Feb 2011 02:01:26 AM UTC

[Simulavr-devel] [bug #34270] current master does no build

2011-11-19 Thread anonymous
Follow-up Comment #7, bug #34270 (project simulavr): SWIG does generate code from python/pysimulavr.i. There hwstack.h is included. I do not know if that should happen or not. But you can make SWIG not to generate a setter function by adding %immutable HWStack::m_ThreadList before the %include.

[Simulavr-devel] [bug #35195] ICALL simulation: wrong cycles

2011-12-30 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?35195 Summary: ICALL simulation: wrong cycles Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Fr 30 Dez 2011 09:12:24 UTC Category: Simulation

[Simulavr-devel] [bug #35426] Build problem: configure failed

2012-02-01 Thread anonymous
Follow-up Comment #2, bug #35426 (project simulavr): LT_INIT and LT_PREREQ are only available in libtool 2.2 or higher Which version of libtool is on your system? run: $ libtool --version to find out. You might need to upgrade to libtool 2.2 or newer.

[Simulavr-devel] [bug #35426] Build problem: configure failed

2012-02-01 Thread anonymous
Follow-up Comment #3, bug #35426 (project simulavr): 1.5, so that'll be the problem. Might be worth documenting the version dependency. :) ___ Reply to this item at: http://savannah.nongnu.org/bugs/?35426

[Simulavr-devel] [bug #35594] Build fails with swig 2.0.4

2012-02-22 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?35594 Summary: Build fails with swig 2.0.4 Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Thu 23 Feb 2012 04:23:21 AM UTC Category: Configure

[Simulavr-devel] [bug #35737] new awr-gcc is picky about depreciated constants

2012-03-12 Thread anonymous
Follow-up Comment #2, bug #35737 (project simulavr): Hi, I decided to add some small comments to my previous post. Most of the changes, that I do, are self-explanatory. You will get an error: attempt to use poisoned SOME_MAGIC_NAME if you do not apply them. However, there are some changes in

[Simulavr-devel] [sr #108327] Please make it OS X compatible

2013-06-20 Thread anonymous
URL: http://savannah.nongnu.org/support/?108327 Summary: Please make it OS X compatible Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Thu 20 Jun 2013 09:24:19 PM UTC Category: features

[Simulavr-devel] [bug #41654] configure fails if swig version 2.0.0

2014-02-21 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?41654 Summary: configure fails if swig version 2.0.0 Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Fr 21 Feb 2014 09:28:52 UTC Category: Configure

[Simulavr-devel] [bug #43069] README says to use --enable-bfd

2014-08-25 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?43069 Summary: README says to use --enable-bfd Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Mon 25 Aug 2014 05:49:41 PM UTC Category: Documentation

[Simulavr-devel] [bug #44150] special pipe register doesnt work below 0x20

2015-02-02 Thread anonymous
Follow-up Comment #2, bug #44150 (project simulavr): That's for ram addressing with LD/ST but not I/O with in/out. ___ Reply to this item at: http://savannah.nongnu.org/bugs/?44150 ___

[Simulavr-devel] [bug #44150] special pipe register doesnt work below 0x20

2015-02-03 Thread anonymous
Follow-up Comment #3, bug #44150 (project simulavr): So instead of modifying simulavr to have -W and -R use I/O address space, just update the documentation to indicate they take RAM addresses (and therefore must be 0x20) ___ Reply to

[Simulavr-devel] [bug #44150] special pipe register doesnt work below 0x20

2015-02-01 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?44150 Summary: special pipe register doesnt work below 0x20 Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Sun 01 Feb 2015 05:13:41 PM UTC Category: Simulation

[Simulavr-devel] [bug #47017] regression of Bug 34793

2016-01-29 Thread anonymous
URL: Summary: regression of Bug 34793 Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Fri 29 Jan 2016 10:02:45 PM UTC Category: Configure

[Simulavr-devel] [bug #47629] adc_diff_t25 tests 00 and 02 fail on 64bit Ubuntu 14.04

2016-04-05 Thread anonymous
URL: Summary: adc_diff_t25 tests 00 and 02 fail on 64bit Ubuntu 14.04 Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Втр 05 Апр 2016 20:38:41 Category: Test

[Simulavr-devel] [bug #49033] Compiling the SimulAVR sources on Debian (Testing) fails

2016-09-08 Thread anonymous
URL: Summary: Compiling the SimulAVR sources on Debian (Testing) fails Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Thu 08 Sep 2016 07:28:36 PM UTC

[Simulavr-devel] [bug #49033] Compiling the SimulAVR sources on Debian (Testing) fails

2016-11-04 Thread anonymous
Follow-up Comment #1, bug #49033 (project simulavr): The problem is the two defines in the makefile for gtest: -Dprivate=public -Dprotected=public Remove/comment out the line: GTEST_CXXFLAGS = -Dprivate=public -Dprotected=public from Makefile.am in regress/gtest, reconfigure and it should

[Simulavr-devel] [bug #55794] Pysimulavr installation throwing exception - undefined symbol: _ZTI14RWMemoryMember

2019-02-27 Thread anonymous
URL: Summary: Pysimulavr installation throwing exception - undefined symbol: _ZTI14RWMemoryMember Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Thu 28 Feb 2019 07:36:47 AM

[bug #58231] make all does not make doc --> make install fails

2020-04-23 Thread anonymous
URL: Summary: make all does not make doc --> make install fails Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Thu 23 Apr 2020 03:00:19 PM UTC Category:

[bug #58230] get_git_version.sh does not work if build dir outside of git

2020-04-23 Thread anonymous
URL: Summary: get_git_version.sh does not work if build dir outside of git Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Thu 23 Apr 2020 02:54:50 PM UTC

[bug #59427] Pending external interrupts can not be cleared

2020-11-07 Thread anonymous
URL: Summary: Pending external interrupts can not be cleared Project: Simulavr: an AVR simulator Submitted by: None Submitted on: Sat 07 Nov 2020 11:30:24 AM UTC Category: