上一页 1 2 3 4 5 6 ··· 68 下一页

2024年1月30日

gn构建工具

摘要: 参考链接: https://www.chromium.org/developers/gn-build-configuration/ Gn 与 Ninja学习和使用 http://www.taodudu.cc/news/show-4233911.html?action=onClick google g 阅读全文

posted @ 2024-01-30 14:55 lh03061238 阅读(33) 评论(0) 推荐(0) 编辑

2024年1月29日

gdb调试地址随机化内核

摘要: 参考: https://blog.csdn.net/gatieme/article/details/104266966 Linux下关闭ASLR(地址空间随机化)的方法 https://blog.csdn.net/counsellor/article/details/81543197 set dis 阅读全文

posted @ 2024-01-29 18:23 lh03061238 阅读(18) 评论(0) 推荐(0) 编辑

2024年1月18日

"undefined reference to XXX" 总结

摘要: 重点参考: https://zhuanlan.zhihu.com/p/81681440 阅读全文

posted @ 2024-01-18 12:16 lh03061238 阅读(7) 评论(0) 推荐(0) 编辑

2024年1月16日

gn、ninja的安装-Ubuntu18.04

摘要: 参考: https://blog.csdn.net/qiuguolu1108/article/details/103842556 阅读全文

posted @ 2024-01-16 14:18 lh03061238 阅读(65) 评论(0) 推荐(0) 编辑

2024年1月12日

crashpad相关内容

摘要: Google Crashpad https://docs.sentry.io/platforms/native/guides/crashpad/ 实习笔记四 breakpad和crashpad崩溃处理工具 https://scienceasdf.gitee.io/%E6%93%8D%E4%BD%9C 阅读全文

posted @ 2024-01-12 15:25 lh03061238 阅读(34) 评论(0) 推荐(0) 编辑

Breakpad相关

摘要: breakpad简单使用 https://blog.csdn.net/weixin_45609638/article/details/125090204?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidul 阅读全文

posted @ 2024-01-12 11:38 lh03061238 阅读(12) 评论(0) 推荐(0) 编辑

2024年1月11日

GitHub Pull request 同步解决代码冲突

摘要: 参考: https://zhuanlan.zhihu.com/p/337949346 git remote -vgit remote add upstream git@gitee.com:src-anolis-os/bpftrace.gitgit remote -vgit fetch upstrea 阅读全文

posted @ 2024-01-11 14:45 lh03061238 阅读(17) 评论(0) 推荐(0) 编辑

2024年1月10日

linux GIT报“fatal: previous rebase directory .git/rebase-apply still exists but mbox given.”解决方法

摘要: 在git am 某个PATCH时报如下 错误: "fatal: previous rebase directory .git/rebase-apply still exists but mbox given." 由于之前执行git am失败过, 所以需要执行git am --abort 阅读全文

posted @ 2024-01-10 11:18 lh03061238 阅读(221) 评论(0) 推荐(0) 编辑

2024年1月4日

Centos下gcc的安装、gcc的更新、gcc安装过程中报错[stage1-bubble] 错误

摘要: 原文链接: https://blog.csdn.net/weixin_41010198/article/details/106780572 阅读全文

posted @ 2024-01-04 10:34 lh03061238 阅读(120) 评论(0) 推荐(0) 编辑

2024年1月3日

linux系统安装好后安装必要的软件

摘要: yum update sudo yum -y install ncurses-devel flex bison openssl openssl-devel elfutils elfutils-libelf-devel gmp-devel dwarves zstd dejagnu texinfo pa 阅读全文

posted @ 2024-01-03 17:45 lh03061238 阅读(23) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 68 下一页

导航