avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #18818] ATMega644P missing second USART erroneously


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #18818] ATMega644P missing second USART erroneously
Date: Thu, 18 Jan 2007 13:18:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

Update of bug #18818 (project avr-libc):

                  Status:                    None => Invalid                
             Assigned to:                    None => joerg_wunsch           

    _______________________________________________________

Follow-up Comment #1:

Works as designed:

$252% cat > foo.c
#include <avr/io.h>

void foo(void)
{
  UCSR1A = 42;
}
^D
$ avr-gcc -mmcu=atmega644p -c foo.c
$ avr-gcc -mmcu=atmega644 -c foo.c
foo.c: In function 'foo':
foo.c:5: error: 'UCSR1A' undeclared (first use in this function)
foo.c:5: error: (Each undeclared identifier is reported only once
foo.c:5: error: for each function it appears in.)

Are you perhaps using an obsolete version of compiler and/or
library?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?18818>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]