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,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!d2g2000yqa.googlegroups.com!not-for-mail From: Joshua Ferguson Newsgroups: comp.lang.ada Subject: GNAT GPL for LEGO Mindstorms NXT Date: Wed, 3 Mar 2010 15:53:15 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 98.250.165.147 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1267660395 25953 127.0.0.1 (3 Mar 2010 23:53:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 3 Mar 2010 23:53:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d2g2000yqa.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:9391 Date: 2010-03-03T15:53:15-08:00 List-Id: 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.