bugAVR Downloader/UploaDEr - Bugs: bug #10042, running make on AVRDUDE gives...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #10042: running make on AVRDUDE gives errors

Submitter:  None
Submitted:  Tue 17 Aug 2004 03:13:03 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  bdean Originator Name: 
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Wed 15 Sep 2004 06:23:39 PM UTC, comment #3: 

No additional feedback from the OP - closing.

Brian Dean <bdean>
Group administrator
Wed 15 Sep 2004 05:44:53 PM UTC, comment #2: 

There has been no further feedback from the OP. Brian, do you want to go ahead and close this?

Eric

Eric Weddington <arcanum>
Group Member
Thu 19 Aug 2004 12:15:49 AM UTC, comment #1: 

I'm guessing that you don't have the tools necessary to generate the avrdude documentation on your system.  Double check that 'texi2html' is in your path.  If not, try installing the 'teTeX' distribution, which I believe provides this.  I recommend using 'DarwinPorts' for this:  http://darwinports.opendarwin.org/

Brian Dean <bdean>
Group administrator
Tue 17 Aug 2004 03:13:03 PM UTC, original submission:  

I've un-tarred the avrdude program, then went into the resulting directory avrdud-4.x.0/ and created a sub-dir called obj-avr.  From within there I ran
../configure --prefix=$PREFIX         (where $PREFIX is my install location /usr/local/avr )

The configure seems to run okay.  But when I then run make I get a few errors  as make tries to do some stuff in the doc sub-dir:

ibook:usr/local/avr/avrdude-4.3.0/obj-avr rk$ make
make  all-recursive
Making all in doc
mkdir -p avrdude-html
texi2html -split_node ../../doc/avrdude.texi
mv *.html avrdude-html
mv: rename .html to avrdude-html/.html: No such file or directory
make[2]: * [html] Error 1
make[1]: * [all-recursive] Error 1
make: * [all] Error 2

This seems to happen on version 4.30 and 4.4.0.  
I'm doing this all on a Mac G3 ibook under OSX 10.3.5 in a bash shell

Ross.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-15 bdean Open/ClosedOpen Closed
2004-08-19 bdean Assigned toNone bdean

Back to the top

Powered by Savane 3.14-962f.
Corresponding source code