Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] RE: [dsdp-tm-dev] RSE / Remotecdt questions (was: RSE 1.0 is released!)

Hi Hugh,

I'm the contributor of that code.  I see Martin already answered some of
your questions but I believe you should already be able to specify which
gdb executable to use in the launch configuration.

How far did you get with the "C/C++ Remote Application" Launch
Configuration?  Did you verify that the gdbserver was launched on your
target?

I'm not familiar with the Zylin CDT plugin but I read about it at
http://www.zylin.com/embeddedcdt.html. It looks like the "C/C++ Remote
Application" Launch Configuration should provide this functionality with
the added bonus of automatically launching the gdbserver on the target
and connecting to it from the host.

It's good to hear that you're trying to use this functionality within
RSE so we can work to iron out problems and expand the list of
requirements.

Thanks,
Ewa.

-----Original Message-----
From: dsdp-tm-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Oberhuber, Martin
Sent: Thursday, December 07, 2006 5:19 AM
To: CDT General developers list.; Target Management developer
discussions
Subject: [dsdp-tm-dev] RSE / Remotecdt questions (was: RSE 1.0 is
released!)

Hello Hugh,

(1) the command to launch gdbserver is not configurable yet.
Actually, this request is very similar to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=158784
which we intend to fix this week.

Please file a new enhancement request asking for a configurable
command to launch gdbserver. If you could even come up with a 
patch for this yourself, we'd happily accept it.

(2) Do you have multiple gdb executables? This sound like
the wrong one is chosen. Perhaps you need a setting in the
Launch that allows selecting a particular gdb? If that's
the case, please file an enhancement request for it. 
Again, if you can come up with a patch for this yourself,
we'll happily accept it.

Thanks,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Hugh O'Keeffe
> Sent: Thursday, December 07, 2006 10:59 AM
> To: 'Target Management developer discussions'
> Cc: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] RE: [dsdp-tm-dev] RSE 1.0 is released!
> 
> Hi,
> 
> We're investigating using RSE as an alternative to the Zylin 
> CDT plug-in as
> it appears that RSE has "embedded" GDB support (which is what 
> Zylin adds to
> CDT). I want to develop/debug MIPS based applications using 
> Eclipse, CDT,
> RSE, GNU MIPS tools (aka SDE), Ashling GDB Server and Ashling JTAG
> connection to my target. I have got all of this working with 
> Zylin, however,
> as I said I wanted to replace Zylin with RSE.
> 
> 
> 1. It seems that RSE "hard-codes" the gdbserver executable 
> name. Is this
> correct ? My gdb server is not called "gdbserver". Is it possible to
> configure this (or do I have to change the RSE code). 
> 
> 
> 2. I want to launch debugging using "C/C++ Remote 
> Application", however,
> when I choose my MIPS ELF file as the C/C++ Application I get 
> the "[null]
> The CPU is not supported by selected debugger" message.
> 
> 
> 
> Any suggestions welcomed.
> 
> 
> 
> Hugh O'Keeffe, Ashling Microsystems.
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


Back to the top