We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b2a76 commit bf67ebeCopy full SHA for bf67ebe
automatic_make_debug.sh
@@ -0,0 +1,30 @@
1
+# This script assumes it is run from the directory holding all github projects in parellel
2
+# sh SupportScripts/automatic_make.sh
3
+
4
+cd spinnaker_tools
5
+source $PWD/setup
6
+make clean
7
+make || exit $?
8
+cd ..
9
+cd spinn_common
10
11
+make install-clean
12
13
+make install
14
15
+cd SpiNNFrontEndCommon/c_common/
16
+cd front_end_common_lib/
17
18
19
20
+make FEC_DEBUG=DEBUG || exit $?
21
22
+cd ../..
23
+cd sPyNNaker/neural_modelling/
24
+source $PWD/setup.bash
25
26
+make SPYNNAKER_DEBUG=DEBUG || exit $?
27
+cd ../../SpiNNakerGraphFrontEnd/spinnaker_graph_front_end/examples/
28
29
30
+echo "completed"
0 commit comments