|
Re: Arrays in Vex Programming Kit EasyC?
Hi all,
I have tried defining:
int example_array[4]; //Works!
//and
int example_array[55]; //Works!
//but!!!!!!!!
int example_array[56];// Or greater does not work!!!!!!!!
//I get a complier error
"C:\vex\Guidance\Main.c:12:Error [1300] stack frame too large
Any ideas??
|