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: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Bob Duff Newsgroups: comp.lang.ada Subject: Re: gnat ARM - predefined packages Date: Tue, 27 Jan 2015 11:49:15 -0500 Organization: A noiseless patient Spider Message-ID: <871tmgjhis.fsf@theworld.com> References: <9ceb137a-cb4a-4e65-b152-6885f5e030b4@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="b517e9a5d71ce0b52e2e81512ffb00e4"; logging-data="14999"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/tBnb4SWNIicbptZpd3ly4" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:9tUJy78Fyj8xxEIJkFAT3lt7xXc= sha1:ah4j57yssVAF0iaYaE67oJrv/Uw= Xref: news.eternal-september.org comp.lang.ada:24757 Date: 2015-01-27T11:49:15-05:00 List-Id: "RasikaSrinivasan@gmail.com" writes: > - the spec of Ada.Interrupts.Names so I know how to attach new interrupt > handlers. (Example project provides Ada.Interrupts.Names.EXTIO_Interrrupt) Look at the file a-intnam.ads in the adainclude directory of your compiler installation. For example, on my native linux machine, I have lib/gcc/x86_64-pc-linux-gnu/4.9.3/adainclude/a-intnam.ads. Yours will have a similar-but-different name. > - Is it possible to install native gnat on the same Windows system and produce > executables for both the native and the ARM targets? Yes, you can install as many versions of GNAT as you like. - Bob