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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,28db79a4b238c104 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: What's wrong with this simple Ada w/ assembly code? Date: 1999/03/06 Message-ID: <36E1DC40.F5DCDFAD@Botton.com>#1/1 X-Deja-AN: 452074286 Content-Transfer-Encoding: 7bit References: <36ddb9aa.0@silver.truman.edu> <7bsc78$h9n$1@plug.news.pipex.net> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: CyberGate, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-06T00:00:00+00:00 List-Id: If the .obj files is in the same format as Microsoft's obj format, then it should work with GNAT 3.11p along with .lib files. I have an example that links in Microsoft libs on my site. David Botton Nick Roberts wrote: > > I think, possibly, the answer to your (immediate) problem is that GCC > expects a ".o" extension for object files, and doesn't recognise ".obj". > > May I ask why you are programming in Assembly? > > ------------------------------------- > Nick Roberts > -------------------------------------