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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.151.42 with SMTP id un10mr530709obb.12.1389782743492; Wed, 15 Jan 2014 02:45:43 -0800 (PST) X-Received: by 10.49.48.105 with SMTP id k9mr33395qen.1.1389782743465; Wed, 15 Jan 2014 02:45:43 -0800 (PST) Path: border1.nntp.dca.giganews.com!nntp.giganews.com!p15no15728983qaj.0!news-out.google.com!fv6ni3230qab.1!nntp.google.com!p15no15728977qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 15 Jan 2014 02:45:43 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=136.163.203.9; posting-account=l8k8IwoAAADeDydswOzwNzmn10qOk9gt NNTP-Posting-Host: 136.163.203.9 References: <91d2c873-0ae2-4980-8481-9e3caef7371b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: What Toolchain do you use? From: ake.ragnar.dahlgren@gmail.com Injection-Date: Wed, 15 Jan 2014 10:45:43 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:184428 Date: 2014-01-15T02:45:43-08:00 List-Id: Den onsdagen den 15:e januari 2014 kl. 10:19:27 UTC+1 skrev Tero Koskinen: > 15.1.2014 6:15, kennethesills@gmail.com wrote: > Just wanted to know what= kind of setup you guys here use? > > GNAT GPS 5 or 6 or Emacs? GNAT GCC or= GCC-Ada? > Multiple systems here: - Debian 7 with "gnat" 4.6, vim as edito= r - platforms i386, amd64, armel, armhf - Fedora 20 with gnat 4.8, also has= custom avr-gnat 4.7, vim - x86-64, armhf - Windows XP, Janus/Ada, UltraEdi= t (commercial editor) - 32-bit x86 - Windows 7, Janus/Ada, ICCAda, GNAT GPL= 2012, UltraEdit - 64-bit x86 - Windows 8.1, Janus/Ada, ICCAda, GNAT GPL 20= 13, Ultraedit - 64-bit x86 - OpenBSD 5.3, gnat 4.7, vim - amd64 For coding,= I randomly use all of the above, depending on the task under work. Code st= ays in sync thanks to Mercurial, Monotone, and git (distributed version con= trol systems). In addition, I have various virtual machines with different = versions of Fedora, Debian, and Ubuntu. All this just to make sure my code = works "everywhere". ;) Yours, Tero I use GNAT GPL 2013 and GPS. I have a question for Tero. What build system does Janus/Ada and ICCAda use= ? Gprbuild is built to use GNAT gcc. There is no way that I know of to make= gprbuild use a different compiler. Should one use make for Janus/Ada and I= CCAda, or do these vendors have their own build system? Regards, =C5ke Ragnar Dahlgren