Is /usr/local/msp430/bin on your path? The build instructions on the web site indicate that that is necessary after building gcc, but before building the library - I find it is necessary after building binutils but before building gcc. Also, it looks like you have paths /usr/local/msp430/msp430/... in there - there should only be one "msp430" clause.
mvh. David > Hi gang... > > Im new to the list, i just recieved my first couple of MSP430s so im trying to > get this working. > > Binutils was patched and installed ok. > > But during compiling of GCC-3.2 (using the GCC3.3 patch) i get: > > checking for fcntl.h... yes > checking for alloca.h... yes > checking for sys/wait.h that is POSIX.1 compatible... no > checking whether time.h and sys/time.h may both be included... no > checking whether errno must be declared... yes > checking for ANSI C header files... no > checking for uintptr_t... no > checking whether the C compiler (/home/share/backup/linux/gcc-stuff/gcc-3.2/gcc/xgcc -B/home/share/backup/li nux/gcc-stuff/gcc-3.2/gcc/ -B/usr/local/msp430/msp430/bin/ -B/usr/local/msp4 30/msp430/lib/ -isystem /usr/local/msp430/msp430/include -g -O2 ) works... no > configure: error: installation or configuration problem: C compiler cannot create executables. > make: *** [configure-target-libiberty] Error 1 > > [r...@linux gcc-3.2]# /home/share/backup/linux/gcc-stuff/gcc-3.2/gcc/xgcc --version > xgcc (GCC) 3.2 > Copyright (C) 2002 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > [r...@linux gcc-3.2]# /home/share/backup/linux/gcc-stuff/gcc-3.2/gcc/xgcc -v > Using built-in specs. > Configured with: ./configure --target=msp430 --prefix=/usr/local/msp430 --enable-languages=c, c++ > Thread model: single > gcc version 3.2 > [r...@linux gcc-3.2]# > > I added the version info from xgcc just in case it will help. > > Any ideas on how i fix this? > > Thanks, > Mark Williams (MWP). > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > >