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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d513bd13029c7dcd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!b14g2000yqd.googlegroups.com!not-for-mail From: Matteo Bordin Newsgroups: comp.lang.ada Subject: Re: GNAT GPL for LEGO MINDSTORMS NXT Date: Wed, 1 Jul 2009 05:18:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0884775f-75d7-489f-85b1-83c8580fc8e9@b14g2000yqd.googlegroups.com> References: <32f88ab9-8224-40f2-af77-eef7170b667d@k15g2000yqc.googlegroups.com> <1f88b97b-a219-4d2e-8480-cd486811a89c@l34g2000vbi.googlegroups.com> <4d098e89-9e16-44e1-9f70-16ce256d3583@37g2000yqp.googlegroups.com> NNTP-Posting-Host: 192.93.160.130 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1246450681 10832 127.0.0.1 (1 Jul 2009 12:18:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 1 Jul 2009 12:18:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b14g2000yqd.googlegroups.com; posting-host=192.93.160.130; posting-account=0fK-ZgoAAACswzEJSZ3LA9AZ4FnRU7mX User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 LMB.palaiseau.net:3128 (squid/2.5.STABLE14) Xref: g2news2.google.com comp.lang.ada:6783 Date: 2009-07-01T05:18:01-07:00 List-Id: On Jul 1, 8:30=A0am, MRE wrote: > On 30 Jun., 13:05, Matteo Bordin wrote: > > > > > On Jun 29, 8:01=A0am, MRE wrote: > > > > Ha ha! Success! I got something to compile and could download it. > > > Now for the really complicated things ;-) > > > > I have to say though, that the README file that Matteo refers to > > > is slightly parsimonious. It should mention, that you ought to > > > have cygwin running on your windows machine together with the libusb > > > library. > > > This information is part of the installation of nxtOSEK, as you say > > down here. > > It is however a good suggestion to improve our documentation. > > > > You might want to followhttp://lejos-osek.sourceforge.net/installatio= n.htm > > > this helps also for GNAT. > > > > Headscratcher: I can only compile using MinGW (Cygwin doesn't find th= e > > > cross gnatmake during "make" though it has no problems to find it > > > otherwise) > > > but I need Cygwin to download the stuff to the brick. > > > Nothing out of order though. > > > Did you follow the instructions at share/doc/mindstorms/README, as > > cited in the root README file? > > In particular: did you modified tool_gcc.mak and copied it in the > > appropriate nxtOSEK folder? > > Hi Matteo, > > Unless I put in a typo somewhere, I followed the instructions. > My assumption is, that I have some confusion in the PATH variable, so > that cygwin has trouble finding the compiler. I'll sort it out as soon > as I have a little more leisure time ;-) Yep, it seems some cygwin-driven trouble - which means it would also be difficult to reproduce, but will try anyway. Let me know if you sort out the problem. Thanks for your feedback.