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

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

Re: [avr-gcc-list] Assembly only, with avr-gcc


From: Theodore A. Roth
Subject: Re: [avr-gcc-list] Assembly only, with avr-gcc
Date: Wed, 10 Oct 2001 10:48:39 -0600 (MDT)

I was able to use avr-as to assemble an asm file like this:

  avr-as -mmcu=at90s8515 -o test.out test.asm
  avr-objcopy -O ihex test.out test.hex

The hex file was identical to one I created using Atmels assembler and the
test.asm file is a complete program for my purposes.

Ted

On Mon, 8 Oct 2001, Jesper Hansen wrote:

:)Hi all,
:)
:)Does anyone know how to make avr-gcc (or actually avr-ld) skip
:)the startup file gcrt*.o ???
:)
:)I want to use only assembly code, but it always tries to link in the
:)startup block.
:)
:)/Jesper
:)
:)
:)_______________________________________________
:)avr-gcc-list mailing list
:)address@hidden
:)http://avr.jpk.co.nz/mailman/listinfo/avr-gcc-list
:)






reply via email to

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