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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1e21dc55d506e662 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!wn14feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: GNAT.Serial_Communications ? Reply-To: no to spamers (No@email.given.org) References: <4d081d5f-0aca-446b-a90e-cf5ad71ce9e4@59g2000hsb.googlegroups.com> X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Sun, 13 Jul 2008 11:35:11 GMT NNTP-Posting-Host: 12.64.72.119 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1215948911 12.64.72.119 (Sun, 13 Jul 2008 11:35:11 GMT) NNTP-Posting-Date: Sun, 13 Jul 2008 11:35:11 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:1134 Date: 2008-07-13T11:35:11+00:00 List-Id: No Error! The standard GNAT system does not come with a Serial or UART package. The package tree is a new addition (April 2008) so the maintainers may not have this package yet or they may not include it because it not apart of the Ada RM. It might be included in June version of the GNAT-2008 package, but for GNAT-2007 you will need to do a search and down load the set of files that makes this package. Note: you can find a copy of the serial communication package tree at: http://gcc.gnu.org/viewcvs?view=rev&revision=134003 Then compile the set of files manually to create the serial communation package. Now, you can either just copy and use then when you need this package. Note: If you know what your doing you can add the source and "*.ali" to your GNAT system adainclude/adalib directories and the object files to the "gnatlib" file. In , Tomek Walkuski writes: >On 20 Cze, 14:41, Anh Vo wrote: >> Did you try the GCC GNAT User's Guide or read the self-documented code >> package GNAT.Serial_Communications? >> >> AV > >I've gnat-gcc-4.3.0 (Fedora 9) and I don't have g-sercom.ads under / >usr/lib/gcc/i386-redhat-linux/4.3.0/adainclude . > >Am I something missing?