This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem about gdb


On Mon, Feb 27, 2006 at 11:02:00PM +0800, fu-x04@mails.tsinghua.edu.cn wrote:
> in the http://www.uclinux.org/pub/uClinux/utilities/armulator/example-session.txt
> it shows that the information should be
> -------------------
> (gdb) target sim
> Loaded ROM boot.rom
> Loaded ROM boot.rom
> Connected to the simulator.
> --------------------------------
> 
> But in my gdb, it only shows 
> -----------------------------------
> (gdb) target sim
> Connected to the simulator.
> ------------------------------------

I recommend you contact a uClinux list about this, to find out where
the example came from; GDB will never produce that "Loaded ROM" message
as far as I know.

It looks like you need to use the GDB from that same directory, since
it includes some patches.  Try that instead.

-- 
Daniel Jacobowitz
CodeSourcery


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