08.06.2011, 12:56
add a -S8192 or -S16384 to the compilers parameters. it will fix the heap/stack buffer size.
i use it to SOLVE the warning, coz iam using a switch(){} with like 60 cases inside. the same applies to large if/else if/else if/else if blocks.
i use it to SOLVE the warning, coz iam using a switch(){} with like 60 cases inside. the same applies to large if/else if/else if/else if blocks.