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!g7g2000yqe.googlegroups.com!not-for-mail From: Joshua Ferguson Newsgroups: comp.lang.ada Subject: Re: GNAT GPL for LEGO Mindstorms NXT Date: Wed, 3 Mar 2010 16:06:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <1e9c326b-fcbc-46f6-af44-8a8737da11fe@g7g2000yqe.googlegroups.com> References: 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 1267661207 493 127.0.0.1 (4 Mar 2010 00:06:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 4 Mar 2010 00:06:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g7g2000yqe.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:9393 Date: 2010-03-03T16:06:47-08:00 List-Id: On Mar 3, 6:53=A0pm, Joshua Ferguson wrote: > Anyone had any experience with this? I've run into problems every step > of the way :( > > Example 1: > On install of the Mindstorms NXT Version of GNAT, GPS (which is > evidently installed with GNAT) has this error right at startup: > > "Could not locate exec gnatls" > Should be worth noting that I rebooted after install to let $PATH take > effect > I'm pretty positive this is due to the NXT-GNAT having gnatls.exe > named mindstorms-nxt-gnatls.exe > All in all, not a problem if I could build and make from cygwin but: > > Example 2: > trying to 'make all' a ready built project that comes with the NXT- > 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" > > So yeah, anyone that's used the GNAT GPL for LEGO Mindstorms NXT, feel > free to make your opinion heard. I've been working on getting / > something/ to make for 7ish hours with no luck. Also, I've followed the instructions in the root README.txt file regarding installing nxtOSEK and replacing the ecrobot.c, lejos_osek.tmf, tool_gcc.mak files, as well as editing tool_gcc.mak's GNUARM directory variable. I saw some people mention the http://lejos-osek.sourceforge.net/installatio= n.htm page, which I agree is nice (and has good instructions for getting cygwin & nxtOSEK going) but has you go through installing GNUARM, which I don't think is actually necessary for Ada code. I have a feeling my problem lies in the new 'major' release of cygwin (1.7). If anyone has any ideas, I'd be thankful for your time. Sorry for crashing the group all the sudden.