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,75a7e6db6d0634b1,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-09 17:04:10 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!news.physics.uiowa.edu!news.uni.edu!2067.resnet.uni.edu!lange92 From: Newsgroups: comp.lang.ada Subject: Compiling C and Ada sources together Date: Thu, 9 Aug 2001 13:29:35 -0500 Organization: University of Northern Iowa Message-ID: NNTP-Posting-Host: 2067.resnet.uni.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Xref: archiver1.google.com comp.lang.ada:11725 Date: 2001-08-09T13:29:35-05:00 List-Id: Hi all, I've been working on a project where we compile C source files and Ada sources together to produce a single binary. Most of it is automated at this point, but for debugging reasons I need to know how to do it by hand. A long time ago, I saw an article (I thought it was on www.adahome.com) about how to link together sources from each language, particularly in the case where the C program makes calls to the ada source (the main program is in C) so the Interfaces.C functionality is not used. Anyone else seen the article, or know how it's done? I'm been perusing the grant_ug.html without much success. Thanks DanL