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.42.35.142 with SMTP id q14mr301299icd.6.1406587334136; Mon, 28 Jul 2014 15:42:14 -0700 (PDT) X-Received: by 10.182.109.234 with SMTP id hv10mr251452obb.2.1406587333975; Mon, 28 Jul 2014 15:42:13 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!news.glorb.com!h18no9559584igc.0!news-out.google.com!px9ni0igc.0!nntp.google.com!h18no9559575igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 28 Jul 2014 15:42:13 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=99.180.75.19; posting-account=-WG8VgoAAAAlWewKFi0J7zSTMYXZyyK3 NNTP-Posting-Host: 99.180.75.19 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5cf2d824-8fb0-473e-b794-823fa43b5155@googlegroups.com> Subject: A Guide to successfully building the GNAT toolchain? From: Diogenes Injection-Date: Mon, 28 Jul 2014 22:42:14 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:21322 Date: 2014-07-28T15:42:13-07:00 List-Id: Has anyone done this? Trying to build a GNAT Toolchain that will generate code for the Kinetis MK= 20DX256 on the Teensy 3.1 platform. It's driving me nuts. Using the Debian Wheezy system. Seems like alot of pe= ople are running into the same problems. For the ARM Cortex-M4, do I need to build it specifically for the Vendor(Ki= netis MK20DX256) or just the Generic M4? For now I'll just keep retrying until I get a successful build. Already hav= e a working C/C++ GCC compiler for this platform(as might be expected). Sho= uldn't I be able to bootstrap GNAT/GCC directly off that compiler(assuming = I'm using the correct version of GNAT/GCC).=20 I know I've peppered you with a lot of questions. Thanks for your patience.