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: 103376,959d44d0a56995bc X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v4g2000hsf.googlegroups.com!not-for-mail From: Kevin.Marciniak@gmail.com Newsgroups: comp.lang.ada Subject: Re: using jGRASP to compile Ada Date: Sat, 1 Dec 2007 08:13:55 -0800 (PST) Organization: http://groups.google.com Message-ID: <6c9b2f1c-bd78-4032-953e-2d89427d814e@v4g2000hsf.googlegroups.com> References: <65cf3d5f-bd31-4b09-a963-810d9510bb65@y43g2000hsy.googlegroups.com> NNTP-Posting-Host: 71.239.245.239 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1196525635 29565 127.0.0.1 (1 Dec 2007 16:13:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 1 Dec 2007 16:13:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v4g2000hsf.googlegroups.com; posting-host=71.239.245.239; posting-account=z-J6MgoAAAC4VaoBeY8qA6ASvZ39PNmG User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.24 (Windows NT 5.1; U; en),gzip(gfe),gzip(gfe) Content-Disposition: inline Xref: g2news1.google.com comp.lang.ada:18690 Date: 2007-12-01T08:13:55-08:00 List-Id: On Dec 1, 9:14 am, "Larry A Barowski" wrote: > wrote in message > > news:65cf3d5f-bd31-4b09-a963-810d9510bb65@y43g2000hsy.googlegroups.com... > > > I'm trying to use jGRASP to compile, but I get the following error: > > > ----jGRASP exec: gnatmake -g hello_world.adb > > > gcc -c -g hello_world.adb > > gcc.exe: CreateProcess: No such file or directory > > gnatmake: "hello_world.adb" compilation error > > 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?