On Mon, 2014-01-20 at 22:16 +0000, Brian Drummond wrote: > On Mon, 2014-01-20 at 20:39 +0100, [email protected] wrote: > > Try to increase the stack size (using --stack-size=32K or even > > --stack-size=1M). > > If that works, you need to modify grt/config/linux.c for FreeBSD. > > > > That's C code, so there is no Ada barrier :-) > > > > Tristan. > > OK I give ... where are stack_size and stack_max_size declared? > > linux.c says > /* Defined in Grt.Stacks. */ > extern unsigned int stack_size; > extern unsigned int stack_max_size; > > but grt-stacks.ads says nothing (or am I blind?)
Yes I'm blind (to the Ada capitalisation when I was looking for the C name) ... it's in grt-options not grt-stacks. -- Brian _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
