Hi, all!
I'm trying to use the Eclipse Remote System stuff to download and debug a program on a tinycore linux install (currently in a virtualbox, eventually to be installed on actual hardware). I've put openssh on the box and got that setup and working correctly (in RSE I can connect and use a terminal).
However, I can't run or debug programs through the Eclipse remote system stuff. My program is in C++ and I have the gdb package installed on the TC system as well.
Anyone ever try this? I'd really like to use TC as a base for my embedded system build, but I need to make these tools work.
M