bugAVR C Runtime Library - Bugs: bug #42696, need lowercase for...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #42696: need lowercase for __AVR_ATmega32HVBrevB__

Submitter:  None
Submitted:  Mon 07 Jul 2014 04:04:28 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  Invalid Assigned to:  joerg_wunsch
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  Any
Fixed Release:  None

Mon 07 Jul 2014 09:09:45 PM UTC, comment #1: 

Sorry, the official GCC repository has always used the
macro name _AVR_ATmega32HVBREVB_ (added on 2013-02-28 to
file gcc/config/avr/avr-mcus.def):


AVR_MCU ("atmega32hvbrevb",      ARCH_AVR5, AVR_ISA_NONE, "__AVR_ATmega32HVBREVB__",   0x0100, 1, "m32hvbrevb")


If the Atmel toolchain decides to deviate from that, they
ought to patch their version of avr-libc.  Obviously, we
would not encourage them to to so, rather to stay in sync
with the offical public toolchains.

Joerg Wunsch <joerg_wunsch>
Group administrator
Mon 07 Jul 2014 04:04:28 PM UTC, original submission:  

avr-libc trunk build fails.

include/avr/io.h looks for HVBREVB to be defined instead of HVBrevB.
Same thing for mega16HVBrevB.

compiling with avr-gcc 4.8.1 from Atmel AVR toolchain 3.4.4.
http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORLINUX.aspx

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-07-07 joerg_wunsch StatusNone Invalid
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code