What exact branches must be used to run soft with no error ?
https://github.com/pinkavaj/gnuradio/branches
I modify sbrac script to run the correct branch , is this correct ?
git clone --progress $RECURSE https://github.com/pinkavaj/gnuradio.git
$LOGDEV 2>&1
git checkout master >>$LOGDEV 2>&1 git branch -D next-pinky >>$LOGDEV 2>&1 git checkout next-pinky >>$LOGDEV 2>&1
Still have error on run.sh
hope someone could help us
--