avr-gcc-list
[Top][All Lists]
Advanced

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

[avr-gcc-list] Re: AVR-GCC-list Digest, Vol 50, Issue 27


From: Nicholas Vinen
Subject: [avr-gcc-list] Re: AVR-GCC-list Digest, Vol 50, Issue 27
Date: Sun, 15 Mar 2009 12:19:31 +1100
User-agent: Thunderbird 2.0.0.19 (X11/20090103)


I have avr-gcc 4.1.2, 4.2.4 and 4.3.3 installed. Checking the parts supported by each, only the 4.3.3 version supports attiny88

I would recommend you stick with 4.3.2. It probably supports tiny88 too. However, anything before 4.3 probably won't.


Nicholas


address@hidden wrote:
Message: 4
Date: Fri, 13 Mar 2009 18:53:18 -0800
From: Dave N6NZ <address@hidden>
Subject: Re: [avr-gcc-list] Mac Development for attiny88
To: David Tuzman <address@hidden>
Cc: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Have you been trying the macports and fink stuff?  I'm not sure how well 
either of those is kept up.  You might be better off building your own 
from fresh sources.

-dave

David Tuzman wrote:
  
Hi,

I'm trying to set up AVR development on my Intel-Based MacBook Pro.  
I've tried various toolchain packages, but none of them seem to have 
capabilities for the new attiny88.  I found a patch for avrdude to add a 
-p flag for tiny88, but I haven't been able to install an avr-gcc that 
allows me to compile for attiny88.  What do you suggest I do?

I most recently installed AVRMacPack, and this is what I get when I try 
to use the makefile:

avr-gcc -Wall -Os -DF_CPU=8000000 -mmcu=attiny88 -c main.c -o main.o
unknown MCU 'attiny88' specified
Known MCU names:
 avr2
 at90s2313
 at90s2323
 at90s2333
 at90s2343
 attiny22
 attiny26
 at90s4414
 at90s4433
 at90s4434
 at90s8515
 at90c8534
 at90s8535
 avr25
 attiny13
 attiny2313
 attiny24
 attiny44
 attiny84
 attiny25
 attiny45
 attiny85
 attiny261
 attiny461
 attiny861
 at86rf401
 avr3
 atmega103
 atmega603
 at43usb320
 at43usb355
 at76c711
 avr4
 atmega8
 atmega48
 atmega88
 atmega8515
 atmega8535
 atmega8hva
 at90pwm1
 at90pwm2
 at90pwm3
 avr5
 atmega16
 atmega161
 atmega162
 atmega163
 atmega164p
 atmega165
 atmega165p
 atmega168
 atmega169
 atmega169p
 atmega32
 atmega323
 atmega324p
 atmega325
 atmega325p
 atmega3250
 atmega3250p
 atmega329
 atmega329p
 atmega3290
 atmega3290p
 atmega406
 atmega64
 atmega640
 atmega644
 atmega644p
 atmega645
 atmega6450
 atmega649
 atmega6490
 atmega128
 atmega1280
 atmega1281
 atmega16hva
 at90can32
 at90can64
 at90can128
 at90usb82
 at90usb162
 at90usb646
 at90usb647
 at90usb1286
 at90usb1287
 at94k
 avr1
 at90s1200
 attiny11
 attiny12
 attiny15
 attiny28
main.c:1: error: MCU 'attiny88' supported for assembler only
In file included from main.c:7:
/usr/local/lib/gcc/avr/4.2.0/../../../../avr/include/avr/io.h:301:6: 
warning: #warning "device type not defined"

The list doesn't not include "attiny88", so I don't know what to do.  Do 
you have any suggestions?

Thanks
-David

ps.  I have tried a few different toolchain compilations, along with 
trying to download some of the individual things alone, so I might have 
a bunch of old versions hanging around.  Is there a way I can make sure 
all the items in the toolchain are using the stuff from macpack?


_______________________________________________
AVR-GCC-list mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

    


reply via email to

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