avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avrdude-dev] Build under Cygwin & Auto Tools versions


From: Alex Shepherd
Subject: RE: [avrdude-dev] Build under Cygwin & Auto Tools versions
Date: Wed, 7 Jan 2004 08:59:00 +1300

> Oh, oh wait!..... I almost forgot....
> 
> Add the lines below *before* bootstrap... IIRC, this solved 
> the problem. Here's what I use to build avrdude. Replace the 
> variables with your directories 
> of course.
> 
> -----------------------
> export ACLOCAL=aclocal
> export AUTOHEADER=autoheader
> export AUTOCONF=autoconf
> export AUTOMAKE=automake
> 
> ./bootstrap
> cd $BUILDDIR
> ../configure --prefix=$INSTALLDIR --datadir=$INSTALLDIR 
> --sysconfdir=$BINDIR make LDFLAGS="-static" make install 
> #make dist #make distcheck > distcheck.log 2>&1
> ---------------------------

Ok well it gets a little further, it is happy with autoconf but now
doesn't like automake :(

Output is below

Alex

=========================================================
address@hidden /cygdrive/e/MyDocuments/Projects/avrdude
$ ./setup.sh
+ AUTOHEADER=autoheader-2.57
+ AUTOCONF=autoconf-2.57
+ AUTOMAKE=automake-1.7
+ ACLOCAL=aclocal-1.7
+ export ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE
+ rm -rf obj-avr
+ mkdir obj-avr
+ export ACLOCAL=aclocal
+ ACLOCAL=aclocal
+ export AUTOHEADER=autoheader
+ AUTOHEADER=autoheader
+ export AUTOCONF=autoconf
+ AUTOCONF=autoconf
+ export AUTOMAKE=automake
+ AUTOMAKE=automake
+ ./bootstrap
You need to use automake version 1.7 (preferrably 1.7.3).
automake: not found
You are using .
+ cd obj-avr
+ ../configure --prefix=/home/alexs/local/avrdude
./setup.sh: line 26: ../configure: No such file or directory
+ make distcheck
make: *** No rule to make target `distcheck'.  Stop.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]