Your config-ml.in change broke cris-axis-elf newlib multilib build

Steve Ellcey sje@cup.hp.com
Fri Apr 20 17:26:00 GMT 2007


> > Right now, nothing works for me. :-(
> 
> Sorry, can't help without a log.

So my main problem with doing a cross compiler build had nothing to do
with configuring or building it was related to how I created my unified
tree.  I was copying the src tree over to the GCC tree by just going
through the src tree top-level and for every file or directory that
existed in src but not in gcc, move it over.  This meant I kept the GCC
version of include and didn't move the src version over.  The GCC
version of include does not have all the files that the src version of
include has and that caused my missing header file problem.  This means
that the include directory is different than config, intl, and libiberty
directories because for those directories the two copies of the
directories are identical between src and GCC.  For include, they are
not identical.

I still haven't done a complete build but I am getting there.

Steve Ellcey
sje@cup.hp.com



More information about the Gcc-patches mailing list