Talking to myself again :)
I got it to compile by replacing:
 } configure_default_options[] = ;
with:
 } configure_default_options[1];
Since this is a generated file, you have to get the error first in order
to have a file to modify, so this is cleary not the solution to the
problem, but I hope it points the way.

Garst

"Garst R. Reese" wrote:
> 
> "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
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
> For a limited time only, get FREE Ground shipping on all orders of $35
> or more. Hurry up and shop folks, this offer expires April 30th!
> http://www.thinkgeek.com/freeshipping/?cpg=12297
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to