[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] avrdude install on ubuntu
From: |
Mike Gordon |
Subject: |
[avrdude-dev] avrdude install on ubuntu |
Date: |
Wed, 10 May 2006 20:48:42 -0600 |
I'm attempting to install avrdude-4.4.0 in ubuntu linux distribution
following the instructions given in the avr-libc docs. When running make
the following is output:
make[1]: Entering directory `/home/mg/local/avr/avrdude-4.4.0/obj-avr'
Making all in doc
make[2]: Entering directory `/home/mg/local/avr/avrdude-4.4.0/obj-avr/doc'
mkdir -p avrdude-html
texi2html -split_node ../../doc/avrdude.texi
mv *.html avrdude-html
TEXINPUTS="../../doc:$TEXINPUTS" \
MAKEINFO='/bin/sh /home/mg/local/avr/avrdude-4.4.0/missing --run makeinfo
-I ../../doc' \
texi2dvi `test -f '../../doc/avrdude.texi' || echo
'../../doc/'`../../doc/avrdude.texi
/bin/sh: texi2dvi: command not found
make[2]: *** [avrdude.dvi] Error 127
make[2]: Leaving directory `/home/mg/local/avr/avrdude-4.4.0/obj-avr/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mg/local/avr/avrdude-4.4.0/obj-avr'
make: *** [all] Error 2
Can you point me to what I'm doing wrong? I'm new to linux so any info
must be newbi - ized for me to comprehend.
Thanks,
Mike Gordon
Math-Robotics
Piedra Vista High School
5700 College Blvd.
Farmington, NM 87402
(505) 599-8880 Ext 5331
- [avrdude-dev] avrdude install on ubuntu,
Mike Gordon <=