kcuzner / avrdude

avrdude with a Linux SPI programmer type
http://kevincuzner.com/2013/05/27/raspberry-pi-as-an-avr-programmer/
107 stars 68 forks source link

Updating my avrdude #21

Closed martynwheeler closed 4 years ago

martynwheeler commented 4 years ago

Hi, Sorry for the dumb question. I'd like to use this version of avrdude but I am not sure how to compile it. I tried using automake but it gave me a load of errors:

configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
configure.ac:28: error: required file './config.guess' not found
configure.ac:28:   'automake --add-missing' can install 'config.guess'
configure.ac:28: error: required file './config.sub' not found
configure.ac:28:   'automake --add-missing' can install 'config.sub'
configure.ac:38: error: required file './install-sh' not found
configure.ac:38:   'automake --add-missing' can install 'install-sh'
Makefile.am: error: required file './INSTALL' not found
Makefile.am:   'automake --add-missing' can install 'INSTALL'
configure.ac:34: error: required file 'ac_cfg.h.in' not found
Makefile.am: error: required file './depcomp' not found
Makefile.am:   'automake --add-missing' can install 'depcomp'
/usr/share/automake-1.16/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.16/am/depend2.am:   The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
/usr/share/automake-1.16/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
/usr/share/automake-1.16/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.16/am/depend2.am:   The usual way to define 'AMDEP' is to add one of the compiler tests
/usr/share/automake-1.16/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
/usr/share/automake-1.16/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.16/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
configure.ac: error: required file './ylwrap' not found
configure.ac:   'automake --add-missing' can install 'ylwrap'
doc/Makefile.am:33: error: required file 'doc/mdate-sh' not found
doc/Makefile.am:33:   'automake --add-missing' can install 'mdate-sh'
doc/Makefile.am:33: error: required file 'doc/texinfo.tex' not found
doc/Makefile.am:33:   'automake --add-missing' can install 'texinfo.tex'
martynwheeler commented 4 years ago

Sorry, this was me being dumb!