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

See the CrossGCC FAQ for lots more information.


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: target sim question


How may I use this instruction? , actually I tried to execute "target sim" on gdb's prompt, but I get the message :

(gdb) target sim
Error: Undefined target command: "sim". Try "help target".
It would appear that your target doesn't have a built-in simulator.

What should I do? I need to know how to use a simulator, than I want to define my own simulator for a new processor. Any idea?
You'll need to implement a library that exports the interface described in include/gdb/remote-sim.h. See the sim/* directory for examples.

Andrew



------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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