Greetings,
I ran into a problem building the tool chain. I was following directions from this site: http://www.mikrocontroller.net/mspgcc.en.htm I did the wget and tar part without any problems. Am I missing a file?? feynman:/tmp/mspgcc/binutils-2.14# CC=gcc ./configure --prefix=/usr/local/msp430 --target=msp430 loading cache ./config.cache checking host system type... i686-pc-linux-gnulibc1 checking target system type... msp430-unknown-none checking build system type... i686-pc-linux-gnulibc1 /usr/bin/ld: cannot open crt1.o: No such file or directory collect2: ld returned 1 exit status *** The command 'gcc -o conftest -g -O2 conftest.c' failed. *** You must set the environment variable CC to a working compiler. feynman:/tmp/mspgcc/binutils-2.14# ls COPYING config.cache include makefile.vms msp430 COPYING.LIB config.guess install-sh md5.sum opcodes Makefile.def config.if intl missing setup.com Makefile.in config.log ld mkdep src-release Makefile.tpl config.sub libiberty mkinstalldirs symlink-tree README configure libtool.m4 move-if-change texinfo bfd configure.in ltcf-c.sh mpw-README ylwrap binutils etc ltcf-cxx.sh mpw-build.in confdefs.h gas ltcf-gcj.sh mpw-config.in config gettext.m4 ltconfig mpw-configure config-ml.in gprof ltmain.sh mpw-install feynman:/tmp/mspgcc/binutils-2.14# echo $CC /usr/bin/gcc feynman:/tmp/mspgcc/binutils-2.14# gcc --version gcc (GCC) 3.3.3 (Debian 20040401) feynman:/tmp/mspgcc/binutils-2.14# uname -a Linux feynman 2.4.25-1-686 #3 Wed Apr 14 21:56:44 EST 2004 i686 GNU/Linux Thanks for any help. \/ Sincerely, David Smead http://www.amplepower.com
