|
Message
From: Scott Furman <sfurman@r...>
Date: Fri, 18 Apr 2003 12:32:07 -0700
Subject: Re: [openrisc] eCos & gcc bug
Damjan Lampret wrote:
>Scott,
>
>did you have any problems linking data/bss to 'h00xxxxxx and code to
>'hf0xxxxxx?
>
>I tried once and it didn't work.
>
>
That's what is done in eCos. It should be straightforward because gcc
generates full 32-bit addresses to access data/bss. What was more
tricky was getting immediate jumps to work between code in ROM and RAM
becauseof the limited size of the immediate field. Maybe that's what
you're thinking of ?
-Scott
|