forked from nickoppen/nnP
-
Notifications
You must be signed in to change notification settings - Fork 5
/
nnP.cbp
99 lines (99 loc) · 3.05 KB
/
nnP.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="nnP" />
<Option pch_mode="2" />
<Option default_target="Debug" />
<Option compiler="gcc" />
<Build>
<Target title="CL">
<Option platforms="Unix;" />
<Option output="bin/Debug/nnP.elf" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Debug" />
<Option type="1" />
<Option compiler="bd_opencl" />
<Option use_console_runner="0" />
<Option parameters="-n t0.nn -r /home/linaro/Work/nnP/testData/hex/hex1.dat" />
<Option host_application="sudo -E LD_LIBRARY_PATH=/opt/adapteva/esdk/tools/host/lib EPIPHANY_HDF=/opt/adapteva/esdk/bsps/current/platform.hdf /home/linaro/Work/nnP/bin/Debug/nnP" />
<Option run_host_application_in_terminal="1" />
<Option projectCompilerOptionsRelation="1" />
<Option projectLinkerOptionsRelation="1" />
</Target>
<Target title="Debug">
<Option platforms="Unix;" />
<Option output="bin/Debug/nnP" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="-n /home/parallella/Work/nnP/testData/t3.nn -t /home/parallella/Work/nnP/testData/t3.tr" />
<Compiler>
<Add option="-g" />
</Compiler>
<Linker>
<Add option="./obj/Debug/nn.cl.o" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/nnP" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="bin/Debug/nnP.elf" />
</Linker>
</Target>
</Build>
<VirtualTargets>
<Add alias="debugAll" targets="CL;Debug;" />
</VirtualTargets>
<Compiler>
<Add option="-std=c++11" />
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="dataFile.hpp">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="errStruct.hpp">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="networkFile.hpp">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="nn.cl">
<Option compile="1" />
<Option link="1" />
<Option weight="60" />
<Option target="CL" />
</Unit>
<Unit filename="nn.hpp">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="nnFile.hpp">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="nnP.cpp">
<Option weight="30" />
<Option target="Debug" />
<Option target="Release" />
</Unit>
<Unit filename="nodeInputType.hpp">
<Option target="<{~None~}>" />
</Unit>
<Extensions>
<code_completion />
<envvars />
<lib_finder disable_auto="1" />
<debugger>
<remote_debugging target="CL">
<options conn_type="0" serial_baud="115200" ip_address="10.1.1.10" ip_port="51000" skip_ld_path="1" />
</remote_debugging>
</debugger>
</Extensions>
</Project>
</CodeBlocks_project_file>