[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Is "noreturn" attribute still not supported?
From: |
Lin Gu |
Subject: |
Re: [avr-gcc-list] Is "noreturn" attribute still not supported? |
Date: |
Mon, 24 Jan 2005 23:24:55 -0500 |
On Mon, Jan 24, 2005 at 11:33:42AM -0800, Ned Konz wrote:
> On Sunday 23 January 2005 10:54 pm, Lin Gu wrote:
> > I actually dynamically generate the code in g() or the
> > code labeled after G at run time. So I cannot write
> > it statically that way.
>
> How are you doing this on the AVR, considering that you can't execute code
> from RAM?
>
> Are you programming the flash, and then jumping to that newly-programmed area\
?
Exactly. I am using ATmega128 so that the code in the boot section
can modify the program flash.
--
Lin Gu
Department of Computer Science
University of Virginia
Tel: 434-825-3115
Web: http://www.cs.virginia.edu/~lg6e
--------------------------------------