gcc各种类库作用

一、gcc各种类库作用 libgcc_s: provides essential low-level runtime support functions used by code generated by GCC.These functions are necessary for features

xiedeacc xiedeacc 发布于 2024-11-28

搭建bazel windows环境

一、依赖 安装msys2。由于构建bazel本身,以及大量bazel构建脚本包含genrule需要bash,因此目前windows环境下使用bazel,强依赖bash https://github.com/msys2/msys2-installer/releases/download/2024-11

xiedeacc xiedeacc 发布于 2024-11-26

setup cross compile toolchain

知识点扫盲: 对于x86_64-unknown-linux-gnu这样一个target triple(三元组)<架构>-<供应商>-<操作系统>-,unknown就是表示generic,常用的vendor有 pc, apple, or w64, 需要注意的地方 crosstool-ng构建的tool

xiedeacc xiedeacc 发布于 2024-11-23

记一次死锁

记一次死锁 void UpdateIPAddrs() { proto::ServerReq req; proto::ServerRes res; while (!stop_) { grpc::ClientContext context; Fill

xiedeacc xiedeacc 发布于 2024-10-19

ElasticSearch折腾记

ElasticSearch折腾记 openssl创建的服务器证书用一下命令转成pkcs12格式的证书后,只有服务器的证书,没有ca证书 openssl cannot store ca to pkcs12 cert openssl pkcs12 -export -in ${SHARE_DIR}/ubu

xiedeacc xiedeacc 发布于 2024-04-09