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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,959d44d0a56995bc X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 01 Dec 2007 19:40:00 -0600 From: "Larry A Barowski" Newsgroups: comp.lang.ada References: <65cf3d5f-bd31-4b09-a963-810d9510bb65@y43g2000hsy.googlegroups.com> <6c9b2f1c-bd78-4032-953e-2d89427d814e@v4g2000hsf.googlegroups.com> Subject: Re: using jGRASP to compile Ada Date: Sat, 1 Dec 2007 20:39:48 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Message-ID: <_8OdnWek3_1tkc_anZ2dnUVZ_jidnZ2d@comcast.com> X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 71.228.87.241 X-Trace: sv3-yq9TtICABOOe6z5bkFm1snuiAwL7lWadLgwKEkA6IOPxQ9yHlRhNQKAzv1CP7jI6rXr1WKEDcWok8JI!n5bejMXDyQ4UjX9U+8Ms68okUEDYUKeNjJ63onWLZvd+yDfUFbmRwc9HxXfXd56cqXblzzVqKg87!xozw6Q9p0m73WHVZnXoo3sKgedPuwQ== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.36 Xref: g2news1.google.com comp.lang.ada:18691 Date: 2007-12-01T20:39:48-05:00 List-Id: wrote in message news:6c9b2f1c-bd78-4032-953e-2d89427d814e@v4g2000hsf.googlegroups.com... > On Dec 1, 9:14 am, "Larry A Barowski" > wrote: >> What happens if you do >> gnatmake -g hello_world.adb >> from the command line? Usually, if it works from the command >> line it should work from jGRASP. > > I get the same error. I went to the directory that the source file is > in and tried to compile from the command line, but the same error > happens. Is there a step that I'm not doing? I unzipped the binaries > from sourceforge, then I included the folder that I unzipped to in the > Windows system path. Then I wrote the simple hello_world.adb. Then I > tried to compile from the command line with gnatmake -g > hello_world.adb and I still get the same error. Are you using the > binaries from sourceforge or from some place else? I haven't tried it for a long time. The download site doesn't seem to be responding, but I'll try later. Exactly what package did you download? The sourceforge site seems to just point to the AdaCore site for the GNAT/GPL for Windows download. A google search for the error message doesn't turn up any GNAT references except for this thread, so I doubt that it's a common problem. Did you add the GNAT directory to the front of the PATH? Maybe if you added it to the back, GNAT is calling some other (wrong) gcc.