[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] bootloader and irq vectors
From: |
Marek Michalkiewicz |
Subject: |
Re: [avr-gcc-list] bootloader and irq vectors |
Date: |
Fri, 20 May 2005 07:41:41 +0200 |
User-agent: |
Mutt/1.5.9i |
On Thu, May 19, 2005 at 03:12:46PM -0700, Larry Barello wrote:
> and somehow trick the compiler into using "rcall" instead of
> "call" (or just write the whole thing in assembly :( )
Try -mshort-calls which was added specifically for cases like this
(small bootloaders on large devices).
Hope this helps,
Marek