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

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

Re: [avr-gcc-list] Assembler programs with avr-as


From: Theodore A. Roth
Subject: Re: [avr-gcc-list] Assembler programs with avr-as
Date: Tue, 10 Dec 2002 13:32:26 -0800 (PST)

On Tue, 10 Dec 2002, Andreas Schwarz wrote:

:) Hi,
:)
:) I want to port an assembler program from avrasm to avr-as.
:) I have installed binutils, do I need gcc too?
:) Where are the register definitions for the controllers? I started avr-as
:) with the option -mmcu=at90s2333, but it complained about things like
:) PORTD etc.
:) Is there anything else I have to know about avr-as?

To the best of my knowledge, you _could_ use avr-as standalone. Although
doing so, you can't use the C preprocessor (ok, you could run it manually,
but that'd be a royal pain) and you'd have to write (or port) include
files.

You are probably best off just grabbing binutils, gcc and avr-libc.
[binutils for avr-as, gcc to get the preprocessor, etc and avr-libc for
the headers]

Ted Roth

avr-gcc-list at http://avr1.org



reply via email to

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