Hello,
i want to compile MSP-GCC4 for Zenwalk Linux. I have compiled the
binutils for Linux (worked without problems) but mps430-gcc does
absolutely not compile and leaves me no useful errormsg.
My way of building looks like this:
cd $startdir/src/gcc-4.4.3/
patch -p1 < "$startdir/gcc-4.4.3.patch"
mkdir buildme
cd buildme
../configure --target=msp430 --prefix=/usr --disable-nls
--enable-languages=c --disable-libssp --prefix=/usr --localstatedir=/var
--sysconfdir=/etc
make || return 1
make install DESTDIR=$startdir/pkg
Where's my error? How to fix it?
I attached my buildfile including the logfile. Hope you can help me =)
Michael