[Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2014-10-10 Thread Markus Hitter
Follow-up Comment #8, bug #40594 (project simulavr): Having this Wont Fix unfortunately forces me to keep our SimulAVR fork at Github: https://github.com/Traumflug/simulavr . That's disappointing. ___ Reply to this item at:

[Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2014-10-04 Thread Thomas K.
Update of bug #40594 (project simulavr): Status:None => Wont Fix Assigned to:None => tomk Open/Closed:Open => Closed _

[Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2014-06-14 Thread Markus Hitter
Follow-up Comment #6, bug #40594 (project simulavr): As the libbfd/libiberty version is bitrotten already. I've just rebased my fork on Github: https://github.com/Traumflug/simulavr It appears to work fine. ___ Reply to this item at: <

Re: [Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2013-12-28 Thread Markus Hitter
Am 28.12.2013 06:11, schrieb Onno Kortmann: > Is there any way to have avr-gcc insert this, or at least > the parts that are specified on the command line (such as -mcpu=...), > automatically? While macros can be put in there, avr-gcc doesn't #define the "atmega644" term, but __AVR_ATmega644__ ins

Re: [Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2013-12-27 Thread Onno Kortmann
Hi, I like this. Is there any way to have avr-gcc insert this, or at least the parts that are specified on the command line (such as -mcpu=...), automatically? Cheers, Onno On 11/22/2013 03:18 AM, Markus Hitter wrote: > Follow-up Comment #5, bug #40594 (project simulavr): > > All my stuff is no

[Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2013-11-22 Thread Markus Hitter
Follow-up Comment #5, bug #40594 (project simulavr): All my stuff is now on Github for ease of integration and ease of testing. See https://github.com/Traumflug/simulavr SIMINFO stuff works there right out of the box. ___ Reply to this item

[Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2013-11-16 Thread Markus Hitter
Follow-up Comment #4, bug #40594 (project simulavr): A bunch of additional patches. -d and -F command line parameters are redundant now with a prepared AVR firmware. Next step on the plan is to introduce similar storage for USART connections, then for VCD output. The idea of this whole story is

[Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2013-11-16 Thread Markus Hitter
Follow-up Comment #3, bug #40594 (project simulavr): As a first implementation of storing device information inside the ELF file bringing into action, please find a patch attached, which detects and uses the device name. It's the SIMINFO_DEVICE() macro. (file #29633) _

[Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2013-11-15 Thread Markus Hitter
Follow-up Comment #2, bug #40594 (project simulavr): Ach. Found the first bug already, the choosen address in the ELF file was low enough to conflict with program data. Please find the fix attached. (file #29628) ___ Additional Item Attachm

[Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2013-11-15 Thread Markus Hitter
Follow-up Comment #1, bug #40594 (project simulavr): BTW., fixed also src/avrerror.h to throw fewer warnings along the way. This accidently slipped into the same commit. ___ Reply to this item at:

[Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2013-11-15 Thread Markus Hitter
URL: Summary: Store simulation parameters inside the ELF file Project: Simulavr: an AVR simulator Submitted by: hitterm Submitted on: Fr 15 Nov 2013 22:12:16 GMT Category: Simulatio