[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] STK500v2 paged mode EEPROM fixes
From: |
Joerg Wunsch |
Subject: |
Re: [avrdude-dev] STK500v2 paged mode EEPROM fixes |
Date: |
Sat, 9 Sep 2006 15:44:40 +0200 |
User-agent: |
Mutt/1.5.11 |
As Bob Paddock wrote:
> Under Cygwin I'm getting errors when I run automake and autoconf.
Which errors?
> The instructions in the avrdude.pdf manual imply that configure
> already exits, but I didn't get it with a cvs checkout?
They only exist in the source code distribution but not in CVS.
> Is there a specific procedure I need to create 'configure'?
It's moderately system dependent. Under Linux, all I need to do
is to run the ./bootstrap script. Under FreeBSD, I'm setting the
following environment variables (C-shell syntax):
setenv AC_VER 259
setenv AM_VER 19
setenv LDFLAGS -L/usr/local/lib
setenv CFLAGS "-g -O -I/usr/local/include"
I can also upload a bootstrapped source tree somewhere if people have
troubles running the auto* tools.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)