摘要:
./configure --prefix=$(pwd)/ffi_arm --build=x86_64-pc-linux-gnu --host=aarch64-none-linux-gnu --target=aarch64-none-linux-gnu CC=aarch64-linux-musl-gc 阅读全文
posted @ 2025-02-19 23:01
老禾的账本
阅读(20)
评论(0)
推荐(0)
摘要:
export CC=aarch64-linux-musl-gcc export CROSS_PREFIX=aarch64-none-linux-gnu- export CFLAGS="-Wall -g" ./configure \ --prefix=$(pwd)/zlib_arm 阅读全文
posted @ 2025-02-19 22:58
老禾的账本
阅读(47)
评论(0)
推荐(0)
摘要:
autoreconf automake --add-missing autoreconf -i ./configure --prefix=/usr --host=$LFS_TGT --build=$(build-aux/config.guess) --disable-static --docdir= 阅读全文
posted @ 2025-02-19 22:54
老禾的账本
阅读(4)
评论(0)
推荐(0)
摘要:
临时指定源 pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple3 固定指定源创建目录 sudo mkdir ~/.pip sudo nano ~/.pip/pip.conf [global]index-url = https:/ 阅读全文
posted @ 2025-02-19 22:51
老禾的账本
阅读(23)
评论(0)
推荐(0)
摘要:
dpkg-buildflags --get LDFLAGS -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro dpkg-buildflags --get CFLAGS -g -O2 -ffile 阅读全文
posted @ 2025-02-19 22:43
老禾的账本
阅读(44)
评论(0)
推荐(0)
摘要:
参考:https://cloud.tencent.com/developer/article/1869422 方法一: while read line; do [[ "$line" == "" ]] || echo "$line"; done < ./a >b 方法二: for line in `c 阅读全文
posted @ 2025-02-19 22:31
老禾的账本
阅读(8)
评论(0)
推荐(0)
摘要:
pull参考:https://www.runoob.com/git/git-pull.html push参考:https://www.runoob.com/git/git-push.html git pull是git fetch 和 git merge 的简写 git pull [远程仓库名] [分 阅读全文
posted @ 2025-02-19 22:17
老禾的账本
阅读(43)
评论(0)
推荐(0)
摘要:
参考:https://blog.csdn.net/wjjontheway/article/details/124128462 repo是为了管理多个git仓库而用的。 repo自己也建立了一个git仓库:manifest。用于管理各个子仓分别处于哪个分支。 repo只是一个脚本,要执行repo in 阅读全文
posted @ 2025-02-19 22:02
老禾的账本
阅读(351)
评论(0)
推荐(0)
浙公网安备 33010602011771号