bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSIM, PowerPC, GDB


From: Andrew Cagney
Subject: Re: PSIM, PowerPC, GDB
Date: Sat, 27 Oct 2001 13:15:51 -0400
User-agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020

My immediate objective is to write my own startup file in assembly then move
on to some c coding.

-Can PSIM be used with an assembly program?

Yes.  GDB includes commands that help with assembly level debugging.

-What formats does PSIM take for input files?

Hard to answer. PSIM and GDB use the BFD library to load input files. If BFD can read it, so can PSIM and GDB.

Have a look at the BINUTILS tools (GNU as, GNU ld, objdump) and their documentation (BFD is part of BINUTILS).

-How do I make those files?  With gld?

You mean GNU ld?  Yes that can be used.

-What formats does gdb take for input files/how do I make them?

Andrew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]