Subject: Cross-compiler woes
To: None <port-sgimips@netbsd.org>
From: Gerald Heinig <Gerald.Heinig@post.rwth-aachen.de>
List: port-sgimips
Date: 01/05/2001 00:19:20
Hi all,

I'm having problems building a cross-compiler (gcc-2.95.2) to create binaries for my Indigo R4000.
At the moment I'm working under FreeBSD (haven't got round to installing NetBSD on my PC yet) and built binutils(latest)
for mips-mips-ecoff target without problems. gcc, however, won't compile under FreeBSD or Solaris 7 x86 using configure
options of

--with-gnu-as --with-gnu-ld --target=mips-ecoff --enable-languages=c

It complains about not finding stdlib.h. I followed the instructions of the cross-gcc homepage, but I'm obviously doing
something wrong.
Anyone have any ideas where I'm goofing?

thanks for any pointers,

Gerald

ps. I installed binutils under /usr/local and they're found correctly by gcc configure.