[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.dsdp] Re: gdb integration
|
Hello Omar,
The CDT will do everything you need. See
http://www.eclipse.org/cdt
news:eclipse.tools.cdt
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Omar Torres wrote:
Hi all,
I am currently porting the GNU Tool Chain for a new CPU architecture. I
have gcc, binutils and gdb ported to the new architecture.
I am looking at eclipse to function as my IDE for cross-compiling.
Reading the eclipse documentation, I discovered I can use a Makefile to
do the build.
Still, it is not clear to me how to integrate gdb with eclipse. Do I
need a specific plug-in to use my cross-gdb from eclipse? I am not
interested on doing emulations, just simple simulations with gdb, so I
am not concern about JTAG communication at this moment.
Thanks for any help!
Best regards, -Omar