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,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4733833077838893,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news2.google.com!proxad.net!infeed-1.proxad.net!news4-e.free.fr!not-for-mail From: "J�r�me Haguet" Newsgroups: comp.lang.ada Subject: ASIS and gnatelim : Will I make it work ? Date: Fri, 27 May 2005 17:00:08 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <429735fc$0$6504$636a15ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 27 May 2005 17:00:12 MEST NNTP-Posting-Host: 217.167.42.235 X-Trace: 1117206012 news4-e.free.fr 6504 217.167.42.235:2268 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:11181 Date: 2005-05-27T17:00:12+02:00 List-Id: Hello I try to work with gnatelim, and I faced a few problems ... - With gnat 3.15p on Windows, I get : gcc -c -I./ -gnatc -gnatt -I- c:/CVS-CO/HEAD/my_package_001.adb gcc -c -I./ -gnatc -gnatt -I- c:/CVS-CO/HEAD/my_package_002.adb ... gcc -c -I./ -gnatc -gnatt -I- c:/CVS-CO/HEAD/my_package_125.adb gcc -c -I./ -gnatc -gnatt -I- c:/CVS-CO/HEAD/my_package_126.adb gnatmake: "c:/CVS-CO/HEAD/my_package_126.adb" compilation error - With gnat 3.15p on Debian, I get : gnatgcc -c -I./ -gnatc -gnatt -I- /home/homes/jerome/CVS-CO/HEAD/my_package_001.adb gnatgcc -c -I./ -gnatc -gnatt -I- /home/homes/jerome/CVS-CO/HEAD/my_package_002.adb ... gnatgcc -c -I./ -gnatc -gnatt -I- /home/homes/jerome/CVS-CO/HEAD/my_package_098.adb +===========================GNAT BUG DETECTED==============================+ | 3.15p (20020523) (i486-pc-linux-gnu) Storage_Error stack overflow (or erroneous memory access)| | Error detected at /home/homes/jerome/CVS-CO/HEAD/my_package_023.adb:137:7 [/home/homes/jerome/CVS-CO/HEAD/my_package_025.adb:130:7 [/home/homes/jerome/CVS-CO/HEAD/my_package_098:20:4]]| | Please submit bug report by email to ... ... - OK. Let's move to a more recent release. As far as I understood, as gcc-4.0.0 includes some Ada0Y improvments, better to stay with a Ada95 compiler, let's try with Debian gcc-3.4.4 ... This time, things are going further ... gcc-3.4 -c -I./ -gnatc -gnatt -I- /home/homes/CVS-CO/HEAD/my_package_001.adb gcc-3.4 -c -I./ -gnatc -gnatt -I- /home/homes/CVS-CO/HEAD/my_package_002.adb ... gcc-3.4 -c -I./ -gnatc -gnatt -I- /home/homes/CVS-CO/HEAD/my_package_199.adb Now, which gnatelim ? Should I build it from source ? Should I use a binary ? Which one ? I try both. Without any success. With asis-4_0_0-20050203.src, I build it following the instructions and ... gnatelim license_manager_code_generator Unexpected bug in -- GNATELIM (built with ASIS 2.0.R for GNAT 3.4.3) ADA.IO_EXCEPTIONS.END_ERROR was raised: a-textio.adb:631 Please report to ... Any advice ? Thank you in advance.