|
15 | 15 | </extensions>
|
16 | 16 | </storageModule>
|
17 | 17 | <storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
18 |
| - <configuration artifactExtension="axf" artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe" cleanCommand="rm -rf" description="Debug build" errorParsers="org.eclipse.cdt.core.CWDLocator;org.eclipse.cdt.core.GmakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser" id="com.crt.advproject.config.exe.debug.1790569010" name="Debug" parent="com.crt.advproject.config.exe.debug" postannouncebuildStep="Performing post-build steps" postbuildStep="arm-none-eabi-size "${BuildArtifactFileName}" ; arm-none-eabi-objcopy -v -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" ; # checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin""> |
| 18 | + <configuration artifactExtension="axf" artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe" cleanCommand="rm -rf" description="Debug build" errorParsers="org.eclipse.cdt.core.CWDLocator;org.eclipse.cdt.core.GmakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser" id="com.crt.advproject.config.exe.debug.1790569010" name="Debug" parent="com.crt.advproject.config.exe.debug" postannouncebuildStep="Performing post-build steps" postbuildStep="arm-none-eabi-size "${BuildArtifactFileName}" ; arm-none-eabi-objcopy -v -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" ; arm-none-eabi-objcopy -v -O ihex "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.hex" ; # checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin""> |
19 | 19 | <folderInfo id="com.crt.advproject.config.exe.debug.1790569010." name="/" resourcePath="">
|
20 | 20 | <toolChain id="com.crt.advproject.toolchain.exe.debug.2124624630" name="Code Red MCU Tools" superClass="com.crt.advproject.toolchain.exe.debug">
|
21 | 21 | <targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF" id="com.crt.advproject.platform.exe.debug.849623936" name="ARM-based MCU (Debug)" superClass="com.crt.advproject.platform.exe.debug"/>
|
22 |
| - <builder buildPath="${workspace_loc:/WIZ550S2E_App/Release}" command="make" id="com.crt.advproject.builder.exe.debug.1204425089" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="com.crt.advproject.builder.exe.debug"/> |
| 22 | + <builder buildPath="${workspace_loc:/WIZ550S2E_App/Release}" id="com.crt.advproject.builder.exe.debug.1204425089" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="com.crt.advproject.builder.exe.debug"/> |
23 | 23 | <tool id="com.crt.advproject.cpp.exe.debug.1265761207" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.debug"/>
|
24 | 24 | <tool id="com.crt.advproject.gcc.exe.debug.1878226249" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.debug">
|
25 | 25 | <option id="com.crt.advproject.gcc.arch.928502353" name="Architecture" superClass="com.crt.advproject.gcc.arch" value="com.crt.advproject.gcc.target.cm0" valueType="enumerated"/>
|
|
36 | 36 | <option id="gnu.c.compiler.option.misc.other.738705234" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections" valueType="string"/>
|
37 | 37 | <option id="com.crt.advproject.gcc.hdrlib.1260858006" name="Library headers" superClass="com.crt.advproject.gcc.hdrlib" value="Redlib" valueType="enumerated"/>
|
38 | 38 | <option id="gnu.c.compiler.option.include.paths.637912080" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">
|
39 |
| - <listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/inc}""/> |
40 | 39 | <listOptionValue builtIn="false" value=""${workspace_loc:/lpc_chip_11exx/inc}""/>
|
41 | 40 | <listOptionValue builtIn="false" value=""${workspace_loc:/wiznet_s2e_wiz550s2e_board/inc}""/>
|
| 41 | + <listOptionValue builtIn="false" value=""${workspace_loc:/WIZ550S2E_App/src}""/> |
| 42 | + <listOptionValue builtIn="false" value=""${workspace_loc:/WIZ550S2E_App/src/ATcmd}""/> |
| 43 | + <listOptionValue builtIn="false" value=""${workspace_loc:/WIZ550S2E_App/src/callback}""/> |
| 44 | + <listOptionValue builtIn="false" value=""${workspace_loc:/WIZ550S2E_App/src/Configuration}""/> |
| 45 | + <listOptionValue builtIn="false" value=""${workspace_loc:/WIZ550S2E_App/src/Ethernet}""/> |
| 46 | + <listOptionValue builtIn="false" value=""${workspace_loc:/WIZ550S2E_App/src/Internet}""/> |
| 47 | + <listOptionValue builtIn="false" value=""${workspace_loc:/WIZ550S2E_App/src/netutil}""/> |
| 48 | + <listOptionValue builtIn="false" value=""${workspace_loc:/WIZ550S2E_App/src/PlatformHandler}""/> |
| 49 | + <listOptionValue builtIn="false" value=""${workspace_loc:/WIZ550S2E_App/src/S2E}""/> |
42 | 50 | </option>
|
43 |
| - <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.1088822212" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level"/> |
| 51 | + <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.1088822212" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level" value="gnu.c.optimization.level.general" valueType="enumerated"/> |
44 | 52 | <inputType id="com.crt.advproject.compiler.input.1695787657" superClass="com.crt.advproject.compiler.input"/>
|
45 | 53 | </tool>
|
46 | 54 | <tool id="com.crt.advproject.gas.exe.debug.669422924" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.debug">
|
47 | 55 | <option id="com.crt.advproject.gas.arch.912483172" name="Architecture" superClass="com.crt.advproject.gas.arch" value="com.crt.advproject.gas.target.cm0" valueType="enumerated"/>
|
48 | 56 | <option id="com.crt.advproject.gas.thumb.1457579207" name="Thumb mode" superClass="com.crt.advproject.gas.thumb" value="true" valueType="boolean"/>
|
49 | 57 | <option id="gnu.both.asm.option.flags.crt.1424060672" name="Assembler flags" superClass="gnu.both.asm.option.flags.crt" value="-c -x assembler-with-cpp -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_ROMDIVIDE" valueType="string"/>
|
50 | 58 | <option id="com.crt.advproject.gas.hdrlib.1691835307" name="Library headers" superClass="com.crt.advproject.gas.hdrlib" value="com.crt.advproject.gas.hdrlib.codered" valueType="enumerated"/>
|
| 59 | + <option id="com.crt.advproject.gas.exe.debug.option.debugging.level.2083060259" name="Debug level" superClass="com.crt.advproject.gas.exe.debug.option.debugging.level" value="com.crt.advproject.gas.debug.max" valueType="enumerated"/> |
51 | 60 | <inputType id="cdt.managedbuild.tool.gnu.assembler.input.782560362" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
|
52 | 61 | <inputType id="com.crt.advproject.assembler.input.1492112279" name="Additional Assembly Source Files" superClass="com.crt.advproject.assembler.input"/>
|
53 | 62 | </tool>
|
54 | 63 | <tool id="com.crt.advproject.link.cpp.exe.debug.1833144563" name="MCU C++ Linker" superClass="com.crt.advproject.link.cpp.exe.debug"/>
|
55 | 64 | <tool id="com.crt.advproject.link.exe.debug.767885882" name="MCU Linker" superClass="com.crt.advproject.link.exe.debug">
|
56 | 65 | <option id="com.crt.advproject.link.arch.1339357272" name="Architecture" superClass="com.crt.advproject.link.arch" value="com.crt.advproject.link.target.cm0" valueType="enumerated"/>
|
57 | 66 | <option id="com.crt.advproject.link.thumb.399163963" name="Thumb mode" superClass="com.crt.advproject.link.thumb" value="true" valueType="boolean"/>
|
58 |
| - <option id="com.crt.advproject.link.script.1985742611" name="Linker script" superClass="com.crt.advproject.link.script" value=""S2E_WIZ550io.ld"" valueType="string"/> |
| 67 | + <option id="com.crt.advproject.link.script.1985742611" name="Linker script" superClass="com.crt.advproject.link.script" value=""WIZ550S2E.ld"" valueType="string"/> |
59 | 68 | <option id="com.crt.advproject.link.manage.600380856" name="Manage linker script" superClass="com.crt.advproject.link.manage" value="false" valueType="boolean"/>
|
60 | 69 | <option id="gnu.c.link.option.nostdlibs.1115376769" name="No startup or default libs (-nostdlib)" superClass="gnu.c.link.option.nostdlibs" value="true" valueType="boolean"/>
|
61 | 70 | <option id="gnu.c.link.option.other.275981534" name="Other options (-Xlinker [option])" superClass="gnu.c.link.option.other" valueType="stringList">
|
|
65 | 74 | </option>
|
66 | 75 | <option id="com.crt.advproject.link.gcc.hdrlib.1876023711" name="Library" superClass="com.crt.advproject.link.gcc.hdrlib" value="com.crt.advproject.gcc.link.hdrlib.codered.nohost" valueType="enumerated"/>
|
67 | 76 | <option id="gnu.c.link.option.libs.1291225152" name="Libraries (-l)" superClass="gnu.c.link.option.libs" valueType="libs">
|
| 77 | + <listOptionValue builtIn="false" value="wiznet_s2e_wiz550s2e_board"/> |
68 | 78 | <listOptionValue builtIn="false" value="lpc_chip_11exx"/>
|
69 |
| - <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="wiznet_s2e_wiz550s2e_board"/> |
70 | 79 | </option>
|
71 | 80 | <option id="gnu.c.link.option.paths.2136469346" name="Library search path (-L)" superClass="gnu.c.link.option.paths" valueType="libPaths">
|
72 |
| - <listOptionValue builtIn="false" value=""${workspace_loc:/lpc_chip_11exx/Debug}""/> |
73 |
| - <listOptionValue builtIn="false" value=""${workspace_loc:/wiznet_s2e_wiz550s2e_board/Debug}""/> |
| 81 | + <listOptionValue builtIn="false" value=""${workspace_loc:/wiznet_s2e_wiz550s2e_board/Release}""/> |
| 82 | + <listOptionValue builtIn="false" value=""${workspace_loc:/lpc_chip_11exx/Release}""/> |
74 | 83 | </option>
|
75 | 84 | <option id="com.crt.advproject.link.crpenable.353526954" name="Enable Code Read Protect" superClass="com.crt.advproject.link.crpenable" value="true" valueType="boolean"/>
|
76 | 85 | <option id="com.crt.advproject.link.gcc.multicore.slave.1164315121" name="Multicore configuration" superClass="com.crt.advproject.link.gcc.multicore.slave"/>
|
77 | 86 | <option id="com.crt.advproject.link.scriptdir.1355289870" name="Script path" superClass="com.crt.advproject.link.scriptdir" value="../linkscripts" valueType="string"/>
|
78 | 87 | <option id="com.crt.advproject.link.gcc.multicore.master.userobjs.1265974825" name="Slave Objects (not visible)" superClass="com.crt.advproject.link.gcc.multicore.master.userobjs" valueType="userObjs"/>
|
| 88 | + <option id="gnu.c.link.option.shared.1861906774" name="Shared (-shared)" superClass="gnu.c.link.option.shared" value="false" valueType="boolean"/> |
79 | 89 | <inputType id="cdt.managedbuild.tool.gnu.c.linker.input.25872866" superClass="cdt.managedbuild.tool.gnu.c.linker.input">
|
80 | 90 | <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
|
81 | 91 | <additionalInput kind="additionalinput" paths="$(LIBS)"/>
|
|
85 | 95 | </folderInfo>
|
86 | 96 | <fileInfo id="com.crt.advproject.config.exe.debug.1790569010.src/cr_startup_lpc11exx.c" name="cr_startup_lpc11exx.c" rcbsApplicability="disable" resourcePath="src/cr_startup_lpc11exx.c" toolsToInvoke="com.crt.advproject.gcc.exe.debug.1878226249.1147255672">
|
87 | 97 | <tool id="com.crt.advproject.gcc.exe.debug.1878226249.1147255672" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.debug.1878226249">
|
88 |
| - <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.1390475846" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level" value="gnu.c.optimization.level.size" valueType="enumerated"/> |
| 98 | + <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.1390475846" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level" value="gnu.c.optimization.level.general" valueType="enumerated"/> |
89 | 99 | <inputType id="com.crt.advproject.compiler.input.1708703913" superClass="com.crt.advproject.compiler.input"/>
|
90 | 100 | </tool>
|
91 | 101 | </fileInfo>
|
|
0 commit comments