Correct include path in the MPS2 QEMU IAR project. (#748)

Co-authored-by: none <>
This commit is contained in:
RichardBarry
2021-12-19 20:27:29 -08:00
committed by GitHub
co-authored by none <>
parent dc263aa3a2
commit 4f71a94a70
2 changed files with 7 additions and 7 deletions
@@ -5,7 +5,7 @@
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider copy-of="extension" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"/>
<provider class="org.eclipse.cdt.internal.build.crossgcc.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1494139136553" 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">
<provider class="org.eclipse.cdt.internal.build.crossgcc.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1516287187497" 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>
@@ -335,11 +335,11 @@
</option>
<option>
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\</state>
<state>$PROJ_DIR$\..\common\include</state>
<state>$PROJ_DIR$\..\..\source\include</state>
<state>$PROJ_DIR$\CMSIS</state>
<state>$PROJ_DIR$\..\..\Source\portable\IAR\ARM_CM3</state>
<state>$PROJ_DIR$\..\..\</state>
<state>$PROJ_DIR$\..\..\..\common\include</state>
<state>$PROJ_DIR$\..\..\..\..\Source\include</state>
<state>$PROJ_DIR$\..\..\CMSIS</state>
<state>$PROJ_DIR$\..\..\..\..\Source\portable\IAR\ARM_CM3</state>
</option>
<option>
<name>CCStdIncCheck</name>
@@ -599,7 +599,7 @@
</option>
<option>
<name>AUserIncludes</name>
<state>$PROJ_DIR$\</state>
<state>$PROJ_DIR$\..\..</state>
</option>
<option>
<name>AExtraOptionsCheckV2</name>