Re: Gnat storage size



For what's it worth, I just installed Gnat 2006 for Windows, and
converted your test procedure. By using the -Xlinker
--stack=0x10000000 on it, I was able to successfully run big 64000 on
I tried
gnatmake big -largs -Xlinker --stack=0x10000000
and it still says "object too large" when the command line argument is 4026.
I also tried not using gnatmake, but rather
gcc -c big
gnatbind -x big.ali
gnatlink big -Wl --stack=0x10000000
with the same result.
.



Relevant Pages