|
From: SourceForge.net <no...@so...> - 2007-03-19 16:12:13
|
Bugs item #1648575, was opened at 2007-01-31 01:41 Message generated for change (Comment added) made by arcanum You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=520074&aid=1648575&group_id=68108 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: sklerozzz (sklerozzz) >Assigned to: Eric Weddington (arcanum) Summary: "Device:" blank in output window Initial Comment: Device name is omitted in "AVR memory usage" section in output window. To resolve, change line 427 of makefile_template from ELFSIZE = $(SIZE) --format=avr $(TARGET).elf to ELFSIZE = $(SIZE) --mcu=$(MCU)--format=avr $(TARGET).elf ---------------------------------------------------------------------- >Comment By: Eric Weddington (arcanum) Date: 2007-03-19 10:12 Message: Logged In: YES user_id=543419 Originator: NO This issue will be fixed in the next release of WinAVR, in the Makefile Template. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=520074&aid=1648575&group_id=68108 |