This is the mail archive of the gcc-help@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: Help building GCC


Maldonado-Salgado, Jose (Space Technology) writes:
 > 
 > 
 > I'm using cygwin to try to build a cross compiler for powerpc 603.
 > 
 > In this case I untar the gcc 4.1.1 in:
 > 
 > /cygdrive/c/josesdata/gnu/gcc-4.1.1
 > 
 > I followed steps in your configuration link by creating a directory
 > objdirppc inside the gnu directory, same level as gcc-4.1.1.
 > 
 > /cygdrive/c/josesdata/gnu/objdirppc
 > 
 > I copy to that directory the Makefile.in file and from that directory I
 > did the following step:
 > 
 > /cygdrive/c/josesdata/gnu/gcc-4.1.1/configure --target=powerpc
 > --program-suffix=ppc --enable-threads=vxworks --with-cpu=603
 > --with-arch=603
 > 
 > That step completed, and then I did a make.
 > 
 > make is giving the following error:
 > 
 > cd . && autoconf
 > autoconf-2.61: no input file
 > make: *** [configure] Error 1
 > 
 > 
 > Any ideas, what my problem is?

It's to do with timestamps.  If the file configure.ac has been
changed, gcc tries to regenerate the file configure.  Have a look at
the timestamps on configure.ac and configure.

Andrew.


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