Re: Gnat storage size
- From: tmoran@xxxxxxx
- Date: Wed, 30 Aug 2006 20:42:35 -0500
For what's it worth, I just installed Gnat 2006 for Windows, andI tried
converted your test procedure. By using the -Xlinker
--stack=0x10000000 on it, I was able to successfully run big 64000 on
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.
.
- References:
- Re: Gnat storage size
- From: Kevin K
- Re: Gnat storage size
- Prev by Date: Re: Gnat storage size
- Next by Date: GADBTK ATIP1553 GNAT?
- Previous by thread: Re: Gnat storage size
- Next by thread: Re: Gnat storage size
- Index(es):
Relevant Pages
|