Hello,
I'm writing a C program (with GCC4TI) in which many functions are called inside an other, etc...
It seems I've reached a point where too many functions are stacked and the program crashes, throwing sometimes (but not always) a memory error.
Is it possible to increase the size of the stack in C ?
Thank you in advance,
Torio.