[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] Problem with atmega162 timer interrupt
From: |
Eric Weddington |
Subject: |
RE: [avr-gcc-list] Problem with atmega162 timer interrupt |
Date: |
Wed, 15 Aug 2007 14:31:20 -0600 |
> -----Original Message-----
> From:
> address@hidden
> [mailto:address@hidden
> org] On Behalf Of Joerg Wunsch
> Sent: Wednesday, August 15, 2007 2:20 PM
> To: address@hidden
> Subject: Re: [avr-gcc-list] Problem with atmega162 timer interrupt
> > -minit-stack=0x7FFF
>
> Drop that one. It might not have an affect at all anymore (yes, we
> need to update the docs), the only way to modify the stack
> initialization in future will be to change the value of __stack (at
> link time).
Yeah according to gcc/config/avr/avr.opt, I don't see the variable
avr_init_stack anywhere in the AVR port (avr.c).
A GCC bug report should be filled out.
Eric