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=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "M. Strobel" Newsgroups: comp.lang.ada Subject: Re: Ubuntu 14.04 - gnat downloaded from libre.adacore vs apt-get Date: Tue, 06 Jan 2015 11:23:34 +0100 Organization: A noiseless patient Spider Message-ID: References: <28ee9c32-a272-4e57-9555-238cc3f0ccca@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 6 Jan 2015 10:23:08 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="f85eb5a7cea2dc23667fc8546d74fbaa"; logging-data="27811"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19h93HZRvO1RLXsSv3XiX6P" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <28ee9c32-a272-4e57-9555-238cc3f0ccca@googlegroups.com> Cancel-Lock: sha1:/u7FURyaTqXEeVSu/02L1xMUgzs= Xref: number.nntp.giganews.com comp.lang.ada:191706 Date: 2015-01-06T11:23:34+01:00 List-Id: On 06.01.2015 00:18, RasikaSrinivasan@gmail.com wrote: > all > > i had to reimage my Ubuntu system to 14.04. I got gnat installed successfully. > > gnatmake --version > > reports 4.6 > > I would like to install the ARM version of gnat. When I install the version > I download from the libre.Adacore site, The executables such as gps_exe do not "run". > The shell says "No such file or directory". Even though the PATH variable is updated correctly > and which gps_exe correctly identifies the executable correctly. Just a comment to this point "no such file or directory" while the file is there: this is tipical for an executable with wrong architecture. This would happen for example with a 32 bit binary executed on a 64 bit system without the compatible 32bit libs installed. I don't know if this also happens with a ARM executable on intel/amd cpus. /Str.