| andrewm@0 | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 
| andrewm@5 | 2 <?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage"> | 
| andrewm@0 | 3 	<storageModule moduleId="org.eclipse.cdt.core.settings"> | 
| andrewm@0 | 4 		<cconfiguration id="cdt.managedbuild.config.gnu.exe.debug.528876549"> | 
| andrewm@0 | 5 			<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.config.gnu.exe.debug.528876549" moduleId="org.eclipse.cdt.core.settings" name="Debug"> | 
| andrewm@0 | 6 				<externalSettings/> | 
| andrewm@0 | 7 				<extensions> | 
| giuliomoro@215 | 8 					<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/> | 
| andrewm@0 | 9 					<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 10 					<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 11 					<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 12 					<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 13 					<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 14 				</extensions> | 
| andrewm@0 | 15 			</storageModule> | 
| andrewm@0 | 16 			<storageModule moduleId="cdtBuildSystem" version="4.0.0"> | 
| giuliomoro@215 | 17 				<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="rm -rf" description="" id="cdt.managedbuild.config.gnu.exe.debug.528876549" name="Debug" parent="cdt.managedbuild.config.gnu.exe.debug" postannouncebuildStep="Kills the process running on the BeagleBone (if any) and copies the new binary to the BeagleBone in beaglert/" postbuildStep="ssh root@192.168.7.2 "kill -s 2 \`pidof ${BuildArtifactFileName}\` 2>/dev/null"; scp ${BuildArtifactFilePrefix}${BuildArtifactFileName} root@192.168.7.2:~/beaglert/ && echo 'done copying\n' | wall || echo 'error'|wall"> | 
| andrewm@0 | 18 					<folderInfo id="cdt.managedbuild.config.gnu.exe.debug.528876549." name="/" resourcePath=""> | 
| andrewm@0 | 19 						<toolChain id="cdt.managedbuild.toolchain.gnu.exe.debug.681872250" name="Linux GCC" superClass="cdt.managedbuild.toolchain.gnu.exe.debug"> | 
| andrewm@0 | 20 							<targetPlatform id="cdt.managedbuild.target.gnu.platform.exe.debug.295375065" name="Debug Platform" superClass="cdt.managedbuild.target.gnu.platform.exe.debug"/> | 
| giuliomoro@153 | 21 							<builder arguments="-j6" buildPath="${workspace_loc:/BBB_audio+input/Debug}" command="make" id="cdt.managedbuild.target.gnu.builder.exe.debug.26322421" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" superClass="cdt.managedbuild.target.gnu.builder.exe.debug"> | 
| andrewm@0 | 22 								<outputEntries> | 
| andrewm@0 | 23 									<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="outputPath" name="Debug"/> | 
| andrewm@0 | 24 									<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="outputPath" name="Release"/> | 
| andrewm@0 | 25 								</outputEntries> | 
| andrewm@0 | 26 							</builder> | 
| giuliomoro@20 | 27 							<tool command="arm-linux-gnueabihf-g++
" id="cdt.managedbuild.tool.gnu.archiver.base.1542380883" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base"/> | 
| giuliomoro@20 | 28 							<tool command="arm-linux-gnueabihf-g++
" id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.2030825480" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug"> | 
| andrewm@45 | 29 								<option id="gnu.cpp.compiler.exe.debug.option.optimization.level.2006448218" name="Optimization Level" superClass="gnu.cpp.compiler.exe.debug.option.optimization.level" value="gnu.cpp.compiler.optimization.level.none" valueType="enumerated"/> | 
| andrewm@45 | 30 								<option id="gnu.cpp.compiler.exe.debug.option.debugging.level.1267706246" name="Debug Level" superClass="gnu.cpp.compiler.exe.debug.option.debugging.level" value="gnu.cpp.compiler.debugging.level.max" valueType="enumerated"/> | 
| andrewm@45 | 31 								<option id="gnu.cpp.compiler.option.include.paths.2031219124" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath"> | 
| giuliomoro@215 | 32 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/xenomai/include"/> | 
| giuliomoro@20 | 33 									<listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 
| andrewm@0 | 34 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| andrewm@0 | 35 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| andrewm@56 | 36 									<listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | 
| giuliomoro@227 | 37 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/"/> | 
| giuliomoro@227 | 38 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/ne10/"/> | 
| giuliomoro@227 | 39 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/"/> | 
| andrewm@0 | 40 								</option> | 
| giuliomoro@227 | 41 								<option id="gnu.cpp.compiler.option.other.other.1516989263" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -Wpointer-arith -Wunused-result -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -fpermissive" valueType="string"/> | 
| andrewm@45 | 42 								<option id="gnu.cpp.compiler.option.warnings.allwarn.1392851614" name="All warnings (-Wall)" superClass="gnu.cpp.compiler.option.warnings.allwarn" value="true" valueType="boolean"/> | 
| andrewm@45 | 43 								<option id="gnu.cpp.compiler.option.dialect.std.904910934" name="Language standard" superClass="gnu.cpp.compiler.option.dialect.std" value="gnu.cpp.compiler.dialect.default" valueType="enumerated"/> | 
| andrewm@0 | 44 								<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1166892316" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> | 
| andrewm@0 | 45 							</tool> | 
| andrewm@0 | 46 							<tool command="arm-linux-gnueabihf-gcc" id="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.917207395" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.debug"> | 
| andrewm@45 | 47 								<option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.exe.debug.option.optimization.level.326761664" name="Optimization Level" superClass="gnu.c.compiler.exe.debug.option.optimization.level" value="gnu.c.optimization.level.none" valueType="enumerated"/> | 
| andrewm@45 | 48 								<option id="gnu.c.compiler.exe.debug.option.debugging.level.471732683" name="Debug Level" superClass="gnu.c.compiler.exe.debug.option.debugging.level" value="gnu.c.debugging.level.max" valueType="enumerated"/> | 
| andrewm@45 | 49 								<option id="gnu.c.compiler.option.include.paths.358825414" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath"> | 
| giuliomoro@215 | 50 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/xenomai/include"/> | 
| giuliomoro@20 | 51 									<listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 
| andrewm@0 | 52 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| andrewm@0 | 53 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| giuliomoro@227 | 54 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/"/> | 
| andrewm@56 | 55 									<listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | 
| giuliomoro@227 | 56 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/ne10/"/> | 
| giuliomoro@227 | 57 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/"/> | 
| andrewm@0 | 58 								</option> | 
| andrewm@45 | 59 								<option id="gnu.c.compiler.option.misc.other.835792865" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -Wpointer-arith -Wunused-result  -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -std=gnu99" valueType="string"/> | 
| andrewm@45 | 60 								<option id="gnu.c.compiler.option.warnings.allwarn.1145989346" name="All warnings (-Wall)" superClass="gnu.c.compiler.option.warnings.allwarn" value="true" valueType="boolean"/> | 
| andrewm@0 | 61 								<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.308014221" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> | 
| andrewm@0 | 62 							</tool> | 
| giuliomoro@20 | 63 							<tool command="arm-linux-gnueabihf-g++
" id="cdt.managedbuild.tool.gnu.c.linker.exe.debug.214461086" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.exe.debug"/> | 
| giuliomoro@153 | 64 							<tool command="arm-linux-gnueabihf-g++" commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.1669966018" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug"> | 
| giuliomoro@18 | 65 								<option id="gnu.cpp.link.option.paths.462980690" name="Library search path (-L)" superClass="gnu.cpp.link.option.paths" valueType="libPaths"> | 
| giuliomoro@153 | 66 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/lib"/> | 
| giuliomoro@153 | 67 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/lib/xenomai"/> | 
| giuliomoro@18 | 68 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/xenomai/lib"/> | 
| giuliomoro@227 | 69 									<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}}""/> | 
| giuliomoro@18 | 70 									<listOptionValue builtIn="false" value="/usr/lib/arm-linux-gnueabihf"/> | 
| giuliomoro@153 | 71 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/lib"/> | 
| giuliomoro@227 | 72 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/lib"/> | 
| giuliomoro@18 | 73 								</option> | 
| giuliomoro@20 | 74 								<option id="gnu.cpp.link.option.libs.139390951" name="Libraries (-l)" superClass="gnu.cpp.link.option.libs" valueType="libs"> | 
| giuliomoro@20 | 75 									<listOptionValue builtIn="false" value="rt"/> | 
| giuliomoro@227 | 76 									<listOptionValue builtIn="false" value="pd"/> | 
| giuliomoro@20 | 77 									<listOptionValue builtIn="false" value="native"/> | 
| giuliomoro@20 | 78 									<listOptionValue builtIn="false" value="xenomai"/> | 
| giuliomoro@227 | 79 									<listOptionValue builtIn="false" value="sndfile"/> | 
| giuliomoro@20 | 80 								</option> | 
| giuliomoro@227 | 81 								<option id="gnu.cpp.link.option.flags.2096887116" name="Linker flags" superClass="gnu.cpp.link.option.flags" value="-pthread -rdynamic -Wl,-unresolved-symbols=ignore-in-shared-libs" valueType="string"/> | 
| andrewm@0 | 82 								<option id="gnu.cpp.link.option.userobjs.537608578" name="Other objects" superClass="gnu.cpp.link.option.userobjs" valueType="userObjs"> | 
| andrewm@0 | 83 									<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/libprussdrv.a}""/> | 
| andrewm@0 | 84 									<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/libNE10.a}""/> | 
| andrewm@0 | 85 								</option> | 
| andrewm@0 | 86 								<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.450978479" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input"> | 
| andrewm@0 | 87 									<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> | 
| andrewm@0 | 88 									<additionalInput kind="additionalinput" paths="$(LIBS)"/> | 
| andrewm@0 | 89 								</inputType> | 
| andrewm@0 | 90 							</tool> | 
| andrewm@0 | 91 							<tool command="arm-linux-gnueabihf-as" id="cdt.managedbuild.tool.gnu.assembler.exe.debug.37270610" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.exe.debug"> | 
| andrewm@0 | 92 								<option id="gnu.both.asm.option.include.paths.1403814918" name="Include paths (-I)" superClass="gnu.both.asm.option.include.paths" valueType="includePath"> | 
| andrewm@0 | 93 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| andrewm@0 | 94 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| andrewm@56 | 95 									<listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | 
| giuliomoro@227 | 96 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/"/> | 
| giuliomoro@227 | 97 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/ne10/"/> | 
| giuliomoro@227 | 98 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/"/> | 
| andrewm@0 | 99 								</option> | 
| andrewm@0 | 100 								<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1788972942" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> | 
| andrewm@0 | 101 							</tool> | 
| andrewm@0 | 102 						</toolChain> | 
| andrewm@0 | 103 					</folderInfo> | 
| giuliomoro@215 | 104 					<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.528876549.559294976" name="default_main.cpp" rcbsApplicability="disable" resourcePath="core/default_main.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.2030825480.129458966"> | 
| giuliomoro@215 | 105 						<tool command="arm-linux-gnueabihf-g++" id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.2030825480.129458966" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.2030825480"> | 
| giuliomoro@215 | 106 							<option id="gnu.cpp.compiler.option.dialect.std.312606928" name="Language standard" superClass="gnu.cpp.compiler.option.dialect.std" value="false" valueType="enumerated"/> | 
| giuliomoro@215 | 107 							<option id="gnu.cpp.compiler.exe.debug.option.optimization.level.832414939" name="Optimization Level" superClass="gnu.cpp.compiler.exe.debug.option.optimization.level" value="gnu.cpp.compiler.optimization.level.more" valueType="enumerated"/> | 
| giuliomoro@215 | 108 							<option id="gnu.cpp.compiler.exe.debug.option.debugging.level.360272054" name="Debug Level" superClass="gnu.cpp.compiler.exe.debug.option.debugging.level" value="gnu.cpp.compiler.debugging.level.default" valueType="enumerated"/> | 
| giuliomoro@215 | 109 							<option id="gnu.cpp.compiler.option.other.other.1682744075" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0" valueType="string"/> | 
| giuliomoro@215 | 110 							<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.464031360" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> | 
| giuliomoro@215 | 111 						</tool> | 
| giuliomoro@215 | 112 					</fileInfo> | 
| giuliomoro@211 | 113 					<folderInfo id="cdt.managedbuild.config.gnu.exe.debug.528876549.1692100986" name="/" resourcePath="projects/audio_in_FFT"> | 
| giuliomoro@211 | 114 						<toolChain id="cdt.managedbuild.toolchain.gnu.exe.debug.1175607775" name="Linux GCC" superClass="cdt.managedbuild.toolchain.gnu.exe.debug" unusedChildren=""> | 
| giuliomoro@211 | 115 							<targetPlatform id="cdt.managedbuild.target.gnu.platform.exe.debug" name="Debug Platform" superClass="cdt.managedbuild.target.gnu.platform.exe.debug"/> | 
| giuliomoro@211 | 116 							<tool id="cdt.managedbuild.tool.gnu.archiver.base.1004154278" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base.1542380883"/> | 
| giuliomoro@211 | 117 							<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1040772152" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.2030825480"> | 
| giuliomoro@215 | 118 								<option id="gnu.cpp.compiler.option.dialect.std.810632746" name="Language standard" superClass="gnu.cpp.compiler.option.dialect.std" value="false" valueType="enumerated"/> | 
| giuliomoro@215 | 119 								<option id="gnu.cpp.compiler.exe.debug.option.optimization.level.997930552" name="Optimization Level" superClass="gnu.cpp.compiler.exe.debug.option.optimization.level" value="gnu.cpp.compiler.optimization.level.more" valueType="enumerated"/> | 
| giuliomoro@215 | 120 								<option id="gnu.cpp.compiler.exe.debug.option.debugging.level.2084990973" name="Debug Level" superClass="gnu.cpp.compiler.exe.debug.option.debugging.level" value="gnu.cpp.compiler.debugging.level.default" valueType="enumerated"/> | 
| giuliomoro@215 | 121 								<option id="gnu.cpp.compiler.option.other.other.637890326" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0" valueType="string"/> | 
| giuliomoro@211 | 122 								<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1579596070" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> | 
| giuliomoro@211 | 123 							</tool> | 
| giuliomoro@211 | 124 							<tool id="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.102524784" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.917207395"> | 
| giuliomoro@215 | 125 								<option id="gnu.c.compiler.exe.debug.option.debugging.level.428878218" name="Debug Level" superClass="gnu.c.compiler.exe.debug.option.debugging.level" value="gnu.c.debugging.level.default" valueType="enumerated"/> | 
| giuliomoro@215 | 126 								<option id="gnu.c.compiler.option.misc.other.555149802" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0" valueType="string"/> | 
| giuliomoro@211 | 127 								<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1571354326" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> | 
| giuliomoro@211 | 128 							</tool> | 
| giuliomoro@211 | 129 							<tool id="cdt.managedbuild.tool.gnu.c.linker.exe.debug.1199899866" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.exe.debug.214461086"/> | 
| giuliomoro@211 | 130 							<tool id="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.1081965324" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.1669966018"/> | 
| giuliomoro@211 | 131 							<tool id="cdt.managedbuild.tool.gnu.assembler.exe.debug.1236497111" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.exe.debug.37270610"> | 
| giuliomoro@211 | 132 								<inputType id="cdt.managedbuild.tool.gnu.assembler.input.2021671105" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> | 
| giuliomoro@211 | 133 							</tool> | 
| giuliomoro@211 | 134 						</toolChain> | 
| giuliomoro@211 | 135 					</folderInfo> | 
| andrewm@0 | 136 					<sourceEntries> | 
| giuliomoro@211 | 137 						<entry excluding="default_main.cpp|audio_routines_old.S" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="core"/> | 
| victor@2 | 138 						<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="include"/> | 
| giuliomoro@227 | 139 						<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="projects/basic_libpd"/> | 
| giuliomoro@173 | 140 						<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="source"/> | 
| andrewm@0 | 141 					</sourceEntries> | 
| andrewm@0 | 142 				</configuration> | 
| andrewm@0 | 143 			</storageModule> | 
| andrewm@0 | 144 			<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/> | 
| andrewm@0 | 145 		</cconfiguration> | 
| andrewm@0 | 146 		<cconfiguration id="cdt.managedbuild.config.gnu.exe.release.1521194538"> | 
| andrewm@0 | 147 			<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.config.gnu.exe.release.1521194538" moduleId="org.eclipse.cdt.core.settings" name="Release"> | 
| giuliomoro@153 | 148 				<externalSettings> | 
| giuliomoro@153 | 149 					<externalSetting/> | 
| giuliomoro@153 | 150 				</externalSettings> | 
| andrewm@0 | 151 				<extensions> | 
| giuliomoro@215 | 152 					<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/> | 
| andrewm@0 | 153 					<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 154 					<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 155 					<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 156 					<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 157 					<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | 
| andrewm@0 | 158 				</extensions> | 
| andrewm@0 | 159 			</storageModule> | 
| andrewm@0 | 160 			<storageModule moduleId="cdtBuildSystem" version="4.0.0"> | 
| giuliomoro@215 | 161 				<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.release" cleanCommand="rm -rf" description="" id="cdt.managedbuild.config.gnu.exe.release.1521194538" name="Release" parent="cdt.managedbuild.config.gnu.exe.release" postannouncebuildStep="Stopping process on BBB and copying new binary" postbuildStep="ssh root@192.168.7.2 "kill -s 2 \`pidof ${BuildArtifactFileName}\` 2>/dev/null"; sleep 0.5; scp ${BuildArtifactFilePrefix}${BuildArtifactFileName} root@192.168.7.2:~/beaglert/  && echo 'done copying' | wall || echo 'error' | wall"> | 
| andrewm@0 | 162 					<folderInfo id="cdt.managedbuild.config.gnu.exe.release.1521194538." name="/" resourcePath=""> | 
| andrewm@0 | 163 						<toolChain id="cdt.managedbuild.toolchain.gnu.exe.release.1612059942" name="Linux GCC" superClass="cdt.managedbuild.toolchain.gnu.exe.release"> | 
| andrewm@0 | 164 							<targetPlatform id="cdt.managedbuild.target.gnu.platform.exe.release.908983575" name="Debug Platform" superClass="cdt.managedbuild.target.gnu.platform.exe.release"/> | 
| giuliomoro@227 | 165 							<builder buildPath="${workspace_loc:/BBB_audio+input/Release}" enabledIncrementalBuild="true" id="cdt.managedbuild.target.gnu.builder.exe.release.511190290" incrementalBuildTarget="all" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" parallelBuildOn="true" parallelizationNumber="6" superClass="cdt.managedbuild.target.gnu.builder.exe.release"/> | 
| giuliomoro@20 | 166 							<tool command="arm-linux-gnueabihf-g++
" id="cdt.managedbuild.tool.gnu.archiver.base.810674388" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base"/> | 
| giuliomoro@187 | 167 							<tool command="arm-linux-gnueabihf-gcc" commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}" id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.163790048" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release"> | 
| giuliomoro@34 | 168 								<option id="gnu.cpp.compiler.exe.release.option.optimization.level.2031085570" name="Optimization Level" superClass="gnu.cpp.compiler.exe.release.option.optimization.level" value="gnu.cpp.compiler.optimization.level.more" valueType="enumerated"/> | 
| andrewm@0 | 169 								<option id="gnu.cpp.compiler.exe.release.option.debugging.level.701035863" name="Debug Level" superClass="gnu.cpp.compiler.exe.release.option.debugging.level" value="gnu.cpp.compiler.debugging.level.none" valueType="enumerated"/> | 
| andrewm@0 | 170 								<option id="gnu.cpp.compiler.option.include.paths.823255770" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath"> | 
| giuliomoro@215 | 171 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/xenomai/include"/> | 
| giuliomoro@215 | 172 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/ne10/"/> | 
| giuliomoro@20 | 173 									<listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 
| giuliomoro@20 | 174 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| andrewm@0 | 175 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| andrewm@56 | 176 									<listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | 
| giuliomoro@227 | 177 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/"/> | 
| giuliomoro@227 | 178 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/"/> | 
| andrewm@0 | 179 								</option> | 
| giuliomoro@20 | 180 								<option id="gnu.cpp.compiler.option.dialect.std.776548502" name="Language standard" superClass="gnu.cpp.compiler.option.dialect.std" value="gnu.cpp.compiler.dialect.default" valueType="enumerated"/> | 
| andrewm@45 | 181 								<option id="gnu.cpp.compiler.option.other.other.398422461" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -U_FORTIFY_SOURCE" valueType="string"/> | 
| andrewm@0 | 182 								<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.601059736" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> | 
| andrewm@0 | 183 							</tool> | 
| andrewm@0 | 184 							<tool command="arm-linux-gnueabihf-gcc" commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}" id="cdt.managedbuild.tool.gnu.c.compiler.exe.release.1302828968" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.release"> | 
| giuliomoro@34 | 185 								<option defaultValue="gnu.c.optimization.level.most" id="gnu.c.compiler.exe.release.option.optimization.level.1118673208" name="Optimization Level" superClass="gnu.c.compiler.exe.release.option.optimization.level" value="gnu.c.optimization.level.more" valueType="enumerated"/> | 
| andrewm@0 | 186 								<option id="gnu.c.compiler.exe.release.option.debugging.level.1329456558" name="Debug Level" superClass="gnu.c.compiler.exe.release.option.debugging.level" value="gnu.c.debugging.level.none" valueType="enumerated"/> | 
| andrewm@0 | 187 								<option id="gnu.c.compiler.option.include.paths.1269113471" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath"> | 
| giuliomoro@215 | 188 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/xenomai/include"/> | 
| giuliomoro@20 | 189 									<listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 
| andrewm@0 | 190 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| giuliomoro@20 | 191 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| giuliomoro@215 | 192 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/ne10/"/> | 
| andrewm@56 | 193 									<listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | 
| giuliomoro@227 | 194 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/"/> | 
| giuliomoro@227 | 195 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/"/> | 
| andrewm@0 | 196 								</option> | 
| andrewm@22 | 197 								<option id="gnu.c.compiler.option.include.files.40806287" name="Include files (-include)" superClass="gnu.c.compiler.option.include.files"/> | 
| andrewm@45 | 198 								<option id="gnu.c.compiler.option.preprocessor.undef.symbol.980935416" name="Undefined symbols (-U)" superClass="gnu.c.compiler.option.preprocessor.undef.symbol" valueType="undefDefinedSymbols"> | 
| andrewm@45 | 199 									<listOptionValue builtIn="false" value="_FORTIFY_SOURCE"/> | 
| andrewm@45 | 200 								</option> | 
| andrewm@0 | 201 								<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.574072828" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> | 
| andrewm@0 | 202 							</tool> | 
| giuliomoro@20 | 203 							<tool command="arm-linux-gnueabihf-g++
" id="cdt.managedbuild.tool.gnu.c.linker.exe.release.281634187" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.exe.release"/> | 
| giuliomoro@187 | 204 							<tool command="arm-linux-gnueabihf-g++" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.release.929570421" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.release"> | 
| andrewm@0 | 205 								<option id="gnu.cpp.link.option.paths.277042583" name="Library search path (-L)" superClass="gnu.cpp.link.option.paths" valueType="libPaths"> | 
| andrewm@22 | 206 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/lib"/> | 
| giuliomoro@227 | 207 									<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}}""/> | 
| andrewm@22 | 208 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/lib/xenomai"/> | 
| giuliomoro@20 | 209 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/xenomai/lib"/> | 
| giuliomoro@20 | 210 									<listOptionValue builtIn="false" value="/usr/lib/arm-linux-gnueabihf"/> | 
| giuliomoro@106 | 211 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/lib"/> | 
| giuliomoro@227 | 212 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/lib"/> | 
| andrewm@0 | 213 								</option> | 
| andrewm@0 | 214 								<option id="gnu.cpp.link.option.libs.1930118082" name="Libraries (-l)" superClass="gnu.cpp.link.option.libs" valueType="libs"> | 
| andrewm@0 | 215 									<listOptionValue builtIn="false" value="rt"/> | 
| giuliomoro@227 | 216 									<listOptionValue builtIn="false" value="pd"/> | 
| andrewm@0 | 217 									<listOptionValue builtIn="false" value="native"/> | 
| andrewm@0 | 218 									<listOptionValue builtIn="false" value="xenomai"/> | 
| andrewm@0 | 219 								</option> | 
| giuliomoro@227 | 220 								<option id="gnu.cpp.link.option.flags.1308374111" name="Linker flags" superClass="gnu.cpp.link.option.flags" value="-pthread -Wpointer-arith -Wl,-unresolved-symbols=ignore-in-shared-libs" valueType="string"/> | 
| andrewm@0 | 221 								<option id="gnu.cpp.link.option.userobjs.1473502069" name="Other objects" superClass="gnu.cpp.link.option.userobjs" valueType="userObjs"> | 
| andrewm@0 | 222 									<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/libprussdrv.a}""/> | 
| andrewm@50 | 223 									<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/libNE10.a}""/> | 
| andrewm@0 | 224 								</option> | 
| andrewm@0 | 225 								<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.1607203279" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input"> | 
| andrewm@0 | 226 									<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> | 
| andrewm@0 | 227 									<additionalInput kind="additionalinput" paths="$(LIBS)"/> | 
| andrewm@0 | 228 								</inputType> | 
| andrewm@0 | 229 							</tool> | 
| andrewm@0 | 230 							<tool command="arm-linux-gnueabihf-as" id="cdt.managedbuild.tool.gnu.assembler.exe.release.2052985276" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.exe.release"> | 
| andrewm@56 | 231 								<option id="gnu.both.asm.option.include.paths.1499955275" name="Include paths (-I)" superClass="gnu.both.asm.option.include.paths" valueType="includePath"> | 
| andrewm@56 | 232 									<listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | 
| giuliomoro@227 | 233 									<listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/"/> | 
| giuliomoro@227 | 234 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/ne10/"/> | 
| giuliomoro@227 | 235 									<listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/"/> | 
| andrewm@56 | 236 								</option> | 
| andrewm@0 | 237 								<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1212659593" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> | 
| andrewm@0 | 238 							</tool> | 
| andrewm@0 | 239 						</toolChain> | 
| andrewm@0 | 240 					</folderInfo> | 
| giuliomoro@211 | 241 					<folderInfo id="cdt.managedbuild.config.gnu.exe.release.1521194538.966007214" name="/" resourcePath="projects/audio_in_FFT"> | 
| giuliomoro@211 | 242 						<toolChain id="cdt.managedbuild.toolchain.gnu.exe.release.87544795" name="Linux GCC" superClass="cdt.managedbuild.toolchain.gnu.exe.release" unusedChildren=""> | 
| giuliomoro@211 | 243 							<targetPlatform id="cdt.managedbuild.target.gnu.platform.exe.release" name="Debug Platform" superClass="cdt.managedbuild.target.gnu.platform.exe.release"/> | 
| giuliomoro@211 | 244 							<tool id="cdt.managedbuild.tool.gnu.archiver.base.730478468" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base.810674388"/> | 
| giuliomoro@211 | 245 							<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.508477256" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.163790048"> | 
| giuliomoro@215 | 246 								<option id="gnu.cpp.compiler.option.dialect.std.1425441948" name="Language standard" superClass="gnu.cpp.compiler.option.dialect.std" value="false" valueType="enumerated"/> | 
| giuliomoro@215 | 247 								<option id="gnu.cpp.compiler.exe.release.option.debugging.level.288264984" name="Debug Level" superClass="gnu.cpp.compiler.exe.release.option.debugging.level" value="gnu.cpp.compiler.debugging.level.default" valueType="enumerated"/> | 
| giuliomoro@215 | 248 								<option id="gnu.cpp.compiler.option.other.other.1566154993" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0" valueType="string"/> | 
| giuliomoro@211 | 249 								<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.765172683" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> | 
| giuliomoro@211 | 250 							</tool> | 
| giuliomoro@211 | 251 							<tool id="cdt.managedbuild.tool.gnu.c.compiler.exe.release.1356993787" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.release.1302828968"> | 
| giuliomoro@215 | 252 								<option id="gnu.c.compiler.exe.release.option.optimization.level.1178491146" name="Optimization Level" superClass="gnu.c.compiler.exe.release.option.optimization.level" value="gnu.c.optimization.level.most" valueType="enumerated"/> | 
| giuliomoro@215 | 253 								<option id="gnu.c.compiler.exe.release.option.debugging.level.83532534" name="Debug Level" superClass="gnu.c.compiler.exe.release.option.debugging.level" value="gnu.c.debugging.level.default" valueType="enumerated"/> | 
| giuliomoro@211 | 254 								<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.444125298" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> | 
| giuliomoro@211 | 255 							</tool> | 
| giuliomoro@211 | 256 							<tool id="cdt.managedbuild.tool.gnu.c.linker.exe.release.522055145" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.exe.release.281634187"/> | 
| giuliomoro@211 | 257 							<tool id="cdt.managedbuild.tool.gnu.cpp.linker.exe.release.805389336" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.release.929570421"/> | 
| giuliomoro@211 | 258 							<tool id="cdt.managedbuild.tool.gnu.assembler.exe.release.1556898937" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.exe.release.2052985276"> | 
| giuliomoro@211 | 259 								<inputType id="cdt.managedbuild.tool.gnu.assembler.input.842443752" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> | 
| giuliomoro@211 | 260 							</tool> | 
| giuliomoro@211 | 261 						</toolChain> | 
| giuliomoro@211 | 262 					</folderInfo> | 
| andrewm@0 | 263 					<sourceEntries> | 
| giuliomoro@211 | 264 						<entry excluding="default_main.cpp|audio_routines_old.S" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="core"/> | 
| victor@2 | 265 						<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="include"/> | 
| giuliomoro@227 | 266 						<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="projects/basic_libpd"/> | 
| giuliomoro@173 | 267 						<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="source"/> | 
| andrewm@0 | 268 					</sourceEntries> | 
| andrewm@0 | 269 				</configuration> | 
| andrewm@0 | 270 			</storageModule> | 
| andrewm@0 | 271 			<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/> | 
| andrewm@0 | 272 		</cconfiguration> | 
| andrewm@0 | 273 	</storageModule> | 
| andrewm@0 | 274 	<storageModule moduleId="cdtBuildSystem" version="4.0.0"> | 
| andrewm@0 | 275 		<project id="BBB_audio+input.cdt.managedbuild.target.gnu.exe.1596461844" name="Executable" projectType="cdt.managedbuild.target.gnu.exe"/> | 
| andrewm@0 | 276 	</storageModule> | 
| andrewm@0 | 277 	<storageModule moduleId="refreshScope" versionNumber="2"> | 
| andrewm@0 | 278 		<configuration configurationName="basic"> | 
| andrewm@0 | 279 			<resource resourceType="PROJECT" workspacePath="/BeagleRT"/> | 
| andrewm@0 | 280 		</configuration> | 
| andrewm@0 | 281 		<configuration configurationName="Debug"> | 
| andrewm@0 | 282 			<resource resourceType="PROJECT" workspacePath="/BBB_SimpleInstrument"/> | 
| andrewm@0 | 283 		</configuration> | 
| giuliomoro@227 | 284 		<configuration configurationName="Release"> | 
| giuliomoro@227 | 285 			<resource resourceType="PROJECT" workspacePath="/BBB_SimpleInstrument"/> | 
| giuliomoro@227 | 286 		</configuration> | 
| andrewm@0 | 287 	</storageModule> | 
| giuliomoro@173 | 288 	<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/> | 
| giuliomoro@173 | 289 	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/> | 
| giuliomoro@173 | 290 	<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/> | 
| andrewm@0 | 291 	<storageModule moduleId="scannerConfiguration"> | 
| andrewm@0 | 292 		<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/> | 
| giuliomoro@227 | 293 		<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.exe.release.1521194538;cdt.managedbuild.config.gnu.exe.release.1521194538.;cdt.managedbuild.tool.gnu.c.compiler.exe.release.1302828968;cdt.managedbuild.tool.gnu.c.compiler.input.574072828"> | 
| giuliomoro@227 | 294 			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC"/> | 
| giuliomoro@211 | 295 		</scannerConfigBuildInfo> | 
| giuliomoro@211 | 296 		<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.exe.debug.528876549;cdt.managedbuild.config.gnu.exe.debug.528876549.;cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.2030825480;cdt.managedbuild.tool.gnu.cpp.compiler.input.1166892316"> | 
| giuliomoro@211 | 297 			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP"/> | 
| giuliomoro@211 | 298 		</scannerConfigBuildInfo> | 
| giuliomoro@173 | 299 		<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.exe.debug.528876549;cdt.managedbuild.config.gnu.exe.debug.528876549.;cdt.managedbuild.tool.gnu.c.compiler.exe.debug.917207395;cdt.managedbuild.tool.gnu.c.compiler.input.308014221"> | 
| giuliomoro@173 | 300 			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC"/> | 
| giuliomoro@173 | 301 		</scannerConfigBuildInfo> | 
| giuliomoro@227 | 302 		<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.exe.release.1521194538;cdt.managedbuild.config.gnu.exe.release.1521194538.;cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.163790048;cdt.managedbuild.tool.gnu.cpp.compiler.input.601059736"> | 
| giuliomoro@227 | 303 			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP"/> | 
| giuliomoro@181 | 304 		</scannerConfigBuildInfo> | 
| andrewm@0 | 305 	</storageModule> | 
| andrewm@0 | 306 </cproject> |