Hello!
I just tried to compile mspgcc on OSX. binutils compiles fine, but when
trying to compile gcc, it compiles fine for a while, then after some
time fires up a ./configure which bails out with:
checking for stdio.h... no
configure: error: Can't find stdio.h.
You must have a usable C system for the target already installed, at least
including headers and, preferably, the library, before you can configure
the G77 runtime system. If necessary, install gcc now with `LANGUAGES=c',
then the target library, then build with `LANGUAGES=f77'.
make: *** [configure-target-libf2c] Error 1
I did a
$ sudo bash
# LANGUAGES=c make install
# exit
$ make
but still same error. /usr/msp430/include is still empty.
What's going wrong here?
Regards,
Jens