[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] avr-gcc problems with ver 3.0 prerelease for attiny11,12,
From: |
Heiko |
Subject: |
[avr-gcc-list] avr-gcc problems with ver 3.0 prerelease for attiny11,12,15 |
Date: |
Thu, 21 Jun 2001 12:53:42 +0000 |
Hi avr-gcc-list,
we encounter problems with the prerelease version 3.0 20010605 in avr-gcc.
Compiler does not recognize attiny11,12,15. Attiny22,90s2323 are recognized
e.g.
OS:
Suse Linux 7.0
Program test2.c is as following:
int main(void)
{
for(;;);
}
Invoke:
avr-gcc -c -g -O2 -Wall -Wstrict-prototypes -Wa,-ahlms=test2.lst
-mmcu=attiny15 -I. test2.c -o test2.o
Response:
cc1: MCU `attiny15' not supported
Are there any known problems to it ?
Regards
Heiko Schroeter
Hochschule Bremen
address@hidden
- [avr-gcc-list] avr-gcc problems with ver 3.0 prerelease for attiny11,12,15,
Heiko <=