[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Eclipse CDT with RDT

Hello,

I have some problems with the RDT plugin used to make Remote C Development in Eclipse CDT.
RDT is a plugin from PTP, I have the version 2.1 with Eclipse 3.4.2 and CDT 5.0.2.
The RDT plugin allows me to create a Remote C Project. I wanted to make this with Eclipse 3.5 and CDT 6.0.0 but RDT doesn't work. I can't create a Remote C Project within CDT 6.0.0.


I can create a Remote C Project, with RSE I choose to put thiss project on my remote server. (I am developping under Windows XP, with a remote server which is a Redhat x86_64).
When I create the project all my sources are on the remote server. Nothing is on my local computer. I have a Makefile, and when I build my project, I can see that it works.


But the main thing I want to do is remote debugging. But after building my project, I can't debug anything. Eclipse doesn't find any binaries. I tried with all the binary parsers, and nothing works.
And if I want to write the programm I want to debug in the debug configuration, it tells me that the programm is not recognize as executable.


I wanted to know if remote debugging is really possible with my configuration.

Guillaume Le Priol