Welcome, Guest. Please login or register.

Author Topic: Beware!! stack size and compiler errors (something I found with VBCC...)  (Read 2110 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Quote

Jose wrote:
I already had the stack higher than default but it wasn't enouph. The error disappeared when I raised the stack even more!!!



Sounds like you are a bit too cautious.

I've installed StackAttack with a minimum stack size of 40,000 for all programs. For development I usually use 100,000 bytes or more.

Be assured that VBCC needs much fewer stack than GCC for example.

Bye,
Thomas