Ok, support for many processors is missing because binutils is not patched.

I think it is a copypaste error in the build script:

Index: buildgcc.sh
===================================================================
--- buildgcc.sh (revision 7)
+++ buildgcc.sh (working copy)
@@ -187,9 +187,9 @@

        cd binutils-$BINUTILS_VERSION

-       if [ -e ../../binutils-$GCC_VERSION.patch ]
+       if [ -e ../../binutils-$BINUTILS_VERSION.patch ]
        then
-               patch -p1 < ../../binutils-$GCC_VERSION.patch
+               patch -p1 < ../../binutils-$BINUTILS_VERSION.patch
        fi

        ./configure --prefix=$TARGET_LOCATION --target=msp430 || exit 5


Regards,
Mark
markra...@gmail
-- 
Mark Rages, Engineer
Midwest Telecine LLC
[email protected]

Reply via email to