This is the mail archive of the gcc-bugs@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]

H8 cross-compiler doesn't build


Hi,

If I do this:

./configure --target=h8300-hitachi-hms --prefix=/usr/local
gmake LANGUAGES=c

I end up dead with this:

  /usr/home/ben/software/unpacked/egcs-1.1b/gcc/xgcc
-B/usr/home/ben/software/unpacked/egcs-1.1b/gcc/ -O2  -DCROSS_COMPILE
-DIN_GCC    -g -O2 -I./include  -DDF=SF -DDI=SI -g1  -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED    -I. -I. -I./config -c -DL${name} \
      ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  h8300-hitachi-hms-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
./libgcc2.c:41: stdlib.h: No such file or directory
./libgcc2.c:42: unistd.h: No such file or directory
gmake[3]: *** [libgcc2.a] Error 1
gmake[3]: Leaving directory
`/usr/home/ben/software/unpacked/egcs-1.1b/gcc'
gmake[2]: *** [stmp-multilib-sub] Error 2
gmake[2]: Leaving directory
`/usr/home/ben/software/unpacked/egcs-1.1b/gcc'
gmake[1]: *** [stmp-multilib] Error 1
gmake[1]: Leaving directory
`/usr/home/ben/software/unpacked/egcs-1.1b/gcc'
gmake: *** [all-gcc] Error 2

Cheers,

Ben.

-- 
Ben Laurie            |Phone: +44 (181) 735 0686| Apache Group member
Freelance Consultant  |Fax:   +44 (181) 735 0689|http://www.apache.org/
and Technical Director|Email: ben@algroup.co.uk |
A.L. Digital Ltd,     |Apache-SSL author     http://www.apache-ssl.org/
London, England.      |"Apache: TDG" http://www.ora.com/catalog/apache/


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