I'm developing the application whose GUI is Qt and its algorithm is compiled by c6runlib.
My application is successfully lauched,
But, when my application calls the function compiled by c6runlib, the following error is occuring.
"ti.sysbios.knl.Task: line 330: E_stackOverflow: Task 0x98c023b8 stack overflow."
So, I want to increase defaultStackSize of c6runlib.
How to increase defaultStackSize of c6runlib?