Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Template option for "CDT Cross GCC Built-in Compiler Settings"(How to include the option for "CDT Cross GCC Built-in Compiler Settings" in my template.xml to make the option "CDT Cross GCC Built-in..." available for everybody)
Template option for "CDT Cross GCC Built-in Compiler Settings" [message #1811083] Mon, 26 August 2019 16:14
Walter Trujillo is currently offline Walter TrujilloFriend
Messages: 1
Registered: August 2019
Junior Member
Hi all,

I have the following issue:
------------------------------

I want to update my template.xml to include the option:

"c/c++ general -> Preprocessor include paths... -> providers -> CDT Cross GCC Built-in Compiler Settings"

for every C project that the users want to create.

Way to solve:
---------------
I am trying to include a process tag like the following:

<process type="org.eclipse.cdt.managedbuilder.core.SetMBSBooleanOptionValue">
<simple name="projectName" value="$(projectName)" />
<complex-array name="resourcePaths">
<element>
<simple name="id" value=".*option.target.processor.cdt.*"/>
<simple name="value" value="true" />
<simple name="path" value="" />
</element>
</complex-array>
</process>

Doubt/question
-------------------
But I couldn't find the correct (id, value) for that.
Or maybe the way to solve is different, if someone have faced with this kind of trouble.

Thanks in advance for helping/suggestions.
Walter
Previous Topic: binary not found
Next Topic:CDT usable for Arduino development?
Goto Forum:
  


Current Time: Thu Apr 25 04:14:16 GMT 2024

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

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

Back to the top