[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] file length problem with atmega128
From: |
Josh Thompson |
Subject: |
Re: [avr-gcc-list] file length problem with atmega128 |
Date: |
Fri, 7 Feb 2003 13:12:05 -0500 |
User-agent: |
Mutt/1.3.28i |
On Fri, Feb 07, 2003 at 09:30:13AM +0100, Joerg Wunsch wrote:
> >I am using an atmega128 chip (no longer running in atmega103
> >compatibility mode, thanks to Joerg Wunsch). When the length of my
> >binary goes over about 12k (the actual binary, before I run objcopy),
> >the chip doesn't seem to do anything. Things work fine until the binary
> >gets that big.
>
> Are you sure it's the size of the binary? I'd rather suspect
> something else, like data space that is also added, and causes some
> trouble (stack/heap collision, or whatever).
> --
> J"org Wunsch Unix support engineer
> address@hidden http://www.interface-systems.de/~j/
>
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list
How would I tell this, and what should I be looking for?
Thanks,
Josh