This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: /bin/sh: build/genmodes: No such file or directory
- From: "Dave Korn" <dave dot korn at artimi dot com>
- To: "'Rob Quill'" <rob dot quill at gmail dot com>, <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 11 Jun 2007 15:09:28 +0100
- Subject: RE: /bin/sh: build/genmodes: No such file or directory
- References: <baf6008d0706110301o33b30f07q3eaad6777153bda4@mail.gmail.com>
On 11 June 2007 11:02, Rob Quill wrote:
> Hi all,
>
> I am having a problem compiling GCC from the current CVS. The
> directories I have are as follows:
>
> ./gcc-build
> ./gcc
>
> and the commands as follows:
>
> cd gcc-build
> ../gcc/configure
> make
>
> The configure process goes fine, but when building I get:
>
> /bin/sh: build/genmodes: No such file or directory
Something went wrong earlier. 'genmodes' is a helper program that is build
during compilation; if it can't be found at the time make needs to execute it,
it must have failed to build at some earlier point.
(BTW, have you taken care of everything in
http://gcc.gnu.org/install/prerequisites.html ? Since you're building from
CVS, you'll need most of the "Tools/packages necessary for modifying GCC".)
cheers,
DaveK
--
Can't think of a witty .sigline today....