Dima wrote:
> 
> which means that *your* mkdir takes *at least* two arguments (not just
> 'mkdir newdir')...
Except to build gcc I did mkdir bld, cd bld
../configure --target=msp430 --prefix=/usr/local/msp430 --disable-nls
make

Linux-2.4.25

Now, it seems that there should be an mh-msp430 here.
bash$ ls gcc-3.4.0/config
ChangeLog     mh-cygwin       mh-interix   mh-ppcpic    mh-x86pic    
mt-wince
accross.m4    mh-decstation   mh-lynxrs6k  mh-s390pic   mt-alphaieee 
no-executables.m4
acinclude.m4  mh-dgux386      mh-m68kpic   mh-sco       mt-d30v      
progtest.m4
acx.m4        mh-djgpp        mh-mingw32   mh-solaris   mt-linux
gettext.m4    mh-elfalphapic  mh-ncr3000   mh-sparcpic  mt-netware
mh-armpic     mh-i370pic      mh-necv4     mh-sysv4     mt-ospace
mh-cxux       mh-ia64pic      mh-papic     mh-sysv5     mt-v810

bash$ ls gcc-3.4.0/gcc/config/msp430
CVS  libgcc.S  msp430-protos.h  msp430.c  msp430.h  msp430.md  t-msp430 
xm-msp430.h

configure.in has this:


  msp430-*-*)
    noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version}
${libgcj}"
    ;;



> Sounds terrific :)
> 
> Can you be more specific like: Os you're building under, configure arguments,
> etc...
> 
> cheers,
> ~d
> 
> On Wednesday 21 April 2004 05:39, Garst R. Reese wrote:
> > Configure works (finds msp430-as etc)
> > Released version of gcc-3.4.0
> > binutils-040414
> > 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: IBM Linux Tutorials
> > Free Linux tutorial presented by Daniel Robbins, President and CEO of
> > GenToo technologies. Learn everything from fundamentals to system
> > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> > _______________________________________________
> > Mspgcc-users mailing list
> > Mspgcc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mspgcc-users
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to