On Wednesday 22 October 2008 17:00, you wrote: > > > -----Original Message----- > > From: > > [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > > org] On Behalf Of Ruud Vlaming > > Sent: Wednesday, October 22, 2008 2:40 AM > > To: avr-gcc-list@nongnu.org > > 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 _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list