Skip to content

Commit d4a9de1

Browse files
ajaakkohadbridge
authored andcommitted
export: Remove build directories from excluded paths
Directories Debug and Release must not be excluded. Otherwise, Eclipse is not able to find binaries, which are stored to build directories.
1 parent d916081 commit d4a9de1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/export/sw4stm32/cproject_common.tmpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
</toolChain>
272272
</folderInfo>
273273
<sourceEntries>
274-
<entry excluding="{{exclude_paths}}|Debug|Release" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
274+
<entry excluding="{{exclude_paths}}" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
275275
</sourceEntries>
276276
</configuration>
277277
</storageModule>
@@ -289,6 +289,9 @@
289289
<scannerConfigBuildInfo instanceId="fr.ac6.managedbuild.config.gnu.cross.exe.{{opts['id']}}.{{opts['uid']['config']}};fr.ac6.managedbuild.config.gnu.cross.exe.{{opts['id']}}.{{opts['uid']['config']}}.;fr.ac6.managedbuild.tool.gnu.cross.c.compiler.{{opts['uid']['tool_c_compiler']}};fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.c.{{opts['uid']['tool_c_compiler_input']}}">
290290
<autodiscovery enabled="false" problemReportingEnabled="true" selectedProfileId=""/>
291291
</scannerConfigBuildInfo>
292+
<scannerConfigBuildInfo instanceId="fr.ac6.managedbuild.config.gnu.cross.exe.{{opts['id']}}.{{opts['uid']['config']}};fr.ac6.managedbuild.config.gnu.cross.exe.{{opts['id']}}.{{opts['uid']['config']}}.;fr.ac6.managedbuild.tool.gnu.cross.cpp.compiler.{{opts['uid']['tool_cpp_compiler']}};fr.ac6.managedbuild.tool.gnu.cross.cpp.compiler.input.cpp.{{opts['uid']['tool_cpp_compiler_input']}}">
293+
<autodiscovery enabled="false" problemReportingEnabled="true" selectedProfileId=""/>
294+
</scannerConfigBuildInfo>
292295
{% endfor %}
293296
</storageModule>
294297
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>

0 commit comments

Comments
 (0)