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,b049f4f2a1fcba92 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!q23g2000yqd.googlegroups.com!not-for-mail From: Joshua Ferguson Newsgroups: comp.lang.ada Subject: Re: GNAT GPL for LEGO Mindstorms NXT Date: Thu, 4 Mar 2010 15:41:10 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <1e9c326b-fcbc-46f6-af44-8a8737da11fe@g7g2000yqe.googlegroups.com> <08937009-2c8f-4d95-ac11-048aa09fbe81@q16g2000yqq.googlegroups.com> NNTP-Posting-Host: 98.250.165.147 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1267746070 26905 127.0.0.1 (4 Mar 2010 23:41:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 4 Mar 2010 23:41:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q23g2000yqd.googlegroups.com; posting-host=98.250.165.147; posting-account=AectXgoAAADrrSA4TyabCOj0Nmd6jUOg User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1021 Safari/532.5,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9409 Date: 2010-03-04T15:41:10-08:00 List-Id: On Mar 4, 6:49=A0am, Matteo Bordin wrote: > Hello Joshua, > > you do not need the GNU-ARM tool chain. > > > > Example 2: > > > trying to 'make all' a ready built project that comes with theNXT- > > > GNAT throws this error: > > > "$ make all > > > Compiling /nxtOSEK/ecrobot/../toppers_osek/kernel/alarm.c to build/ > > > kernel/alarm.o > > > mindstorms-nxt-gcc.exe: /nxtOSEK_ecrobot/../toppers_osek/kernel/ > > > alarm.c: No such file or directory > > > mindstorms-nxt-gcc.exe no input files > > > make: *** [build/kernel/alarm.o] Error 1" > > Which version of make are you using? Moving to a newer version of make > shall fix the problem. > > Hope this helps. > > Matteo >From what I can eek out of the literature, my problem is likely based in Cygwin somehow. There's a nice GNAT Tracker Ticket in at Adacore (#J118-020) about the problems that 1.7.x can cause. Using that information I'm still running into errors though. I'm going to spend some more time looking into how cygwin and mingw work. While I'm here, are you guys using Cygwin 1.7.x? I know you used to go with 1.5, but I'm curious if you guys had migrated upward.