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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3bfbaf768e70922c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-03 06:23:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.mailgate.org!draco.tiscalinet.it!not-for-mail From: "test" Newsgroups: comp.lang.ada Subject: Help: gp-relative segments together exceed 64k bytes Date: Thu, 3 Jul 2003 15:23:13 +0200 Organization: Tiscali Spa Message-ID: Reply-To: "test" NNTP-Posting-Host: ppp-62-10-6-34.dialup.tiscali.it X-Trace: lacerta.tiscalinet.it 1057238615 11521 62.10.6.34 (3 Jul 2003 13:23:35 GMT) X-Complaints-To: abuse@tiscali.it NNTP-Posting-Date: 3 Jul 2003 13:23:35 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:40022 Date: 2003-07-03T13:23:35+00:00 List-Id: Hi all, I need a suggestion about the possible way to resolve a compilation error, due probably to a large (but necessary) number of variables defined in a package, that makes the segments bigger than 64k. The error message is: gnatmake: "/usr/users/asta/DASS/TENV_UWA/build/alpha/mprog" up to date. gcc -c -g -o /usr/users/asta/DASS/TENV_UWA/build/alpha/tenv/tenv_data.o -gnatA -gnatem=GN AT-TEMP-000001.TMP /usr/users/asta/DASS/TENV_UWA/build/alpha/tenv/./tenv_data.ads as1: Error: /tmp/ccaabqYa.s, line 6: gp-relative segments together exceed 64k bytes gnatmake: "/usr/users/asta/DASS/TENV_UWA/build/alpha/tenv/./tenv_data.ads" compilation error I am looking for a gcc option setting (or every other solution) to have more than 64K bytes on the gp-relative segments, but I didn't find a solution in the past messages....groan. Machine is a Compaq Alpha Tru64-Unix. with GNAT ver 3.15a Can you help me ???? Thanks in advance, F.C.