Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] Re: C/C++ Remote Debug: Unknown channel 0

Hi Tom,

so it looks like this is https://bugs.eclipse.org/bugs/show_bug.cgi?id=227135 -- RSE doesn't currently behave well if there is no sftp on the remote. I'm looking at this now.

We should fall back to a mode of operation where the shell works (and ignore the fact that we don't have a files subsystem). Anna -- does the remotecdt launcher actually work without a files subsystem ? I think it should, in order to run in cases like Telnet where we only have a shell channel.

If this works, Tom, then a workaround for you is defining a systemType
which only has a shell subsystem (and no files subsystem).

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




Tom Deseyn wrote:
Hi Martin,

I don't think I currently have SFTP on dropbear. I will check this on monday.

In my case I don't need to access the file system via eclipse. I only need eclipse to start the gdbserver. When creating a new remote system connection, it might be nice if you could select 'nothing' for a certain subsystem, e.g. to indicate there is no files subsystem.

Also, the RSE Processes list of my target also doesn't work. I don't need it either, but I wondered if you can tell me why it doesn't work. Perhaps it helps to know my target system runs busybox.

Thanks for your reply,
Have a nice weekend,

Tom



Back to the top