This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: /bin/sh: build/genmodes: No such file or directory


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....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]