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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,27559a9e857143a0,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-09 02:21:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!fr.usenet-edu.net!usenet-edu.net!ciril.fr!univ-angers.fr!news!not-for-mail From: "Vincent MORIN" Newsgroups: comp.lang.ada Subject: gcc backend object lib for windows Gnat 3.13 Date: Fri, 9 Nov 2001 11:24:11 +0100 Organization: Universite de Bretagne Occidentale Message-ID: <9sgaml$ipc$1@melon.univ-brest.fr> NNTP-Posting-Host: meda103.univ-brest.fr X-Trace: melon.univ-brest.fr 1005301269 19244 193.54.252.25 (9 Nov 2001 10:21:09 GMT) X-Complaints-To: usenet@news.univ-brest.fr NNTP-Posting-Date: 9 Nov 2001 10:21:09 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Xref: archiver1.google.com comp.lang.ada:16118 Date: 2001-11-09T10:21:09+00:00 List-Id: Hello to the Ada community, Is there anyone who recompiled the whole gnat 3.13 for windows ? I would like to relink the gnat1.exe with a custom ada part of gnat, but the standard gcc backend (gigi function and the rest). I succeeded in relinking with a recompilation of selected c files form the patched 2.8.1 gcc distribution but as everyone knows, when you recompile a C program it first never compiles ok, and then never runs as expected (the contrary of Ada ! ). So it is linked, the ada part executes fine, but post gigi C functions generate internal errors in unexpected parts of the translation to gnu tree. If somebody has working objects of the C backend (comprising a-trans.c and others as well as proper gcc *.c files) or a library for them so that a gnatmake can provide a working executable, I would be interested. Otherwise, I debug the C mess (I ll finish with a good understanding of the backend, but, well :( . Nobody rewrited a gcc like backend in Ada for i386 targets ? what a nice thing it would be, understandable, compilable, working, all fine so to say ! VMO I had a dream : " Procedure To_Trash ( Language => C ); " -- vincent.morin@univ-brest.fr Laboratoire de Biostatistiques et Informatique M�dicale 22 Avenue Camille Desmoulins 29285 Brest cedex