From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,73c865853bdc4937 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 30 Aug 2006 20:42:35 -0500 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Gnat storage size References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Wed, 30 Aug 2006 20:42:35 -0500 NNTP-Posting-Host: 67.164.83.70 X-Trace: sv3-MStPGcMktsShiNq0nSPYyCXI0+9WW9TTt0QGPbm5+wTdtBYnige6Lr0XzTrG/dX0ulnT90lse1t8qsN!XNgKnfiWAN3we5+DhQXdoCWiYEtusCc8ysEYXsXd31oQkBOv36Qk8Tw/VrYsY7ea+T3bd/5dnv1N!EBYgj2u5hihibg== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:6431 Date: 2006-08-30T20:42:35-05:00 List-Id: > 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.