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,e96d57eb7ebeb40e X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: GNAT for microcontrollers? Date: 1997/04/06 Message-ID: #1/1 X-Deja-AN: 231097734 References: <5i3j61$76r@news.ida.org> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-04-06T00:00:00+00:00 List-Id: iDavid Wheeler asks <> I don't know of anyone actually doing this yet, but lots of people have considered it, or at least talked about it (look up the long thread a while ago on CLA). A good recommendation is to start with a chip for which a good gcc port is already available. A number of micro-controller chips routinely use gcc for their C capability, and this makes for a good start in a GNAT port. A GNAT port that does not need tasking capability is not a huge job to build on top of a GCC port if you know what you are doing.