Reputation:
I am using Galileo CDT on mac os x 10.5.7. I want to remotelly debug a c++ application on a linux machine. I found this guide:
http://www.embedded-linux.co.uk/tutorial/eclipse-rse
But when it comes to the step
"Install Remote System Explorer", when I go to "available software", I only get error messages like "No repository found at http::/downlo" and so.
So please, 1- Is there any other way to install this package or to solve this issue? 2- Is there any other better/different guide to remotely debug c++ application with eclipse(galileo)?
Thanks a lot
Upvotes: 1
Views: 963
Reputation: 1326782
I only get error messages like "No repository found at http::/downlo" and so.
What is the exact error message?
Do not forget Eclipse has its own HTTP proxy settings. Please check them out. (Preferences / General / Network Connections)
If your browser is using a proxy then you need to configure Eclipse to use one too.
If your proxy has a cache and you are using eclipse <
3.4.2, you may get some further problems with that until release 3.4.2 which will include a fix for bug 249990:
Upvotes: 1