AVR C Runtime Library - Bugs: bug #56650, ...
You are not allowed to post comments on this tracker with your current authentication level.
bug #56650: https://www.nongnu.org/avr-libc/user-manual/install_tools.html
Submitter: | None | ||
Submitted: | Sun 21 Jul 2019 01:30:36 AM UTC | ||
Category: | Documentation | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | Documentation |
Status: | None | Percent Complete: | 0% |
Assigned to: | None | Originator Email: | -email is unavailable- |
Open/Closed: | Open | Release: | 2.0.0 |
Fixed Release: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
No changes have been made to this item
Hello All,
Just a small error in the instructions on how to build avr-libc with debugging symbols. The web page (in the summary) says to pass --with-debug-info this is incorrect. We must pass --enable-debug-info instead.
Chris