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

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

Re: [avr-gcc-list] AVR-GCC question (Harvard Arch and C)


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] AVR-GCC question (Harvard Arch and C)
Date: Mon, 23 May 2005 06:55:02 +0200 (MET DST)

"stevech" <address@hidden> wrote:

> Split aka Harvard architectures are common in embedded.  Although
> GCC/Winavr is contorted into supporting this via piles of macros,
> some C compilers are arranged to intrinsically support the
> architecture, i.e., having two kinds of pointers (RAM and FLASH),
> and same for constants and so on.

See my other reply, they are nevertheless violating the standard if
they place strings in ROM by default.  Also, part of the hacks
required to get this running is that you need another set of functions
for ROM strings vs. RAM strings.

-- 
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]