0% found this document useful (0 votes)
58 views1 page

Eclipse CDT Cross GCC Configurations

This document contains configuration information for two build configurations - a debug configuration and a release configuration. Both configurations contain providers that define language settings for the GNU GCC and G++ compilers for cross-compiling projects. The settings include detecting built-in compiler specifications by running the compilers with certain parameters.

Uploaded by

Daniel Prodan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views1 page

Eclipse CDT Cross GCC Configurations

This document contains configuration information for two build configurations - a debug configuration and a release configuration. Both configurations contain providers that define language settings for the GNU GCC and G++ compilers for cross-compiling projects. The settings include detecting built-in compiler specifications by running the compilers with certain parameters.

Uploaded by

Daniel Prodan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<?xml version="1.0" encoding="UTF-8" standalone="no"?

>
<project>
<configuration id="cdt.managedbuild.config.gnu.cross.exe.debug.922604518"
name="Debug">
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
<provider copy-of="extension"
id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference
id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-
provider"/>
<provider-reference
id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-
provider"/>
<provider
class="org.eclipse.cdt.internal.build.crossgcc.CrossGCCBuiltinSpecsDetector"
console="false" env-hash="-541818106538"
id="org.eclipse.cdt.build.crossgcc.CrossGCCBuiltinSpecsDetector" keep-relative-
paths="false" name="CDT Cross GCC Built-in Compiler Settings" parameter="${COMMAND}
${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>
</extension>
</configuration>
<configuration id="cdt.managedbuild.config.gnu.cross.exe.release.52373167"
name="Release">
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
<provider copy-of="extension"
id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference
id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-
provider"/>
<provider-reference
id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-
provider"/>
<provider
class="org.eclipse.cdt.internal.build.crossgcc.CrossGCCBuiltinSpecsDetector"
console="false" env-hash="-541818106538"
id="org.eclipse.cdt.build.crossgcc.CrossGCCBuiltinSpecsDetector" keep-relative-
paths="false" name="CDT Cross GCC Built-in Compiler Settings" parameter="${COMMAND}
${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>
</extension>
</configuration>
</project>

You might also like