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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a3e487894bcfd825 X-Google-Attributes: gid103376,public From: wtanksle@sdcc10.ucsd.edu (William Tanksley) Subject: Re: Pragma and Object Files Date: 1998/04/14 Message-ID: <6h0igp$q0d$1@news1.ucsd.edu>#1/1 X-Deja-AN: 344063719 References: <3532632F.7424B473@vci.net> <6gvg24$m8u$1@news.uni-c.dk> Organization: University of California, San Diego Newsgroups: comp.lang.ada Date: 1998-04-14T00:00:00+00:00 List-Id: In article <6gvg24$m8u$1@news.uni-c.dk> sparre@meyer.fys.ku.dk (Jacob Sparre Andersen) writes: >Andy Pekrins (storm@vci.net) asked about using assembler object (OBJ) files >with GNAT 3.10p. >Since you identify the object file as an "OBJ" file rather than an "o" file, >I suspect that the object file is in a M$ format. Agreed. >GNAT uses a different format for object files, so you will have to see if the >GNU assembler can convert your file. The assembler won't help you at all -- object formats are not its job (and it's not that good at its job anyways :). There exists a program which converts from .obj to .o; I don't remember anything useful about it, but you can almost certainly find some info at DJ's web site at http://www.delorie.com/djgpp (this is the C compiler whose backend is used as the backend for Gnat under DOS). In the event that nothing there helps, try asking the folk at news:comp.os.msdos.djgpp; they've been quite helpful to me on occasion. >Good luck. Seconded. >Jacob >PS: I have never tried this myself, so I might be completely off track. It's been quite a while... :) > Have you played with your LEGO today? -Billy