04 2024 档案

摘要:一、PC上安装protobuf和protobuf-c 1. 安装protobuf protocolbuffers 仓库地址 :https://github.com/protocolbuffers/protobuf 本文选择下载 v21.12版本(太新版本 protobuf-c可能不支持) $ cd 阅读全文
posted @ 2024-04-19 18:41 云的边界 阅读(687) 评论(0) 推荐(0)
摘要:一、编译gdbserver 1. 下载gdb http://ftp.gnu.org/gnu/gdb/ 2.解压缩 tar xf gdb-8.0.tar.xz 3. 交叉编译 cd gdb/gdbserver/ ./configure --host=arm-none-linux-gnueabihf - 阅读全文
posted @ 2024-04-18 10:25 云的边界 阅读(1597) 评论(0) 推荐(1)