Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Not all variables available in Make Target View(Use variables (e.g. selected_resource_name) in Make Target View)
Not all variables available in Make Target View [message #1436419] Thu, 02 October 2014 22:06 Go to next message
Marc ACG is currently offline Marc ACGFriend
Messages: 2
Registered: October 2014
Junior Member
I'm trying to define a new target in Eclipse's Luna CDT Make Target view (see versions at bottom of this topic).

The problem is that is handles variables such as:
- ${BuildArtifactFileBaseName}
but not variables such as:
- ${selected_resource_name}

Is there any way of being able to use at least this ${selected_resource_name} variable when defining a new "Make Target" in CDT's "Make Target View"?

Thank you!

-------------------------------------------------------
Versions:
Eclipse IDE for C/C++ Developers
Version: Luna Release (4.4.0)
Build id: 20140612-0600

Eclipse C/C++ Development Tools
Version: 8.4.0.201406111759
Build id: @build@
Re: Not all variables available in Make Target View [message #1438949 is a reply to message #1436419] Mon, 06 October 2014 18:15 Go to previous messageGo to next message
Marc ACG is currently offline Marc ACGFriend
Messages: 2
Registered: October 2014
Junior Member
is this true?!? is really not possible to do this?
Re: Not all variables available in Make Target View [message #1440457 is a reply to message #1436419] Wed, 08 October 2014 11:41 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
AFAIK the variable ${selected_resource_name} is available for make targets (at least it was some years ago). The problem with this kind of variable (same holds for selected_resource_loc etc.) is that it oftens does not work as expected.
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=344060


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Error Messages
Next Topic:arm-linux cross compile under Ubuntu fails helloworld.cpp
Goto Forum:
  


Current Time: Thu Apr 25 07:47:14 GMT 2024

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

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

Back to the top