This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: error building gcc , (simulators and targets...)


On Wed, Jan 15, 2003 at 11:13:34AM +0100, msarasa@fh-konstanz.de wrote:
> 
> I'm trying to build gcc for a specific target : m68k for example
> as I do:
> make all
> I get this error message:
> 
> miguel@stefan:~/gcc_sim/build-binutils > make all
> make  all-recursive
> make[1]: Entering directory `/home/miguel/gcc_sim/build-binutils'
> Making all in doc
> make[2]: Entering directory `/home/miguel/gcc_sim/build-binutils/doc'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/miguel/gcc_sim/build-binutils/doc'
> Making all in po
> make[2]: Entering directory `/home/miguel/gcc_sim/build-binutils/po'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/miguel/gcc_sim/build-binutils/po'
> make[2]: Entering directory `/home/miguel/gcc_sim/build-binutils'
> make[2]: *** No rule to make target `../bfd/bfd.h', needed by `size.o'.  Stop.
> make[2]: Leaving directory `/home/miguel/gcc_sim/build-binutils'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/miguel/gcc_sim/build-binutils'
> make: *** [all-recursive-am] Error 2
> 
> What should I do? I'm really a begginer!

I think you ran the wrong configure script.  You need to run the one in
the top level, not the one under gdb/ or binutils/.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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