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


I made four directories for building Binutils , GCC , Newlib and Gdb , in this 
order.
They're called:
build-gcc
build-binutils
build-newlib
build-gdb

I made also a folder h8300-elf-gnu to install there.

Sources are contained in miguel/gnu

I made
cd build-newlib
../gnu/binutils/configure --prefix=/h8300-elf-gnu --target=h8300-elf

There's no error message with this , but then I do 

make all

and comes:

miguel@stefan:~/build-binutils > make all
make  all-recursive
make[1]: Entering directory `/home/miguel/build-binutils'
Making all in doc
make[2]: Entering directory `/home/miguel/build-binutils/doc'
if test -f cxxfilt.man; then \
  man=cxxfilt.man; \
else \
  man=../../gnu/binutils/doc/cxxfilt.man; \
fi; \
sed -e 's/@PROGRAM@/c++filt/' \
    -e 's/cxxfilt/c++filt/' < $man \
        > c++filt.1
make[2]: Leaving directory `/home/miguel/build-binutils/doc'
Making all in po
make[2]: Entering directory `/home/miguel/build-binutils/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/miguel/build-binutils/po'
make[2]: Entering directory `/home/miguel/build-binutils'
make[2]: *** No rule to make target `../bfd/bfd.h', needed by `size.o'.  Stop.
make[2]: Leaving directory `/home/miguel/build-binutils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/miguel/build-binutils'
make: *** [all-recursive-am] Error 2


What I'm doing wrong?? Why don't I have these headers? should I get other 
fonts?

Thank you!


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