"Garst R. Reese" wrote: > > Configure works (finds msp430-as etc) > Released version of gcc-3.4.0 > binutils-040414 With further investigation, I found that $machine in gcc/config.gcc was not defined. I also noticed that before my cp -a ... it was $target, so I changed all instances back to $target. The compile now goes for a long time, but stops on:
In file included from ../../gcc/gcc.c:139: configargs.h:7: parse error before `;' make[1]: *** [gcc.o] Error 1 make[1]: Leaving directory `/usr/local/src/gcc-3.4.0/bld/gcc' make: *** [all-gcc] Error 2 Command exited with non-zero status 2 1921.11user 127.79system 34:46.59elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (916691major+924620minor)pagefaults 0swaps Here's the file (c&p changed format) : /* Generated automatically. */ static const char configuration_arguments[] = "../configure --target=msp430 --prefix=/usr/local/msp430 --disable-nls"; static const char thread_model[] = "single"; static const struct { const char *name, *value; } configure_default_options[] = ; Garst > Make gets to: > checking if mkdir takes one argument... no > *** Configuration not supported > make: *** [configure-gcc] Error 1 > > This is using mspgcc/gcc/gcc-current just updated from cvs. > > Thanks, > Garst