Skip to main content

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

"The CPU is not supported by selected debugger" usually indicates that
the wrong binary parser is set. If you are debugging an ELF file make
sure that an ELF binary parser is selected. See Project properties ->
C/C++ Build -> Binary parser. 

-----Original Message-----
From: dsdp-tm-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Oberhuber, Martin
Sent: 07 December 2006 13:19
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

-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.




Back to the top