.cproject 8.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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="cross.configuration.common.msl.gnu344.23.369559000">
  5. <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cross.configuration.common.msl.gnu344.23.369559000" moduleId="org.eclipse.cdt.core.settings" name="ft2000aC4_mc">
  6. <externalSettings/>
  7. <extensions>
  8. <extension id="avic.actri.make.core.CROSS_ELF" point="org.eclipse.cdt.core.BinaryParser"/>
  9. <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
  10. <extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
  11. <extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
  12. <extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
  13. <extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
  14. </extensions>
  15. </storageModule>
  16. <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
  17. <storageModule moduleId="cdtBuildSystem" version="4.0.0">
  18. <configuration artifactExtension="bin" artifactName="${PROJECT_NAME}" buildArtefactType="avic.actri.project.common.buildArtefactType" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=avic.actri.project.common.buildArtefactType" description="" id="cross.configuration.common.msl.gnu344.23.369559000" name="ft2000aC4_mc" parent="cross.configuration.common.msl.gnu344">
  19. <folderInfo id="cross.configuration.common.msl.gnu344.23.369559000." name="/" resourcePath="">
  20. <toolChain id="cross.toolChain.common.msl.gnu481.1923226723" name="Common 模块支持层项目 GCC-4.8.1" superClass="cross.toolChain.common.msl.gnu481">
  21. <targetPlatform binaryParser="avic.actri.make.core.CROSS_ELF" id="cross.target.platform.gnu.base.1289848839" name="Debug Platform" superClass="cross.target.platform.gnu.base"/>
  22. <builder buildPath="${ProjDirPath}/${ConfigName}" id="cross.target.builder.common.msl.gnu481.1605904856" keepEnvironmentInBuildfile="false" name="Gnu Make Builder" superClass="cross.target.builder.common.msl.gnu481"/>
  23. <tool id="cross.tool.assembler.gnu.base.1208702898" name="GCC Assembler" superClass="cross.tool.assembler.gnu.base">
  24. <inputType id="cdt.managedbuild.tool.gnu.assembler.input.189381657" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
  25. </tool>
  26. <tool id="cross.tool.archiver.gnu.base.1097122090" name="GCC Archiver" superClass="cross.tool.archiver.gnu.base"/>
  27. <tool id="cross.tool.cpp.compiler.gnu.base.443066127" name="Cygwin C++ Compiler" superClass="cross.tool.cpp.compiler.gnu.base"/>
  28. <tool id="cross.tool.c.compiler.gnu.base.1867698063" name="Cygwin C Compiler" superClass="cross.tool.c.compiler.gnu.base">
  29. <option id="gnu.c.compiler.option.include.paths.1943887247" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">
  30. <listOptionValue builtIn="false" value="$(CONFIG_PATH)"/>
  31. <listOptionValue builtIn="false" value="$(PROJECT_PATH)"/>
  32. <listOptionValue builtIn="false" value="$(PROJECT_PATH)/src"/>
  33. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include"/>
  34. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/dbg"/>
  35. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/os"/>
  36. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/drv"/>
  37. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/fs"/>
  38. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/fs/bootfs"/>
  39. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/rtl"/>
  40. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/rtl/sys"/>
  41. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/arch"/>
  42. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/msl"/>
  43. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/include/dbg/ta"/>
  44. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/bsp/platform/$(CONFIG_BOARD)"/>
  45. </option>
  46. <option id="gnu.c.compiler.option.preprocessor.def.symbols.1144787607" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" valueType="definedSymbols">
  47. <listOptionValue builtIn="false" value="${ARCH}"/>
  48. <listOptionValue builtIn="false" value="__ARM__"/>
  49. <listOptionValue builtIn="false" value="ACOREMCOS_MCORE"/>
  50. <listOptionValue builtIn="false" value="CPU=ARMV8A"/>
  51. <listOptionValue builtIn="false" value="CONFIG_BOARD=$(CONFIG_BOARD)"/>
  52. <listOptionValue builtIn="false" value="CONFIG_MSL_TYPE=$(CONFIG_MSL_TYPE)"/>
  53. <listOptionValue builtIn="false" value="CONFIG_TOOLS_VERSION=$(CONFIG_TOOLS_VERSION)"/>
  54. </option>
  55. <option id="gnu.c.compiler.option.debugging.other.332192842" name="Other debugging flags" superClass="gnu.c.compiler.option.debugging.other" value="-gdwarf-3" valueType="string"/>
  56. <option id="gnu.c.compiler.option.optimization.level.1712265196" name="Optimization Level" superClass="gnu.c.compiler.option.optimization.level" value="gnu.c.optimization.level.none" valueType="enumerated"/>
  57. <option id="gnu.c.compiler.option.misc.other.856886110" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fno-builtin -fno-common -fno-strict-aliasing -fno-short-enums -fmessage-length=0 -march=armv8-a -mlong-calls -mlittle-endian -mhard-float -mfpu=vfpv3" valueType="string"/>
  58. <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.cygwin.1719524914" superClass="cdt.managedbuild.tool.gnu.c.compiler.input.cygwin"/>
  59. </tool>
  60. <tool id="cross.tool.c.linker.gnu.base.1199632260" name="Cygwin C Linker" superClass="cross.tool.c.linker.gnu.base">
  61. <option id="gnu.c.link.option.paths.795161835" name="Library search path (-L)" superClass="gnu.c.link.option.paths" valueType="libPaths">
  62. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/lib/$(CONFIG_CPU_TYPE)/$(TOOLS_VERSION)/$(CONFIG_ARCH)/$(CONFIG_SUB_ARCH)"/>
  63. <listOptionValue builtIn="false" value="$(PLATFORM)/target/common/bsp/lib/$(CONFIG_CPU_TYPE)/$(TOOLS_VERSION)/$(CONFIG_ARCH)/$(CONFIG_SUB_ARCH)"/>
  64. <listOptionValue builtIn="false" value="$(PLATFORM)/target/acoreosmp/lib/$(CONFIG_CPU_TYPE)/$(TOOLS_VERSION)/$(CONFIG_ARCH)/$(CONFIG_SUB_ARCH)"/>
  65. </option>
  66. <option id="gnu.c.link.option.libs.1207409850" name="Libraries (-l)" superClass="gnu.c.link.option.libs"/>
  67. <inputType id="cdt.managedbuild.tool.gnu.c.linker.input.1655003231" superClass="cdt.managedbuild.tool.gnu.c.linker.input">
  68. <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
  69. <additionalInput kind="additionalinput" paths="$(LIBS)"/>
  70. </inputType>
  71. </tool>
  72. <tool id="cross.tool.cpp.linker.gnu.base.834015532" name="Cygwin C++ Linker" superClass="cross.tool.cpp.linker.gnu.base"/>
  73. <tool id="cross.tool.else.gnu.base.793649963" name="其他" superClass="cross.tool.else.gnu.base"/>
  74. </toolChain>
  75. </folderInfo>
  76. <sourceEntries>
  77. <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="src"/>
  78. </sourceEntries>
  79. </configuration>
  80. </storageModule>
  81. </cconfiguration>
  82. </storageModule>
  83. <storageModule moduleId="cdtBuildSystem" version="4.0.0">
  84. <project id="msl.cross.projectType.common.msl.220645318" name="Common" projectType="cross.projectType.common.msl"/>
  85. </storageModule>
  86. <storageModule moduleId="scannerConfiguration">
  87. <autodiscovery enabled="false" problemReportingEnabled="true" selectedProfileId=""/>
  88. </storageModule>
  89. <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
  90. <storageModule moduleId="refreshScope"/>
  91. <storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
  92. </cproject>