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


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

Re: GCC and PowerPC embedded target


> We are investigating desiging a PowerPC 603e based embedded VME board
> that would only be able to perform 32-bit word memory accesses
> and no byte accesses.  Are there any switches to GCC that would limit GCC to
> align all memory accesses on 32-bit boundaries?

Does the level 1 cache inside the 603e have a write-back mode (as opposed
to write-through)?

If so, you could probably just configure it that way, since the write-backs
would always be 32-bit.

Eric
________________________________________________
To get help for the crossgcc list, send mail to
crossgcc-request@cygnus.com with the text 'help'
(without the quotes) in the body of the message.