Günter Dannoritzer <[EMAIL PROTECTED]> wrote: > I should have also tried without the -program-prefix option. Anyhow, > another difference I noticed is that for the libc configuration no > --prefix is given on the avr libc page. Is that a possible > difference?
Yes, you need to run it with a consistent --prefix for the entire toolchain (or no --prefix at all, then it defaults to /usr/local). For avr-libc < 1.4, this needs to be given to the ./doconf wrapper, while ave-libc 1.4 (and above) now uses standard ./configure syntax as any other tools. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
