17
17
<folderInfo id =" com.arm.eclipse.build.config.baremetal.exe.debug.1910477576." name =" /" resourcePath =" " >
18
18
<toolChain id =" com.arm.toolchain.baremetal.exe.debug.1293445387" name =" ARM Compiler" superClass =" com.arm.toolchain.baremetal.exe.debug" >
19
19
<targetPlatform id =" com.arm.eclipse.build.config.baremetal.exe.debug.1910477576..2093450286" name =" " />
20
- <builder buildPath =" ${workspace_loc:/ds5_lpc1768/Build}" id =" com.arm.toolchain.baremetal. builder.457933156 " keepEnvironmentInBuildfile = " false " managedBuildOn =" true" name =" Gnu Make Builder" superClass =" com.arm.toolchain.baremetal .builder" />
20
+ <builder autoBuildTarget = " all " buildPath =" ${workspace_loc:/ds5_lpc1768/Build}" cleanBuildTarget = " clean " id =" org.eclipse.cdt.build.core.internal. builder.2019880438 " incrementalBuildTarget = " all " managedBuildOn =" true" name =" CDT Internal Builder" superClass =" org.eclipse.cdt.build.core.internal .builder" />
21
21
<tool id =" com.arm.tool.c.compiler.baremetal.exe.debug.518028859" name =" ARM C Compiler" superClass =" com.arm.tool.c.compiler.baremetal.exe.debug" />
22
22
<tool id =" com.arm.tool.cpp.compiler.baremetal.exe.debug.773836201" name =" ARM C++ Compiler" superClass =" com.arm.tool.cpp.compiler.baremetal.exe.debug" >
23
23
<option id =" com.arm.tool.c.compiler.option.incpath.337015821" name =" Include path (-I)" superClass =" com.arm.tool.c.compiler.option.incpath" valueType =" includePath" >
24
- < listOptionValue builtIn = " false " value = " " ${workspace_loc:/${ProjName}/mbed/LPC1768} " " />
25
- <listOptionValue builtIn =" false" value =" " ${workspace_loc:/${ProjName}/mbed/LPC1768/ARM }" " />
26
- < listOptionValue builtIn = " false " value = " " ${workspace_loc:/${ProjName}/mbed} " " />
24
+ {% for path in include_paths %}
25
+ <listOptionValue builtIn =" false" value =" " ${workspace_loc:/${ProjName}/{{path}} }" " />
26
+ {% endfor %}
27
27
</option >
28
28
<option id =" com.arm.tool.c.compiler.option.targetcpu.1479931161" name =" Target CPU (--cpu)" superClass =" com.arm.tool.c.compiler.option.targetcpu" value =" Cortex-M3" valueType =" string" />
29
29
<inputType id =" com.arm.tool.c.compiler.input.982666453" superClass =" com.arm.tool.c.compiler.input" />
34
34
</tool >
35
35
<tool id =" com.arm.tool.c.linker.2036393580" name =" ARM Linker" superClass =" com.arm.tool.c.linker" >
36
36
<option id =" com.arm.tool.c.linker.option.cpu.419580654" name =" Target CPU (--cpu)" superClass =" com.arm.tool.c.linker.option.cpu" value =" Cortex-M3" valueType =" string" />
37
- <option id =" com.arm.tool.c.linker.option.scatter.1235987457" name =" Scatter file (--scatter)" superClass =" com.arm.tool.c.linker.option.scatter" value =" ${ProjDirPath}/mbed/LPC1768/ARM/LPC1768.sct " valueType =" string" />
37
+ <option id =" com.arm.tool.c.linker.option.scatter.1235987457" name =" Scatter file (--scatter)" superClass =" com.arm.tool.c.linker.option.scatter" value =" ${ProjDirPath}/{{ scatter_file }} " valueType =" string" />
38
38
<option id =" com.arm.tool.c.linker.userobjs.1389137013" name =" Other object files" superClass =" com.arm.tool.c.linker.userobjs" valueType =" userObjs" >
39
39
{% for path in object_files %}
40
40
<listOptionValue builtIn =" false" value =" " ${workspace_loc:/${ProjName}/{{path}}}" " />
102
102
<autodiscovery enabled =" true" problemReportingEnabled =" true" selectedProfileId =" com.arm.eclipse.builder.armcc.ARMCompilerDiscoveryProfile" />
103
103
</scannerConfigBuildInfo >
104
104
</storageModule >
105
- </cproject >
105
+ </cproject >
0 commit comments