David Fernandez <dfernan...@solarflare.com> wrote: > Does anybody know if it is possible to do a combined gcc build including > the avr-lib, similar to what can be done for newlib (where I can symlink > newlib and libgloss inside gcc sources)?
Curious: what would you expect from that, as opposed to do what everyone else does, and compile the library once the compiler is done? AFAICT, the newlib thing is a little different: for architectures where GCC needs a target library itself (e.g. for stdio), you have to create a bootstrap GCC, then compile the library, and then re-iterate over the GCC build to continue with those parts that could not be done before. But for the AVR target, that's not necessary. (I know it the way above from ARM targets.) -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-gcc-list