Mercurial > hg > beaglert
comparison .cproject @ 56:3c3a1357657d newapi
Further API update to name three primary functions setup(), render() and cleanup(). Changed include paths so now can #include <BeagleRT.h>. Removed stale pru_rtaudio.bin file as this is now done as pru_rtaudio_bin.h. Updated examples to new API and fixed minor compiler warnings along the way. Network example needs further attention to compile.
| author | andrewm | 
|---|---|
| date | Wed, 15 Jul 2015 12:10:51 +0100 | 
| parents | 41d24dba6b74 | 
| children | 22dd19d0cdd3 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 55:41d24dba6b74 | 56:3c3a1357657d | 
|---|---|
| 32 <listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 32 <listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 
| 33 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 33 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| 34 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include"/> | 34 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include"/> | 
| 35 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include/xenomai/include"/> | 35 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include/xenomai/include"/> | 
| 36 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 36 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| 37 <listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | |
| 37 </option> | 38 </option> | 
| 38 <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__" valueType="string"/> | 39 <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__" valueType="string"/> | 
| 39 <option id="gnu.cpp.compiler.option.warnings.allwarn.1392851614" name="All warnings (-Wall)" superClass="gnu.cpp.compiler.option.warnings.allwarn" value="true" valueType="boolean"/> | 40 <option id="gnu.cpp.compiler.option.warnings.allwarn.1392851614" name="All warnings (-Wall)" superClass="gnu.cpp.compiler.option.warnings.allwarn" value="true" valueType="boolean"/> | 
| 40 <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"/> | 41 <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"/> | 
| 41 <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1166892316" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> | 42 <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1166892316" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> | 
| 47 <listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 48 <listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 
| 48 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 49 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| 49 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include"/> | 50 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include"/> | 
| 50 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include/xenomai/include"/> | 51 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include/xenomai/include"/> | 
| 51 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 52 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| 53 <listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | |
| 52 </option> | 54 </option> | 
| 53 <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"/> | 55 <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"/> | 
| 54 <option id="gnu.c.compiler.option.warnings.allwarn.1145989346" name="All warnings (-Wall)" superClass="gnu.c.compiler.option.warnings.allwarn" value="true" valueType="boolean"/> | 56 <option id="gnu.c.compiler.option.warnings.allwarn.1145989346" name="All warnings (-Wall)" superClass="gnu.c.compiler.option.warnings.allwarn" value="true" valueType="boolean"/> | 
| 55 <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.308014221" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> | 57 <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.308014221" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> | 
| 56 </tool> | 58 </tool> | 
| 82 <option id="gnu.both.asm.option.include.paths.1403814918" name="Include paths (-I)" superClass="gnu.both.asm.option.include.paths" valueType="includePath"> | 84 <option id="gnu.both.asm.option.include.paths.1403814918" name="Include paths (-I)" superClass="gnu.both.asm.option.include.paths" valueType="includePath"> | 
| 83 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include/xenomai/include"/> | 85 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include/xenomai/include"/> | 
| 84 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 86 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| 85 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include"/> | 87 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include"/> | 
| 86 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 88 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| 89 <listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | |
| 87 </option> | 90 </option> | 
| 88 <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1788972942" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> | 91 <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1788972942" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> | 
| 89 </tool> | 92 </tool> | 
| 90 </toolChain> | 93 </toolChain> | 
| 91 </folderInfo> | 94 </folderInfo> | 
| 92 <sourceEntries> | 95 <sourceEntries> | 
| 93 <entry excluding="audio_routines_old.S" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="core"/> | 96 <entry excluding="audio_routines_old.S" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="core"/> | 
| 94 <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="include"/> | 97 <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="include"/> | 
| 95 <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="projects/cape_test"/> | 98 <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="projects/basic"/> | 
| 96 <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="source"/> | 99 <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="source"/> | 
| 97 </sourceEntries> | 100 </sourceEntries> | 
| 98 </configuration> | 101 </configuration> | 
| 99 </storageModule> | 102 </storageModule> | 
| 100 <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/> | 103 <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/> | 
| 121 <tool command="arm-linux-gnueabihf-g++
" 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"> | 124 <tool command="arm-linux-gnueabihf-g++
" 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"> | 
| 122 <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"/> | 125 <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"/> | 
| 123 <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"/> | 126 <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"/> | 
| 124 <option id="gnu.cpp.compiler.option.include.paths.823255770" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath"> | 127 <option id="gnu.cpp.compiler.option.include.paths.823255770" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath"> | 
| 125 <listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 128 <listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 
| 126 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include/xenomai/include"/> | 129 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| 127 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 130 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| 128 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include"/> | 131 <listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | 
| 129 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | |
| 130 </option> | 132 </option> | 
| 131 <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"/> | 133 <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"/> | 
| 132 <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"/> | 134 <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"/> | 
| 133 <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.601059736" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> | 135 <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.601059736" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> | 
| 134 </tool> | 136 </tool> | 
| 136 <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"/> | 138 <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"/> | 
| 137 <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"/> | 139 <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"/> | 
| 138 <option id="gnu.c.compiler.option.include.paths.1269113471" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath"> | 140 <option id="gnu.c.compiler.option.include.paths.1269113471" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath"> | 
| 139 <listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 141 <listOptionValue builtIn="false" value="/usr/xenomai/include"/> | 
| 140 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 142 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/xenomai/include"/> | 
| 141 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include"/> | 143 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | 
| 142 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/include/xenomai/include"/> | 144 <listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | 
| 143 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/include/ne10"/> | |
| 144 </option> | 145 </option> | 
| 145 <option id="gnu.c.compiler.option.include.files.40806287" name="Include files (-include)" superClass="gnu.c.compiler.option.include.files"/> | 146 <option id="gnu.c.compiler.option.include.files.40806287" name="Include files (-include)" superClass="gnu.c.compiler.option.include.files"/> | 
| 146 <option id="gnu.c.compiler.option.preprocessor.undef.symbol.980935416" name="Undefined symbols (-U)" superClass="gnu.c.compiler.option.preprocessor.undef.symbol" valueType="undefDefinedSymbols"> | 147 <option id="gnu.c.compiler.option.preprocessor.undef.symbol.980935416" name="Undefined symbols (-U)" superClass="gnu.c.compiler.option.preprocessor.undef.symbol" valueType="undefDefinedSymbols"> | 
| 147 <listOptionValue builtIn="false" value="_FORTIFY_SOURCE"/> | 148 <listOptionValue builtIn="false" value="_FORTIFY_SOURCE"/> | 
| 148 </option> | 149 </option> | 
| 153 <option id="gnu.cpp.link.option.paths.277042583" name="Library search path (-L)" superClass="gnu.cpp.link.option.paths" valueType="libPaths"> | 154 <option id="gnu.cpp.link.option.paths.277042583" name="Library search path (-L)" superClass="gnu.cpp.link.option.paths" valueType="libPaths"> | 
| 154 <listOptionValue builtIn="false" value="/usr/xenomai/lib"/> | 155 <listOptionValue builtIn="false" value="/usr/xenomai/lib"/> | 
| 155 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/lib"/> | 156 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/lib"/> | 
| 156 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/lib/xenomai"/> | 157 <listOptionValue builtIn="false" value="/usr/arm-linux-gnueabihf/lib/xenomai"/> | 
| 157 <listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/xenomai/lib"/> | 158 <listOptionValue builtIn="false" value="/usr/local/linaro/arm-linux-gnueabihf/include/xenomai/lib"/> | 
| 158 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/lib"/> | |
| 159 <listOptionValue builtIn="false" value="/usr/lib/arm-linux-gnueabihf"/> | 159 <listOptionValue builtIn="false" value="/usr/lib/arm-linux-gnueabihf"/> | 
| 160 <listOptionValue builtIn="false" value="/import/teaching/ECS732/arm-gcc/arm-linux-gnueabihf/lib/xenomai"/> | |
| 161 </option> | 160 </option> | 
| 162 <option id="gnu.cpp.link.option.libs.1930118082" name="Libraries (-l)" superClass="gnu.cpp.link.option.libs" valueType="libs"> | 161 <option id="gnu.cpp.link.option.libs.1930118082" name="Libraries (-l)" superClass="gnu.cpp.link.option.libs" valueType="libs"> | 
| 163 <listOptionValue builtIn="false" value="rt"/> | 162 <listOptionValue builtIn="false" value="rt"/> | 
| 164 <listOptionValue builtIn="false" value="sndfile"/> | 163 <listOptionValue builtIn="false" value="sndfile"/> | 
| 165 <listOptionValue builtIn="false" value="native"/> | 164 <listOptionValue builtIn="false" value="native"/> | 
| 174 <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> | 173 <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> | 
| 175 <additionalInput kind="additionalinput" paths="$(LIBS)"/> | 174 <additionalInput kind="additionalinput" paths="$(LIBS)"/> | 
| 176 </inputType> | 175 </inputType> | 
| 177 </tool> | 176 </tool> | 
| 178 <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"> | 177 <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"> | 
| 178 <option id="gnu.both.asm.option.include.paths.1499955275" name="Include paths (-I)" superClass="gnu.both.asm.option.include.paths" valueType="includePath"> | |
| 179 <listOptionValue builtIn="false" value=""${workspace_loc:/BeagleRT/include}""/> | |
| 180 </option> | |
| 179 <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1212659593" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> | 181 <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1212659593" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> | 
| 180 </tool> | 182 </tool> | 
| 181 </toolChain> | 183 </toolChain> | 
| 182 </folderInfo> | 184 </folderInfo> | 
| 183 <sourceEntries> | 185 <sourceEntries> | 
| 184 <entry excluding="audio_routines_old.S" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="core"/> | 186 <entry excluding="audio_routines_old.S" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="core"/> | 
| 185 <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="include"/> | 187 <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="include"/> | 
| 186 <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="projects/cape_test"/> | 188 <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="projects/basic"/> | 
| 187 <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="source"/> | 189 <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="source"/> | 
| 188 </sourceEntries> | 190 </sourceEntries> | 
| 189 </configuration> | 191 </configuration> | 
| 190 </storageModule> | 192 </storageModule> | 
| 191 <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/> | 193 <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/> | 
