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: Adding a target at build?


>As far as I know, no one has implemented a TIC54x target for GDB.
>(if it was implemented, it would be configured using something like:
>--target=--target=tic54x).

I just found a coff-tic54x.c file in the BFD library - I just made an honest 
guess, that it might be used to read C54x COFF files. Does anybody know how to 
use this? - I need to setup my target and really don't know how... Is there a 
list of targets somewhere?.


>> When this is setup, and the GDB's host is different from it's target, does 
it
>> expect to debug remotely? - Obviously it can't run it on host, because the
>> code is target specific?
>
>Either remotely, or with a built-in simulator.

OK - Starting to make sense :-D. But how do I load the target specific file 
into the GDB? - Again I need to setup my target, but how?.

>> Am I way off here?.
>
>nope :-)

Cool ;-). Still feel a bit lost though...

/JS



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