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-7-bit Path: g2news1.google.com!postnews.google.com!q16g2000yqq.googlegroups.com!not-for-mail From: Matteo Bordin Newsgroups: comp.lang.ada Subject: Re: GNAT GPL for LEGO Mindstorms NXT Date: Thu, 4 Mar 2010 03:49:21 -0800 (PST) Organization: http://groups.google.com Message-ID: <08937009-2c8f-4d95-ac11-048aa09fbe81@q16g2000yqq.googlegroups.com> References: <1e9c326b-fcbc-46f6-af44-8a8737da11fe@g7g2000yqe.googlegroups.com> NNTP-Posting-Host: 212.99.106.126 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1267703361 31152 127.0.0.1 (4 Mar 2010 11:49:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 4 Mar 2010 11:49:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q16g2000yqq.googlegroups.com; posting-host=212.99.106.126; 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.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9402 Date: 2010-03-04T03:49:21-08:00 List-Id: Hello Joshua, you do not need the GNU-ARM tool chain. > > 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" Which version of make are you using? Moving to a newer version of make shall fix the problem. Hope this helps. Matteo