Re: [avr-gcc-list] no avr/lib/avr25/attiny13a/Makefile.in

2009-02-02 Thread Ruud Vlaming
On Monday 02 February 2009 00:51, Timo Sandmann wrote: Am 01.02.2009 um 23:46 schrieb Ruud Vlaming: Users are supposed to download the official releases here: http://download.savannah.gnu.org/releases-noredirect/avr-libc/ and use those. Then they don't need to bootstrap. Well i

[avr-gcc-list] Accessing function and strings in flash in the ATMega 644

2009-02-02 Thread Robert von Knobloch
Firstly, sorry that this post is a bit long, but I need to explain what is happening. I am trying to access the flash memory in an ATMega 644 chip that I am using as the basis for a piece of test equipment. This tester will be used to program and test small devices with a ATTiny13 and so contains

RE: [avr-gcc-list] Accessing function and strings in flash in theATMega 644

2009-02-02 Thread Weddington, Eric
-Original Message- From: avr-gcc-list-bounces+eweddington=cso.atmel@nongnu.org [mailto:avr-gcc-list-bounces+eweddington=cso.atmel@nongnu. org] On Behalf Of Robert von Knobloch Sent: Monday, February 02, 2009 8:49 AM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list]

Re: [avr-gcc-list] no avr/lib/avr25/attiny13a/Makefile.in

2009-02-02 Thread Timo Sandmann
Am 02.02.2009 um 14:24 schrieb Ruud Vlaming: Insert the attached patch like this: other patches 50-binutils-2.19-xmega.patch 51-binutils-2.19-xmega2.patch 52-1-xmega_sup.patch 52-binutils-2.19-atmega32u6.patch thanks! :-) Timo ___

[avr-gcc-list] xmega128A1 + WinAvr 20081205

2009-02-02 Thread larry barello
Is anyone successfully using WinAvr and Xmega (and fp/printf) in a significant project? I already corrected the vararg problem and have my project running, but there is a rare stack corruption problem with the xmega that I don't see on the mega series (mega128 and mega1280). Interrupts and i/o

RE: [avr-gcc-list] no avr/lib/avr25/attiny13a/Makefile.in

2009-02-02 Thread Weddington, Eric
-Original Message- From: avr-gcc-list-bounces+eweddington=cso.atmel@nongnu.org [mailto:avr-gcc-list-bounces+eweddington=cso.atmel@nongnu. org] On Behalf Of Ruud Vlaming Sent: Monday, February 02, 2009 6:24 AM To: Timo Sandmann Cc: avr-gcc-list@nongnu.org Subject: Re:

Re: [avr-gcc-list] no avr/lib/avr25/attiny13a/Makefile.in

2009-02-02 Thread Timo Sandmann
Am 02.02.2009 um 01:28 schrieb Weddington, Eric: BTW: For me as a user it's even worse to build binutils with all the patches from winavr, because AFAIK the autoconf / autoheader version has to be exactly 2.59, not newer. I can't help that one. That requirement comes from the binutils folks.

Re: [avr-gcc-list] no avr/lib/avr25/attiny13a/Makefile.in

2009-02-02 Thread Ruud Vlaming
On Monday 02 February 2009 13:53, you wrote: When I applied the xmega-patches to binutils 2.19, the build-process failed: ../../binutils-2.19/bfd/elf32-avr.c: In function 'bfd_elf_avr_final_write_processing': ../../binutils-2.19/bfd/elf32-avr.c:1331: error: 'bfd_mach_avrxmega1'

Re: [avr-gcc-list] no avr/lib/avr25/attiny13a/Makefile.in

2009-02-02 Thread Timo Sandmann
Am 02.02.2009 um 09:33 schrieb Ruud Vlaming: I guess you applied the patch 40-avr-libc-1.6.4-fix-attiny13a- arch.patch? With this patch I need to use bootstrap (because the patch moves the attiny13a from avr2 to avr25), without it the avr- libc builds fine here without bootstrap. I do. So

Re: [avr-gcc-list] xmega128A1 + WinAvr 20081205

2009-02-02 Thread Russell Shaw
larry barello wrote: Is anyone successfully using WinAvr and Xmega (and fp/printf) in a significant project? I already corrected the vararg problem and have my project running, but there is a rare stack corruption problem with the xmega that I don’t see on the mega series (mega128 and