Re: [Tinyos-help] Sepcifying Stack size in ncc

2007-03-27 Thread John Regehr
By default the TinyOS call stack can use all of RAM that is not used by the data and BSS segments. So basically you need to reduce the sizes of these other segments, by reducing the number and/or size of global variables declared by components linked into your application. One obvious way to

[Tinyos-help] Sepcifying Stack size in ncc

2007-03-21 Thread RADHIKA VIND
Hi, I need to specify a larger stack size than the default one in nesC compiler. Does anyone know how this is done? What is the default stack size allocated by the linker? Thank you, ~Radhika ___ Tinyos-help mailing list