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.