Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: export/gnuarmeclipse/.cproject.tmpl
- Revision:
- 43:2a7da56ebd24
- Parent:
- 40:7d3fa6b99b2b
--- a/export/gnuarmeclipse/.cproject.tmpl Mon Nov 06 13:17:14 2017 -0600
+++ b/export/gnuarmeclipse/.cproject.tmpl Tue Sep 25 13:43:09 2018 -0500
@@ -326,10 +326,10 @@
{% endfor %}
</option>
<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.libs.{{u.id}}" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.libs" valueType="libs">
- {% for lib in opts['ld']['user_libraries'] %}
+ {% for lib in opts['ld']['system_libraries'] %}
<listOptionValue builtIn="false" value="{{lib}}"/>
{% endfor %}
- {% for lib in opts['ld']['system_libraries'] %}
+ {% for lib in opts['ld']['user_libraries'] %}
<listOptionValue builtIn="false" value="{{lib}}"/>
{% endfor %}
</option>
@@ -337,6 +337,9 @@
{% for path in opts['ld']['object_files'] %}
<listOptionValue builtIn="false" value=""${ProjDirPath}/{{path}}""/>
{% endfor %}
+ {% for path in opts['ld']['user_library_files'] %}
+ <listOptionValue builtIn="false" value=""${ProjDirPath}/{{path}}""/>
+ {% endfor %}
</option>
{% if opts['ld']['gcsections'] %}
<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections.{{u.id}}" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections" value="true" valueType="boolean"/>
