As Boyapati, Anitha wrote: > While running bootstrap, I faced following config error. A quick > look at the dir structure shows that atxmega64a1u doesn't exist. Any > idea?
> configure.ac:1279: required file`avr/lib/avrxmega5/atxmega64a1u/Makefile.in' > not found When adding the ATxmega64A1U device, someone mistyped the directory name in devtools/gen-avr-lib-tree.sh as "atxmega64a1" (lacking the "u"). You could spot that in the initial messages: + ./devtools/gen-avr-lib-tree.sh Generating source directories: ... avr/lib/avrxmega5/ avr/lib/avrxmega5/atxmega64a1 avr/lib/avrxmega5/atxmega64a1 That directory was created twice. Probably a cut&paste error, I fixed it. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-libc-dev