This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

m68k-coff with gcc-2.95


I'm trying to update my m68k-coff cross-compiler to:
binutils-2.9.1 / gcc-2.95 / newlib-1.8.1

The "one tree" method doesn't seem to work anymore, and the crossgcc
FAQ doesn't address gcc-2.95. Between the FAQ and the linuxgcc-h8300-HOWTO,
I've tried to do get this done, but failed.

BTW,
host=sparc-sun-solaris2.6
target=m68k-coff
prefix=/opt/depot/m68k-coff-gcc-2.95

I can build and install binutils without a hitch:

cd build-binutils
../binutils-2.9.1/configure --host=$host --target=$target --prefix=$prefix
make all install
cd ..
export PATH=$prefix/bin:$PATH

However, when I:

cd gcc-2.95
ln -s ../newlib-1.8.1/newlib
ln -s ../newlib-1.8.1/libgloss
cd ../build-gcc
../gcc-2.95/configure --host=$host --target=$target --prefix=$prefix
--with-newlib
make cross LANGUAGES="c c++" install

my build fails:

/bin/sh ./fixinc.sh `pwd`/include
/opt/depot/m68k-coff-gcc-2.95/m68k-coff/sys-include
Fixing headers into /home/gallen/gnu-m68k/build-gcc/gcc/include for
m68k-unknown-coff target
./fixinc.sh: /opt/depot/m68k-coff-gcc-2.95/m68k-coff/sys-include: does not
exist
make[1]: *** [stmp-fixinc] Error 1

What am I doing wrong?!

Thanks,
-Greg
----------------------------------------------------------------------------
| Gregory E. Allen <gallen@arlut.utexas.edu> |                             |
|     http://www.ece.utexas.edu/~allen/      |  H O O K  'E M   H O R N S  |
| Advanced Tech Lab / Sonar Development Div  |                             |
|       Applied Research Laboratories        | http://www.arlut.utexas.edu |
|     The University of Texas at Austin      | http://www.utexas.edu       |
----------------------------------------------------------------------------
_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.

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