Forum Discussion
Altera_Forum
Honored Contributor
21 years ago 12k is not actually big (depending how complex your application is). Can you try 32k? The size of the kernel stack is fixed (2 pages, around 8k), and I dont think it is the cause of your problem. flthdr is a utility to check the flat header information generated by elf2flt. Since you know how to set the stack size, you don't have to find it. <div class='quotetop'>QUOTE </div> --- Quote Start --- Can/should I control this myself?[/b] --- Quote End --- if you declare this array as a global or static variable, it is on the heap, not on the stack. but if you declare it as a automatic variable, it is on the stack. Regards, wentao