Hello,
I am not able to build mspgcc-4.3.4 from source. The build process with
the following error:
gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild
-I/home/godfather/mspgcc4/build/buildgcc-4.3.4/../gcc-4.3.4/gcc
-I/home/godfather/mspgcc4/build/buildgcc-4.3.4/../gcc-4.3.4/gcc/build
-I/home/godfather/mspgcc4/build/buildgcc-4.3.4/../gcc-4.3.4/gcc/../include
-I/home/godfather/mspgcc4/build/buildgcc-4.3.4/../gcc-4.3.4/gcc/../libcpp/include
-I/home/godfather/mspgcc4/build/buildgcc-4.3.4/./gmp
-I/home/godfather/mspgcc4/build/gcc-4.3.4/gmp
-I/home/godfather/mspgcc4/build/buildgcc-4.3.4/./mpfr
-I/home/godfather/mspgcc4/build/gcc-4.3.4/mpfr
-I/home/godfather/mspgcc4/build/buildgcc-4.3.4/../gcc-4.3.4/gcc/../libdecnumber
-I/home/godfather/mspgcc4/build/buildgcc-4.3.4/../gcc-4.3.4/gcc/../libdecnumber/dpd
-I../libdecnumber -o build/genmodes.o
/home/godfather/mspgcc4/build/buildgcc-4.3.4/../gcc-4.3.4/gcc/genmodes.c
/home/godfather/mspgcc-4.3.4/msp430/bin/as: unrecognized option '-Qy'
make[2]: *** [build/genmodes.o] Error 1
make[2]: Leaving directory
`/home/godfather/mspgcc4/build/buildgcc-4.3.4/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/godfather/mspgcc4/build/buildgcc-4.3.4'
make: *** [all] Error 2
Any ideas?
Rohit Pagariya