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,d8278727bdbfb5ea X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Vinzent 'Gadget' Hoefler Newsgroups: comp.lang.ada Subject: Re: Object format Date: Fri, 07 May 2004 15:06:23 +0200 Organization: JeLlyFish software Message-ID: References: <%mpmc.40056$kh4.2106910@attbi_s52> <8de0a08aa424e5f71cdd8551d837b362.86200@mygate.mailgate.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Complaints-To: http://news.individual.net/abuse.html X-Trace: news.uni-berlin.de KvLEn1YQHkaVX0MTBi8PGAxCIn7c6GXxUqdBNYL7O7E6HH0KSY X-Newsreader: Forte Agent 1.8/32.548 Xref: controlnews3.google.com comp.lang.ada:365 Date: 2004-05-07T15:06:23+02:00 List-Id: Henrik Quintel wrote: >Hi Georg, >"Georg Bauhaus" wrote in message >news:c7djmq$ffr$3@a1-hrz.uni-duisburg.de > >> Henrik Quintel wrote: >> : But I am forced to >> : make use of the Borland 4.51 DOS Compiler which produces DOS = Executabels >> : and DOS object files respectively. >>=20 >> 16bit? >Yes, 16 bit. Bad luck. GNAT is a 32-bit-compiler, even under DOS. The object format *must* be incompatible. But perhaps you can use djgpp instead of Borland to compile the C(++)-files? djgpp is also based on gcc (BTW, djgpp should be able to compile Ada these days, too), so chances are that ez2load and djgpp have the same (or at least an easily convertible) object file format. Vinzent.