This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC for ARM TDMI


On Tue, Oct 09, 2001 at 09:34:24AM +0100, shaun bradley wrote:
> I have been asked to add a hardware abstraction layer for a
> product that the company i'm working for is developing.
> The product is based around the ARM 7 TDMI. It has a large
> number of memory mapped register and a memory map that
> includes ROM, RAM & EEPROM. I have never attempted
> anything like this before and any direction would be greatly
> appreciated. The plan is to add this to the GCC distribution. My
> question is where do i start???  :-)  I've been reading all the
> documentation i could this last week and it isn't clear how i
> would start this development so that it can be easily added to
> the GCC package. All hints, tip and suggestions are welcome.

What do you want to add in the GCC package?? IMO you simply
need to write drivers/abstraction for whatever your chip
does as a library (or simply a set of macros, depending on
the complexity of what it is doing). Certainly you don`t
want to change the compiler to do something like that.

Cheers,
Y.


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]