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

See the CrossGCC FAQ for lots more infromation.


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

RE: gdb bdm 68360 initialisation


> -----Original Message-----
> From: Stephane Dalton [mailto:Stephane.Dalton@abl.ca]
>
> set $sfc=7
> set $dfc=7
> set *(long*)0x3ff00 = 0x500001
> p *(long*)0x501000
> 
> to see the content of register mapped a this address
> 
> and gdb tell me Error accessing memory address 501000: Unknown error
> 613...???

To write the MBAR you need to issue the MOVES instruction.  My guess
is that "set *(long*)0x3ff00 = 0x500001" is not doing this...

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