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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3bfbaf768e70922c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-16 00:01:27 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: alistair.steele@m.eads.net (ASteele) Newsgroups: comp.lang.ada Subject: Re: Help: gp-relative segments together exceed 64k bytes Date: 16 Jul 2003 00:01:26 -0700 Organization: http://groups.google.com/ Message-ID: <105f84fe.0307152301.3e296db4@posting.google.com> References: NNTP-Posting-Host: 53.122.156.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058338887 3613 127.0.0.1 (16 Jul 2003 07:01:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Jul 2003 07:01:27 GMT Xref: archiver1.google.com comp.lang.ada:40328 Date: 2003-07-16T07:01:27+00:00 List-Id: Hi, We have the same problem with our system here at the JIF, Manching. Did you get a solution for your problem? Thanks AS "test" wrote in message news:... > 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.