Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse gdb host deduced from linux system variable
Eclipse gdb host deduced from linux system variable [message #1642969] Sun, 01 March 2015 09:54
xavier deschuyteneer is currently offline xavier deschuyteneerFriend
Messages: 1
Registered: March 2015
Junior Member
Hello,

I'm using eclipse under a linux system.
I use eclipse to build and debug programs on a remote arm target.

To achieve this, i have a custom launch:

<launchConfiguration type="org.eclipse.cdt.launch.remoteApplicationLaunchType">
[...]
<stringAttribute key="org.eclipse.cdt.dsf.gdb.HOST" value="192.168.58.55"/>
[...]
</launchConfiguration>

I would like to have the ip "192.168.58.55" deduced from a system variable (bash export), something like that: "$DEV_ADDR_ARM".

The goal is to be able to run something like that: export DEV_ADDR_ARM="10.11.12.13" eclipse
And to debug with gdb on this address.

Is it possible? how can i achieve this feature?
Thanks in advance.
Previous Topic:New to eclipse; please help me understand compile errors
Next Topic:How to deploy files at a remote debug launch?
Goto Forum:
  


Current Time: Fri Apr 26 16:15:03 GMT 2024

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

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

Back to the top