"Nigel Winterbottom" <[EMAIL PROTECTED]> wrote: > Exceeding SRAM of course, is not allowed because I would then mangle > the stack.
Remember, you can set the stack using the symbol __stack on the (linker) command-line. That will override the automatic compiler setting (which is obtained from the crt*.o file). -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
