Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Variables in Compiler arguments field of Discovery options
Variables in Compiler arguments field of Discovery options [message #892231] Wed, 27 June 2012 13:10
Jan Pohanka is currently offline Jan PohankaFriend
Messages: 29
Registered: June 2011
Junior Member
Hello,

in my project I use a special command for Discovery options, which includes a header file. Eg.
Compiler invocation command:
arm-none-eabi-gcc
Compiler invocation arguments:
-include /dev/prj/header.h -E -P -v -dD "${plugin_state_location}/specs.c"

It seems that I have to use full absolute path for include argument, but I'd like to use some variable as $(project_path) for example. Is this possible? I have not found any variable which works in this field except of the ${plugin_state_location} filled by default.

regards
Jan

[Updated on: Wed, 27 June 2012 13:29]

Report message to a moderator

Previous Topic:Eclipse Plugin development
Next Topic:Pathnames in Makefiles
Goto Forum:
  


Current Time: Fri Sep 20 15:10:03 GMT 2024

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

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

Back to the top