sprintersb

Results 43 comments of sprintersb

> The difficulty of this idea is that the current scheme to fill the vector table with JMP/RJMP instructions to locations that are eventually inserted by the linker won't work...

avr-gcc and AVR-LibC are only loosely coupled. In particular, when the compiler lists a device as being supported that does not imply it is also supported by LibC. The compiler...

> How would thousands of users know, though? And would it not be kinder to the world if AVR-LibC provided the right files once and for all rather than asking...

> so the packages that provide the GUI have figured out what needs doing and offer the needed files in the context of the GUI workflow? The GUI itself is...

This proposal is quite old, it dates back to 2008 and prior to the introduction of `__builtin_avr_delay_cycles` in 2011 with avr-gcc [v4.7](https://gcc.gnu.org/gcc-4.7/changes.html#avr). * avr-gcc [built-ins online documentation](https://gcc.gnu.org/onlinedocs/gcc/AVR-Built-in-Functions.html). * avr-gcc initial...

Re-building would also fix #597. (Though https://www.nongnu.org/avr-libc/user-manual/using_tools.html is pretty much outdated).

Fixed by using an updated Doxygen version (v1.9.1).

`config.guess` is generated by `bootstrap` which runs autotools to generate it. So it seems there is a problem on your build machine?