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,2378cc5e1f5d6340 X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Vads Greenhills conversion Date: 1999/02/09 Message-ID: <79pu80$k0j$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 442462854 References: <36BF90B7.A1D093E7@trw.com> X-Http-Proxy: 1.0 x10.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Feb 09 18:19:59 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-02-09T00:00:00+00:00 List-Id: In article <36BF90B7.A1D093E7@trw.com>, Jason Dorsett - FF wrote: > Does anybody know of any tools that would help convert a program built > with a Vads compiler into a greenhills buildable program.? I assume you are talking the GreenHills Ada95 compiler. After long consultations w/ GreenHills I managed to ascertain that they provide *no* automated way to create the .bld files that their compiler uses. The best way to handle their libraries seems to be to create the build files along with the source code, and maintain them in your revision control along with your sources. But that doesn't help you a bit (as it didn't help us) if you already have hundreds of files you want to compile. What I ended up doing is creating a tcl script (NT ".bat" files are useless) to create .bld files based on ".ads" and ".adb" files checked into our revision control system (ClearCase). You will also have an Ada83 vs. Ada95 issue going from a VADS compiler. T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own