会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一张煎饼
博客园
首页
新随笔
联系
订阅
管理
2016年5月6日
Centos6.6下compile gdb with python过程
摘要: 1. $bash ,我的机器默认的shell时csh,无法使用export命令。 2. 3.下载gdb: wget http://mirrors.kernel.org/sourceware/gdb/releases/gdb-7.9.tar.gz 得到: 4.解压: bash-4.1$ tar -zx
阅读全文
posted @ 2016-05-06 11:05 一张煎饼
阅读(1419)
评论(0)
推荐(0)
2016年4月27日
Bazel: Ubuntu安装bazel-version-installer-os.sh失败的解决方法。
摘要: 使用 bash ./bazel-version-installer-os.sh
阅读全文
posted @ 2016-04-27 11:30 一张煎饼
阅读(2441)
评论(0)
推荐(0)
2016年4月21日
CMake:add_subdirectory(...)隐含的用法
摘要: 在CMake中有add_executable(main main.c) ,给可执行程序链库时,要使用 target_link_libraries(...) 给main链库,但该command不能使用相对路径,若最顶层的project与subproject在同一个文件夹中,需要使用link_direc
阅读全文
posted @ 2016-04-21 21:21 一张煎饼
阅读(17315)
评论(0)
推荐(3)
2016年4月16日
CMake-添加编译时选项的几种方式
摘要: 1. add_compile_options(<option> ...) :可以给当前目录以及当前目录以下的目录的 sources 添加编译选项。 2. target_compile_definitions : 是给给定的 <target> 添加编译选项, <target> 指的是由 add_exe
阅读全文
posted @ 2016-04-16 11:24 一张煎饼
阅读(37923)
评论(0)
推荐(1)
公告