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

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

Re: [avr-gcc-list] linker issue, resolving a pointer as uint32_t


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] linker issue, resolving a pointer as uint32_t
Date: Wed, 29 Jun 2005 06:51:47 +0200 (MET DST)

Torsten Mohr <address@hidden> wrote:

> With 16 bit pointers i can only download 64kByte programs at
> maximum.

Code pointers are word-aligned, so you can divide them by two.  That's
why GCC currently can handle the ATmega128 at all.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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