avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] problem docs from cvs source tarball


From: Galen Seitz
Subject: [avr-libc-dev] problem docs from cvs source tarball
Date: Tue, 08 Nov 2005 22:52:41 -0800

I'm having trouble building the docs from a source tarball that was 
generated from cvs.

Here's how I'm generating a source tarball.

 cvs -z3 -d:ext:address@hidden:/cvsroot/avr-libc co avr-libc
 cd avr-libc
 ./bootstrap 
 ./configure --enable-doc --disable-versioned-doc --build=`./config.guess` 
--host=avr
 make distcheck DISTCHECK_CONFIGURE_FLAGS="--build=`./config.guess` --host=avr"

This generates the file avr-libc-1.3.0.20051105.tar.bz2.  When I try a
build that includes docs, the build fails.

 cd ~/src
 tar -xjf avr-libc-1.3.0.20051105.tar.bz2
 cd avr-libc-1.3.0.20051105
 ./configure --enable-doc --disable-versioned-doc --build=`./config.guess` 
--host=avr
 make

make generates this error:
...
avr-objcopy -j .eeprom --change-section-lma .eeprom=0 -O binary demo.elf 
demo_eeprom.bin
avr-objcopy -j .eeprom --change-section-lma .eeprom=0 -O srec demo.elf 
demo_eeprom.srec
make[4]: Leaving directory 
`/home/galens/src/avr-libc-1.3.0.20051105/doc/examples/demo'
make[3]: *** No rule to make target `doxygen.config.in', needed by 
`doxygen.config'.  Stop.
make[3]: Leaving directory `/home/galens/src/avr-libc-1.3.0.20051105/doc/api'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/galens/src/avr-libc-1.3.0.20051105/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/galens/src/avr-libc-1.3.0.20051105'
make: *** [all] Error 2

Examining the tarball shows that doxygen.config.in does not exist.  Am
I doing something wrong when I generate the tarball?

thanks,
Galen






reply via email to

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