Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Timing issues with cross-debug and cross-run(Debug and run on a remote ARM do not always start)
Timing issues with cross-debug and cross-run [message #761362] Tue, 06 December 2011 05:57
Eclipse UserFriend
Hello,

I am running cross-development project for ARM AT91.
My development environment is:
Quote:
Eclipse IDE for C/C++ Developers
Version: Helios Service Release 2
Build id: 20110218-0911
running on Debian 5.

My target is an ARM SBC.

I have set up a "C++ Remote Application" run configuration with ssh only connection and without copying the app to the remote machine.

The problem is that very often remote run/debug fails (sometime it indeed works)
It seems that it is a purely timing issue. When I start a remote run it sends command before the remote system is ready to accept it. The Eclipse console remains open and active. Sometime when I hit enter it executes the right command and application runs. Some other times it does not but I still is able to enter the comand and SBC executes it.

With debugging it is worse - if the remote machine has not started the gdb, Eclipse is not capable to connect and fails.

Is there a way to make some delays before sending the remote command and before attempting to connect to a remote gdb?

[Updated on: Tue, 06 December 2011 05:59] by Moderator

Previous Topic:[AST] Distinguishing between type and variable declaration
Next Topic:unresoved inclusion #include <stdio.h>
Goto Forum:
  


Current Time: Wed Jul 30 17:12:11 EDT 2025

Powered by FUDForum. Page generated in 0.03740 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top