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?) and grep reveals no declarations (except in teststack.c) Is it possible that some of these 0.31 failures are simply the result of random-sized stacks? - Brian _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
