瀏覽代碼

fix branch of volk

pull/71/head
luigifcruz 2 年之前
父節點
當前提交
6e94a08a6d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      stage4/12-pisdr-gnuradio/00-run.sh

+ 1
- 2
stage4/12-pisdr-gnuradio/00-run.sh 查看文件

@@ -5,11 +5,10 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software"


if [ ! -d "volk" ]; then if [ ! -d "volk" ]; then
git clone --single-branch --branch v2.5.0 --depth 1 --recurse-submodules --shallow-submodules https://github.com/luigifcruz/volk.git
git clone --single-branch --depth 1 --recurse-submodules --shallow-submodules https://github.com/luigifcruz/volk.git
fi fi


cd volk cd volk
git checkout m1fix
mkdir -p build mkdir -p build
cd build cd build
cmake -DCMAKE_CXX_FLAGS:STRING="-march=armv8-a -Wno-psabi" \ cmake -DCMAKE_CXX_FLAGS:STRING="-march=armv8-a -Wno-psabi" \


Loading…
取消
儲存