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

Co-authored-by: none <>
pull/758/head
RichardBarry 3 years ago committed by GitHub
parent dc263aa3a2
commit 4f71a94a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save