avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] minit-stack


From: Ruud Vlaming
Subject: Re: [avr-gcc-list] minit-stack
Date: Wed, 22 Oct 2008 18:42:50 +0200
User-agent: KMail/1.9.1

On Wednesday 22 October 2008 17:00, you wrote:
> 
> > -----Original Message-----
> > From: 
> > address@hidden 
> > [mailto:address@hidden
> > org] On Behalf Of Ruud Vlaming
> > Sent: Wednesday, October 22, 2008 2:40 AM
> > To: address@hidden
> > Subject: [avr-gcc-list] minit-stack
> > 
> > On gcc 4.2.3 it was possible to use something like
> > 
> >   -minit-stack="xOS+xOSstackShift"
> > 
> 
> <snip>
> 
> > Anyway, in gcc 4.3.2 it seems no longer be possible to use
> > that compiler option. (I get an compiler error, although the 
> > documentation
> > of 4.3.2 still says it is allowed to use that option)
> 
> That's strange. AFAIK, nothing was ever *purposely* done to remove that 
> option.
> 
> Do you have any other versions of gcc in between the two to test? Like 4.3.0, 
> or 4.3.1?
Yep, i build a new toolchain for 4.3.0 and it gives the same error:
cc1: error: unrecognized command line option "-minit-stack=xOS+xOSstackShift"

Also the built in help (avr-gcc -v --help) has the option excluded, and, the 
main
method does not include any stack settings any more (is used to). Thus it looks
like this has been removed on purpose.

Ruud




reply via email to

[Prev in Thread] Current Thread [Next in Thread]