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=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Oliver Kleinke Newsgroups: comp.lang.ada Subject: Re: Ada on Teensy 3.1? Date: Wed, 30 Apr 2014 21:54:47 +0200 Organization: A noiseless patient Spider Message-ID: <20140430215447.4fb1c924@PC-8N-L> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: mx05.eternal-september.org; posting-host="58fa2ce2c456613f440c8995a98af6c5"; logging-data="22009"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+P3X8QHLRYSB3g/b2d1YNy6/hf3J31L80=" X-Newsreader: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Cancel-Lock: sha1:lXsrVO3VOLqURmSnRMsVIDthxWk= X-Original-Bytes: 1570 Xref: number.nntp.dca.giganews.com comp.lang.ada:186176 Date: 2014-04-30T21:54:47+02:00 List-Id: Am Wed, 30 Apr 2014 09:23:34 -0700 (PDT) schrieb Diogenes : > I've seen Ada ported to the Arduino, but has anyone ported it to the > Teensy 3.1 from PJRC.com? > > I'd like to be able to program that platform using Ada. I'll do the > port myself if needed, but I was wondering if anyone else is doing it? > > Tips or pointers? > Search for "Ada ARM" or "Ada ARM cross compilation", you'll find plenty of information. When you have the compiler you can worry about the RTS (Run-Time System) -- only if you need it of course.