close Warning: Can't use blame annotator:
svn blame failed on trunk/demos/OpticalFlow/uav/build_core2_64/bin/x8.sh: 200029 - Couldn't perform atomic initialization

source: flair-src/trunk/demos/OpticalFlow/uav/build_core2_64/bin/x8.sh@ 236

Last change on this file since 236 was 236, checked in by Sanahuja Guillaume, 6 years ago

change build directories for new architecture

  • Property svn:executable set to *
File size: 252 bytes
RevLine 
1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./OpticalFlow_rt
5else
6 EXEC=./OpticalFlow_nrt
7fi
8
9. $FLAIR_ROOT/flair-dev/scripts/distribution_specific_hack.sh
10
11$EXEC -n x8_0 -a 127.0.0.1 -p 9000 -l /tmp -x setup_x8.xml -t x8_simu -v dsp_stub
Note: See TracBrowser for help on using the repository browser.