.cproject 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
  3. <storageModule moduleId="org.eclipse.cdt.core.settings">
  4. <cconfiguration id="cdt.managedbuild.toolchain.gnu.mingw.base.1135534147">
  5. <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.toolchain.gnu.mingw.base.1135534147" moduleId="org.eclipse.cdt.core.settings" name="Sming">
  6. <externalSettings/>
  7. <extensions>
  8. <extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
  9. <extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
  10. <extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
  11. <extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
  12. <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
  13. <extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
  14. </extensions>
  15. </storageModule>
  16. <storageModule moduleId="cdtBuildSystem" version="4.0.0">
  17. <configuration artifactName="${ProjName}" buildProperties="" description="" id="cdt.managedbuild.toolchain.gnu.mingw.base.1135534147" name="Sming" parent="org.eclipse.cdt.build.core.emptycfg">
  18. <folderInfo id="cdt.managedbuild.toolchain.gnu.mingw.base.1135534147.86962463" name="/" resourcePath="">
  19. <toolChain id="cdt.managedbuild.toolchain.gnu.cross.base.1164554300" name="Cross GCC" superClass="cdt.managedbuild.toolchain.gnu.cross.base">
  20. <option id="cdt.managedbuild.option.gnu.cross.prefix.521205673" name="Prefix" superClass="cdt.managedbuild.option.gnu.cross.prefix"/>
  21. <option id="cdt.managedbuild.option.gnu.cross.path.393887888" name="Path" superClass="cdt.managedbuild.option.gnu.cross.path"/>
  22. <targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="cdt.managedbuild.targetPlatform.gnu.cross.712123812" isAbstract="false" osList="all" superClass="cdt.managedbuild.targetPlatform.gnu.cross"/>
  23. <builder id="cdt.managedbuild.builder.gnu.cross.2110485170" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="cdt.managedbuild.builder.gnu.cross"/>
  24. <tool id="cdt.managedbuild.tool.gnu.cross.c.compiler.1168221903" name="Cross GCC Compiler" superClass="cdt.managedbuild.tool.gnu.cross.c.compiler">
  25. <option id="gnu.c.compiler.option.include.paths.357494572" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
  26. <listOptionValue builtIn="false" value="&quot;${SMING_HOME}&quot;"/>
  27. <listOptionValue builtIn="false" value="&quot;${SMING_HOME}/system/include&quot;"/>
  28. <listOptionValue builtIn="false" value="&quot;${SMING_HOME}/Libraries&quot;"/>
  29. <listOptionValue builtIn="false" value="&quot;${ESP_HOME}/sdk/include&quot;"/>
  30. <listOptionValue builtIn="false" value="&quot;${workspace_loc:/MyProj-WallClock/include}&quot;"/>
  31. </option>
  32. <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.313321806" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
  33. </tool>
  34. <tool id="cdt.managedbuild.tool.gnu.cross.cpp.compiler.1999763015" name="Cross G++ Compiler" superClass="cdt.managedbuild.tool.gnu.cross.cpp.compiler">
  35. <option id="gnu.cpp.compiler.option.include.paths.611746109" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
  36. <listOptionValue builtIn="false" value="&quot;${SMING_HOME}&quot;"/>
  37. <listOptionValue builtIn="false" value="&quot;${SMING_HOME}/system/include&quot;"/>
  38. <listOptionValue builtIn="false" value="&quot;${SMING_HOME}/Libraries&quot;"/>
  39. <listOptionValue builtIn="false" value="&quot;${ESP_HOME}/sdk/include&quot;"/>
  40. <listOptionValue builtIn="false" value="&quot;${workspace_loc:/MyProj-WallClock/include}&quot;"/>
  41. </option>
  42. <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1330530366" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
  43. </tool>
  44. <tool id="cdt.managedbuild.tool.gnu.cross.c.linker.65193859" name="Cross GCC Linker" superClass="cdt.managedbuild.tool.gnu.cross.c.linker"/>
  45. <tool id="cdt.managedbuild.tool.gnu.cross.cpp.linker.1795850540" name="Cross G++ Linker" superClass="cdt.managedbuild.tool.gnu.cross.cpp.linker">
  46. <inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.364843833" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
  47. <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
  48. <additionalInput kind="additionalinput" paths="$(LIBS)"/>
  49. </inputType>
  50. </tool>
  51. <tool id="cdt.managedbuild.tool.gnu.cross.archiver.525412186" name="Cross GCC Archiver" superClass="cdt.managedbuild.tool.gnu.cross.archiver"/>
  52. <tool id="cdt.managedbuild.tool.gnu.cross.assembler.587940548" name="Cross GCC Assembler" superClass="cdt.managedbuild.tool.gnu.cross.assembler">
  53. <option id="gnu.both.asm.option.include.paths.1067006329" name="Include paths (-I)" superClass="gnu.both.asm.option.include.paths" valueType="includePath">
  54. <listOptionValue builtIn="false" value="&quot;${SMING_HOME}&quot;"/>
  55. <listOptionValue builtIn="false" value="&quot;${SMING_HOME}/system/include&quot;"/>
  56. <listOptionValue builtIn="false" value="&quot;${SMING_HOME}/Libraries&quot;"/>
  57. <listOptionValue builtIn="false" value="&quot;${ESP_HOME}/sdk/include&quot;"/>
  58. <listOptionValue builtIn="false" value="&quot;${workspace_loc:/MyProj-WallClock/include}&quot;"/>
  59. </option>
  60. <inputType id="cdt.managedbuild.tool.gnu.assembler.input.651581712" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
  61. </tool>
  62. </toolChain>
  63. </folderInfo>
  64. </configuration>
  65. </storageModule>
  66. <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
  67. <storageModule moduleId="ilg.gnuarmeclipse.managedbuild.packs"/>
  68. </cconfiguration>
  69. </storageModule>
  70. <storageModule moduleId="cdtBuildSystem" version="4.0.0">
  71. <project id="MyProj-Test.null.1347473968" name="MyProj-Test"/>
  72. </storageModule>
  73. <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
  74. <storageModule moduleId="refreshScope" versionNumber="2">
  75. <configuration configurationName="Sming">
  76. <resource resourceType="PROJECT" workspacePath="/MyProj-Test"/>
  77. </configuration>
  78. </storageModule>
  79. <storageModule moduleId="org.eclipse.cdt.make.core.buildtargets">
  80. <buildTargets>
  81. <target name="all" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
  82. <buildCommand>make</buildCommand>
  83. <buildArguments>-f ${ProjDirPath}/Makefile</buildArguments>
  84. <buildTarget>all</buildTarget>
  85. <stopOnError>true</stopOnError>
  86. <useDefaultCommand>true</useDefaultCommand>
  87. <runAllBuilders>true</runAllBuilders>
  88. </target>
  89. <target name="clean" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
  90. <buildCommand>make</buildCommand>
  91. <buildArguments>-f ${ProjDirPath}/Makefile</buildArguments>
  92. <buildTarget>clean</buildTarget>
  93. <stopOnError>true</stopOnError>
  94. <useDefaultCommand>true</useDefaultCommand>
  95. <runAllBuilders>true</runAllBuilders>
  96. </target>
  97. <target name="flash" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
  98. <buildCommand>make</buildCommand>
  99. <buildArguments>-f ${ProjDirPath}/Makefile</buildArguments>
  100. <buildTarget>flash</buildTarget>
  101. <stopOnError>true</stopOnError>
  102. <useDefaultCommand>true</useDefaultCommand>
  103. <runAllBuilders>true</runAllBuilders>
  104. </target>
  105. <target name="flashonefile" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
  106. <buildCommand>make</buildCommand>
  107. <buildArguments>-f ${ProjDirPath}/Makefile</buildArguments>
  108. <buildTarget>flashonefile</buildTarget>
  109. <stopOnError>true</stopOnError>
  110. <useDefaultCommand>true</useDefaultCommand>
  111. <runAllBuilders>true</runAllBuilders>
  112. </target>
  113. <target name="flashinit" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
  114. <buildCommand>make</buildCommand>
  115. <buildArguments>-f ${ProjDirPath}/Makefile</buildArguments>
  116. <buildTarget>flashinit</buildTarget>
  117. <stopOnError>true</stopOnError>
  118. <useDefaultCommand>true</useDefaultCommand>
  119. <runAllBuilders>true</runAllBuilders>
  120. </target>
  121. <target name="flashboot" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
  122. <buildCommand>make</buildCommand>
  123. <buildArguments>-f ${ProjDirPath}/Makefile</buildArguments>
  124. <buildTarget>flashboot</buildTarget>
  125. <stopOnError>true</stopOnError>
  126. <useDefaultCommand>true</useDefaultCommand>
  127. <runAllBuilders>true</runAllBuilders>
  128. </target>
  129. <target name="rebuild" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
  130. <buildCommand>make</buildCommand>
  131. <buildArguments>-f ${ProjDirPath}/Makefile</buildArguments>
  132. <buildTarget>rebuild</buildTarget>
  133. <stopOnError>true</stopOnError>
  134. <useDefaultCommand>true</useDefaultCommand>
  135. <runAllBuilders>true</runAllBuilders>
  136. </target>
  137. </buildTargets>
  138. </storageModule>
  139. <storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
  140. <storageModule moduleId="scannerConfiguration">
  141. <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
  142. <scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.mingw.base.1135534147;cdt.managedbuild.toolchain.gnu.mingw.base.1135534147.86962463;cdt.managedbuild.tool.gnu.c.compiler.mingw.base.2032390008;cdt.managedbuild.tool.gnu.c.compiler.input.1700912488">
  143. <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
  144. </scannerConfigBuildInfo>
  145. <scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.mingw.base.1135534147;cdt.managedbuild.toolchain.gnu.mingw.base.1135534147.86962463;cdt.managedbuild.tool.gnu.cross.c.compiler.1168221903;cdt.managedbuild.tool.gnu.c.compiler.input.313321806">
  146. <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
  147. </scannerConfigBuildInfo>
  148. <scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.mingw.base.1135534147;cdt.managedbuild.toolchain.gnu.mingw.base.1135534147.86962463;cdt.managedbuild.tool.gnu.cross.cpp.compiler.1999763015;cdt.managedbuild.tool.gnu.cpp.compiler.input.1330530366">
  149. <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
  150. </scannerConfigBuildInfo>
  151. <scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.mingw.base.1135534147;cdt.managedbuild.toolchain.gnu.mingw.base.1135534147.86962463;cdt.managedbuild.tool.gnu.cpp.compiler.mingw.base.454898447;cdt.managedbuild.tool.gnu.cpp.compiler.input.501261625">
  152. <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
  153. </scannerConfigBuildInfo>
  154. </storageModule>
  155. </cproject>