Mercurial > hg > beaglert
comparison scripts/build_pd.sh @ 164:40badaff5729 heavy-updated
- added more pd/heavy examples
- removed heavy-specific flags from Makefile
- added air-harp cpp example project
author | chnrx <chris.heinrichs@gmail.com> |
---|---|
date | Thu, 03 Dec 2015 16:19:33 +0000 |
parents | c3e8226a5651 |
children | 28d1473742bc |
comparison
equal
deleted
inserted
replaced
163:20b52283c7b4 | 164:40badaff5729 |
---|---|
77 echo ""; | 77 echo ""; |
78 exit 1; | 78 exit 1; |
79 fi; | 79 fi; |
80 | 80 |
81 # remove old executable and heavy context .o/.d files | 81 # remove old executable and heavy context .o/.d files |
82 ssh $BBB_ADDRESS "rm $BBB_PATH/BeagleRT $BBB_PATH/build/source/HvContext_bbb.d $BBB_PATH/build/source/HvContext_bbb.o"; | 82 ssh $BBB_ADDRESS "rm $BBB_PATH/BeagleRT $BBB_PATH/build/source/HvContext_bbb.d $BBB_PATH/build/source/HvContext_bbb.o $BBB_PATH/build/source/render.o $BBB_PATH/build/source/render.d"; |
83 | 83 |
84 # Make new BeagleRT executable and run | 84 # Make new BeagleRT executable and run |
85 if [ $RUN_PROJECT -eq 0 ] | 85 if [ $RUN_PROJECT -eq 0 ] |
86 then | 86 then |
87 echo "Building project..." | 87 echo "Building project..." |