This is the mail archive of the gdb@sources.redhat.com 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: Arm simulator in GDB


libra <mr924352@cs.nthu.edu.tw> writes:

> Hello everybody:
> 
> In gdb, we can choose different target for building.
> 
> For example, we can choose arm mips and so on.
> 
> My question is how to build the target "arm" independent of the gdb.
> 
> That is,i just use the arm simulator source code to build the single 
> arm simulator which is independent of gdb.

For most of the simulators, that will happen automatically.  After
building gdb, look in sim/CPU in your target directory.  There should
be a problem named `run' in there, which is the standalone simulator.

Ian


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