Re: [avr-gcc-list] Re: an idea: adding serial sram to avr to extend heap storage

2011-03-15 Thread Administrator
On 14.03.2011 16:11, Georg-Johann Lay wrote: I agree to 100% with Eric that this is nothing anyone wants to have in official gcc releases. 100% disagree. A lot of people wants to have data qualifiers like __flash and __eeprom instead of intrinsic access functions and wants compiler to check

RE: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap storage

2011-03-15 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 Administrator Sent: Tuesday, March 15, 2011 12:43 AM To: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] Re: an

[avr-gcc-list] GCC 4.5.1 wiht AS5 Error

2011-03-15 Thread Trampas Stern
When trying to compile a bootloader for the AT90CAN128 I am getting the following error, does anyone know what it means? c:/program files (x86)/atmel/avr studio 5.0/extensions/application/avr toolchain/bin/../lib/gcc/avr/4.5.1/../../../../avr/lib/avr51/crtcan128.o: In function `__vectors':

RE: [avr-gcc-list] GCC 4.5.1 wiht AS5 Error

2011-03-15 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 Trampas Stern Sent: Tuesday, March 15, 2011 9:46 AM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] GCC 4.5.1 wiht

Re: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap storage

2011-03-15 Thread John Myers
On Tue, Mar 15, 2011 at 7:25 AM, Weddington, Eric eric.wedding...@atmel.com wrote: -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 Administrator Sent: Tuesday,

RE: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap storage

2011-03-15 Thread Weddington, Eric
-Original Message- From: John Myers [mailto:atomicdog@gmail.com] Sent: Tuesday, March 15, 2011 11:10 AM To: Weddington, Eric Cc: Administrator; avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap storage Does this

Re: [avr-gcc-list] GCC 4.5.1 wiht AS5 Error

2011-03-15 Thread Bernard Fouché
I would look at the source but unless I am mistaken Atmel still has not released the patches for 4.5.1, does anyone know the status on these patches, especially for the xmega support? Yes, the patches for xmega support are pretty much the same as the latest release of WinAVR (20100110), but

Re: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap storage

2011-03-15 Thread John Myers
On Tue, Mar 15, 2011 at 10:34 AM, Weddington, Eric eric.wedding...@atmel.com wrote: -Original Message- From: John Myers [mailto:atomicdog@gmail.com] Sent: Tuesday, March 15, 2011 11:10 AM To: Weddington, Eric Cc: Administrator; avr-gcc-list@nongnu.org Subject: Re:

RE: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap storage

2011-03-15 Thread Weddington, Eric
-Original Message- From: John Myers [mailto:atomicdog@gmail.com] Sent: Tuesday, March 15, 2011 12:50 PM To: Weddington, Eric Cc: Administrator; avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap storage TR 18037 does

[avr-gcc-list] Re: an idea: adding serial sram to avr to extendheap storage

2011-03-15 Thread David Brown
On 15/03/11 15:25, Weddington, Eric wrote: -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 Administrator Sent: Tuesday, March 15, 2011 12:43 AM To:

RE: [avr-gcc-list] Re: an idea: adding serial sram to avr to extendheapstorage

2011-03-15 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 David Brown Sent: Tuesday, March 15, 2011 2:47 PM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] Re: an idea:

[avr-gcc-list] Re: an idea: adding serial sram to avr to extendheapstorage

2011-03-15 Thread David Brown
On 15/03/11 22:30, Weddington, Eric wrote: -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 David Brown Sent: Tuesday, March 15, 2011 2:47 PM To: avr-gcc-list@nongnu.org

Re: [avr-gcc-list] GCC 4.5.1 wiht AS5 Error

2011-03-15 Thread Joerg Wunsch
Trampas Stern tram...@gmail.com wrote: /home/tools/hudson/workspace/avr8-gnu-toolchain/src/avr-libc/crt1/gcrt1.S:52: warning: internal error: out of range error avr-gcc-list@nongnu.org That sounds as if you were trying to relocate your bootloader beyond the actual address space of the

RE: [avr-gcc-list] GCC 4.5.1 wiht AS5 Error

2011-03-15 Thread Weddington, Eric
-Original Message- From: Boyapati, Anitha Sent: Tuesday, March 15, 2011 6:54 PM To: Weddington, Eric; Trampas Stern; avr-gcc-list@nongnu.org Subject: RE: [avr-gcc-list] GCC 4.5.1 wiht AS5 Error Apart from couple of code generation bugs that got fixed for Xmega. What were the