Re: [avr-gcc-list] AVR GDB testsuite

2011-06-29 Thread Joerg Wunsch
Boyapati, Anitha anitha.boyap...@atmel.com wrote: ../../src/adc.c: In function 'adc_intr_cb': ../../src/adc.c:270: error: cast from pointer to integer of different size Does the attached patch fix this issue? The above error comes from sources checked out from trunk of simulavr project. (Is

Re: [avr-gcc-list] AVR GDB testsuite

2011-06-29 Thread Weddington, Eric
-Original Message- From: avr-gcc-list-bounces+eric.weddington=atmel@nongnu.org [mailto:avr-gcc-list-bounces+eric.weddington=atmel@nongnu.org] On Behalf Of Joerg Wunsch Sent: Wednesday, June 29, 2011 12:10 AM To: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] AVR GDB

Re: [avr-gcc-list] AVR GDB testsuite

2011-06-29 Thread Weddington, Eric
-Original Message- From: Joerg Wunsch [mailto:j...@uriah.heep.sax.de] Sent: Wednesday, June 29, 2011 11:49 AM To: avr-gcc-list@nongnu.org Cc: Weddington, Eric Subject: Re: [avr-gcc-list] AVR GDB testsuite As Weddington, Eric wrote: Curious: Has anyone tried to run the

Re: [avr-gcc-list] AVR GDB testsuite

2011-06-29 Thread Georg-Johann Lay
Joerg Wunsch schrieb: Boyapati, Anitha anitha.boyap...@atmel.com wrote: I know that avr-gdb can be run using simulavr as backend Someone (Georg-Johann?) recently told that the simulator that is built into GDB 7.x might also be worth a try. At first sight it looked promising, but when I

Re: [avr-gcc-list] AVR GDB testsuite

2011-06-29 Thread Joerg Wunsch
As Weddington, Eric wrote: Except that you might recall that avrtest was adapted from the original core of simulavr. That's what made me wonder if it might work... I didn't know that. However, I'd be surprised if the rather esoteric feature of terminating with a coredump has been retained,

Re: [avr-gcc-list] AVR GDB testsuite

2011-06-29 Thread Joerg Wunsch
As Weddington, Eric wrote: Curious: Has anyone tried to run the avr-libc testsuite using the 'avrtest' simulator program (that's stored in the WinAVR repo)? That cannot work. The testsuite, as it is now, heavily relies on the existing simulavr code, it won't even work with simulavrxx. That

Re: [avr-gcc-list] AVR GDB testsuite

2011-06-29 Thread Boyapati, Anitha
-Original Message- From: avr-gcc-list-bounces+anitha.boyapati=atmel@nongnu.org [mailto:avr-gcc-list-bounces+anitha.boyapati=atmel@nongnu.org] On Behalf Of Joerg Wunsch Sent: Wednesday, June 29, 2011 11:40 AM To: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] AVR GDB