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

2011-07-06 Thread Paulo Marques
Weddington, Eric wrote: Paulo Marques wrote: Joerg Wunsch wrote: 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

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

2011-07-06 Thread Georg-Johann Lay
Paulo Marques schrieb: I don't know very well the details of the avr-libc testsuite, but from what I could understand I can see several things that would need to be done in order to use avrtest: [...] Humm... I looked at the test script and it seems it only uses the core dump file to

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

2011-07-04 Thread Paulo Marques
Joerg Wunsch wrote: 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

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

2011-07-04 Thread Weddington, Eric
-list] AVR GDB testsuite Joerg Wunsch wrote: 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

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 avr

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

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

2011-06-28 Thread Joerg Wunsch
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. -- cheers, Jorg .-.-. --... ...-- -.. . DL8DTL

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

2011-06-17 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 Boyapati, Anitha Sent: Friday, June 17, 2011 10:14 AM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] AVR GDB

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

2011-06-17 Thread Boyapati, Anitha
-Original Message- From: Weddington, Eric Sent: Friday, June 17, 2011 1:52 PM To: Boyapati, Anitha; avr-gcc-list@nongnu.org Subject: RE: [avr-gcc-list] AVR GDB testsuite Hi Anitha, I'm not sure if anyone has run the *GDB* test suite. Most developers that I know usually run the GCC

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

2011-06-17 Thread Georg-Johann Lay
Boyapati, Anitha schrieb: Aah..I am already running into strange issues. Looks like these days GNU tools are waging a war against me :-( Now simulavr is complaining... if gcc -DHAVE_CONFIG_H -I. -I../../src -I.-Wall -Winline -Werror -I../../src/getopt -g -O2 -MT adc.o -MD -MP -MF

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

2011-06-17 Thread Boyapati, Anitha
-Original Message- From: Georg-Johann Lay [mailto:a...@gjlay.de] Sent: Saturday, June 18, 2011 2:26 AM To: Boyapati, Anitha Cc: Weddington, Eric; avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] AVR GDB testsuite Boyapati, Anitha schrieb: Aah..I am already running into strange