* Followup on "Configure error question"
@ 2022-07-12 18:35 Gary Oblock
2022-07-12 18:52 ` Jonathan Wakely
0 siblings, 1 reply; 3+ messages in thread
From: Gary Oblock @ 2022-07-12 18:35 UTC (permalink / raw)
To: Gary Oblock via Gcc-help
Note, it seems that the previous error is from "make install."
However, this is from configure:
gcc: fatal error: cannot execute '\''gnat1'\'': execvp: No such file or directory
Any hints what's wrong?
Thanks,
Gary
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and contains information that is confidential and proprietary to Ampere Computing or its subsidiaries. It is to be used solely for the purpose of furthering the parties' business relationship. Any unauthorized review, copying, or distribution of this email (or any attachments thereto) is strictly prohibited. If you are not the intended recipient, please contact the sender immediately and permanently delete the original and any copies of this email and any attachments thereto.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Followup on "Configure error question"
2022-07-12 18:35 Followup on "Configure error question" Gary Oblock
@ 2022-07-12 18:52 ` Jonathan Wakely
2022-07-12 22:34 ` Gary Oblock
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Wakely @ 2022-07-12 18:52 UTC (permalink / raw)
To: Gary Oblock; +Cc: Gary Oblock via Gcc-help
On Tue, 12 Jul 2022, 19:37 Gary Oblock via Gcc-help, <gcc-help@gcc.gnu.org>
wrote:
> Note, it seems that the previous error is from "make install."
> However, this is from configure:
>
> gcc: fatal error: cannot execute '\''gnat1'\'': execvp: No such file or
> directory
>
> Any hints what's wrong?
>
It looks like you've tried to configure with ada enabled and you don't have
an existing gnat compiler. You need an existing gnat to build gnat.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Followup on "Configure error question"
2022-07-12 18:52 ` Jonathan Wakely
@ 2022-07-12 22:34 ` Gary Oblock
0 siblings, 0 replies; 3+ messages in thread
From: Gary Oblock @ 2022-07-12 22:34 UTC (permalink / raw)
To: Jonathan Wakely; +Cc: Gary Oblock via Gcc-help
Johathan,
Here's my latest config command and it doesn't look like anything other than c, c++ and lto are enabled so how could it be messing with Ada? Note, I checked to see if Ada was implied by the other flags but that doesn't seem to be the case.
../sources/configure \
--prefix=$BASE/install \
--exec_prefix=$BASE/install \
--with-local-prefix=$BASE/borrowed/arm-zephyr-eabi/arm-zephyr-eabi \
--with-headers=$BASE/borrowed/arm-zephyr-eabi/arm-zephyr-eabi/include \
--disable-bootstrap --enable-languages=c,c++,lto --disable-multilib --target=arm-zephyr-eabi \
--disable-shared --enable-__cxa_atexit --disable-tm-clone-registry --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --enable-target-optspace --disable-nls --enable-multiarch --with-multilib-list=rmprofile --with-gnu-ld --with-gnu-as --enable-initfini-array
Thanks,
Gary
________________________________
From: Jonathan Wakely <jwakely.gcc@gmail.com>
Sent: Tuesday, July 12, 2022 11:52 AM
To: Gary Oblock <gary@amperecomputing.com>
Cc: Gary Oblock via Gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: Followup on "Configure error question"
[EXTERNAL EMAIL NOTICE: This email originated from an external sender. Please be mindful of safe email handling and proprietary information protection practices.]
On Tue, 12 Jul 2022, 19:37 Gary Oblock via Gcc-help, <gcc-help@gcc.gnu.org<mailto:gcc-help@gcc.gnu.org>> wrote:
Note, it seems that the previous error is from "make install."
However, this is from configure:
gcc: fatal error: cannot execute '\''gnat1'\'': execvp: No such file or directory
Any hints what's wrong?
It looks like you've tried to configure with ada enabled and you don't have an existing gnat compiler. You need an existing gnat to build gnat.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-12 22:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-12 18:35 Followup on "Configure error question" Gary Oblock
2022-07-12 18:52 ` Jonathan Wakely
2022-07-12 22:34 ` Gary Oblock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).