One more problem building the mspgcc, hope you can help me.
After copying the files from gcc-3.3/* to the core (gcc-3.2.3), I try to
configure with:
./configure --target=msp430 --prefix=/opt/mspgcc/
The answer is:
Configuring for a i686-pc-linux-gnu host.
*** cannot find config.sub.
The exit happens probably on line 537 of configure-script by this code:
if ${config_shell} ${configsub} sun4 >/dev/null 2>&1 ; then
true
else
echo '***' cannot find config.sub. 1>&2
exit 1
fi
I'm using Ubuntu 8.04 on a (cheap) ASUS Notebook.
Configuring gcc-3.2.3 without mspgcc-files ends without errors.
Is it a hardware conflict?
Greetings
Michael