Re: [Simulavr-devel] anacomp example

2009-02-23 Thread Knut Schwichtenberg
Hi Gang, just a short question: What the h... has happened to the extended documentation and examples I wrote and sent to Willam aprox. one year ago? Several open issues missing in the ordinary documentation have been answered by Klaus and are entered into the revised documentation. Reading the

Re: [Simulavr-devel] anacomp example

2009-02-23 Thread Joel Sherrill
Klaus Rudolph wrote: Joel Sherrill schrieb: Klaus Rudolph wrote: Joel Sherrill schrieb: Hi, I wonder if something is wrong with the example (or simulator or gui) I expected to be able to run the gui for a while and alternate changing the two analogs to 1 and 0. So every othe

[Simulavr-devel] [bug #21950] Missing shared library "simulavr.so"

2009-02-23 Thread Klaus Rudolph
Update of bug #21950 (project simulavr): Status:None => Works For Me Assigned to:None => zfrdh Open/Closed:Open => Closed

Re: [Simulavr-devel] anacomp example

2009-02-23 Thread Klaus Rudolph
Joel Sherrill schrieb: > Klaus Rudolph wrote: >> Joel Sherrill schrieb: >> >>> Hi, >>> >>> I wonder if something is wrong with the example >>> (or simulator or gui) >>> >>> I expected to be able to run the gui for a while >>> and alternate changing the two analogs to 1 and 0. >>> So every other v

[Simulavr-devel] [bug #25549] SimulAVR quits during debugging - STATUS_ACCESS_VIOLATION

2009-02-23 Thread Joel Sherrill
Follow-up Comment #2, bug #25549 (project simulavr): It looks like it happened on Cygwin. gdb has some issues on cygwin. This should be the simulator or something weird in gdb. ___ Reply to this item at:

[Simulavr-devel] [bug #25682] Augment examples/anacomp/README

2009-02-23 Thread Joel Sherrill
URL: Summary: Augment examples/anacomp/README Project: Simulavr: an AVR simulator Submitted by: joelsherrill Submitted on: Mon 23 Feb 2009 07:13:12 PM GMT Category: None

Re: [Simulavr-devel] anacomp example

2009-02-23 Thread Joel Sherrill
Klaus Rudolph wrote: Joel Sherrill schrieb: Hi, I wonder if something is wrong with the example (or simulator or gui) I expected to be able to run the gui for a while and alternate changing the two analogs to 1 and 0. So every other value set, they differ or match. Maybe a misunders

Re: [Simulavr-devel] anacomp example

2009-02-23 Thread Klaus Rudolph
Joel Sherrill schrieb: > Hi, > > I wonder if something is wrong with the example > (or simulator or gui) > > I expected to be able to run the gui for a while > and alternate changing the two analogs to 1 and 0. > So every other value set, they differ or match. Maybe a misunderstanding? analog v

[Simulavr-devel] anacomp example

2009-02-23 Thread Joel Sherrill
Hi, I wonder if something is wrong with the example (or simulator or gui) I expected to be able to run the gui for a while and alternate changing the two analogs to 1 and 0. So every other value set, they differ or match. I do this a few times and then the B0 bit quits toggling. Am I doing som

[Simulavr-devel] [bug #25680] eliminate warning for deprecated cast from string constant to char *

2009-02-23 Thread Joel Sherrill
URL: Summary: eliminate warning for deprecated cast from string constant to char * Project: Simulavr: an AVR simulator Submitted by: joelsherrill Submitted on: Mon 23 Feb 2009 05:15:24 PM GMT

[Simulavr-devel] [bug #22059] Command line interpreter is described partially

2009-02-23 Thread Joel Sherrill
Follow-up Comment #1, bug #22059 (project simulavr): Attached patch attempts to make main.cpp and the texinfo documentation match. It alsop eliminates some letters in the string passed to getopt() which are not actually used, and corrects some spelling and grammar issues. 2009-02-23 Joel She

Re: [Simulavr-devel] binutils2.19 bug [was:Getting Started with simulavrxx]

2009-02-23 Thread Joel Sherrill
Thank you!! I can now get far enough to see the TCL GUI run. YEAH!! This is a summary of what I had to do: + move gui.tcl.in to gui.tcl (does it have to be a .in? what is substituted?) + copy check.tcl.in to check.tcl and fix the substitutions by hand. + copy anacomp/Makefile.am to anacomp/M

[Simulavr-devel] [bug #25679] Clean up on non-autotools Makefile and config.h

2009-02-23 Thread Joel Sherrill
URL: Summary: Clean up on non-autotools Makefile and config.h Project: Simulavr: an AVR simulator Submitted by: joelsherrill Submitted on: Mon 23 Feb 2009 04:44:26 PM GMT Category:

[Simulavr-devel] [bug #25678] Add .cvsignore files

2009-02-23 Thread Joel Sherrill
URL: Summary: Add .cvsignore files Project: Simulavr: an AVR simulator Submitted by: joelsherrill Submitted on: Mon 23 Feb 2009 04:39:15 PM GMT Category: None Sever

[Simulavr-devel] [bug #25676] pin.cpp should include

2009-02-23 Thread Joel Sherrill
URL: Summary: pin.cpp should include Project: Simulavr: an AVR simulator Submitted by: joelsherrill Submitted on: Mon 23 Feb 2009 03:24:03 PM GMT Category: None Se

[Simulavr-devel] [sr #106652] src/Makefile.am does not include avrfactory.cpp

2009-02-23 Thread Joel Sherrill
URL: Summary: src/Makefile.am does not include avrfactory.cpp Project: Simulavr: an AVR simulator Submitted by: joelsherrill Submitted on: Mon 23 Feb 2009 03:19:25 PM GMT Categ

Re: [Simulavr-devel] binutils2.19 bug [was:Getting Started with simulavrxx]

2009-02-23 Thread Klaus Rudolph
> [j...@iceland anacomp]$ tclsh check.tcl > couldn't load file "../../src/simulavr.so": ../../src/simulavr.so: > undefined symbol: inflateInit_ >while executing > "load ../../src/simulavr.so" >(file "check.tcl" line 8) > This seems to be a bug of binutils 2.19 version. I found a hint in

Re: [Simulavr-devel] Getting Started with simulavrxx

2009-02-23 Thread Klaus Rudolph
Hi again, > > [j...@iceland anacomp]$ tclsh check.tcl > couldn't load file "../../src/simulavr.so": ../../src/simulavr.so: > undefined symbol: inflateInit_ >while executing > "load ../../src/simulavr.so" >(file "check.tcl" line 8) > I could not reproduce this problem. > OK not I have