会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
···
77
下一页
2019年7月30日
linux内核中设备树的维护者仓库地址
摘要: 1. 仓库地址 git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git https://kernel.googlesource.com/pub/scm/linux/kernel/git/robh/linux.git https://g
阅读全文
posted @ 2019-07-30 11:38 Jello
阅读(439)
评论(0)
推荐(0)
2019年7月26日
linux内核调试方法总结
摘要: 1. 请参见此处
阅读全文
posted @ 2019-07-26 12:36 Jello
阅读(205)
评论(0)
推荐(0)
2019年7月25日
跨平台免费极简的markdown工具
摘要: 1. 工具名 typora 2. 工具官网 https://www.typora.io
阅读全文
posted @ 2019-07-25 18:31 Jello
阅读(484)
评论(0)
推荐(0)
openwrt环境中某个运行在host端的软件如何安装到openwrt的$(STAGING_DIR_HOST)/bin下
摘要: 可参考示例:见'git grep host-build.mk package/{system,utils}'
阅读全文
posted @ 2019-07-25 17:10 Jello
阅读(919)
评论(0)
推荐(0)
如何向Makefile传递参数?
摘要: 答: 直接在make命令的后面加上参数,如: make HOST_CFLAGS=-I. 注意事项: HOST_CFLAGS变量将会替换相应Makefile中的HOST_CFLAGS,也就是Makefile中的HOST_CFLAGS将被覆盖掉
阅读全文
posted @ 2019-07-25 13:12 Jello
阅读(19499)
评论(0)
推荐(1)
patch工具的使用
摘要: 1. 最简用法 patch -p1 < jello.patch
阅读全文
posted @ 2019-07-25 11:11 Jello
阅读(492)
评论(0)
推荐(0)
2019年7月23日
在编译openwrt时提示Build dependency: Please build with umask 022 - other values produce broken packages怎么处理?
摘要: 答: umask 022即可
阅读全文
posted @ 2019-07-23 15:51 Jello
阅读(886)
评论(0)
推荐(0)
在主机上如何构建openwrt的编译环境?
摘要: 答: 请参考官方文档
阅读全文
posted @ 2019-07-23 15:49 Jello
阅读(251)
评论(0)
推荐(0)
ubuntu下如何查找某个库所在的路径?
摘要: 答: 使用ldconfig -p即可
阅读全文
posted @ 2019-07-23 15:47 Jello
阅读(2549)
评论(0)
推荐(0)
2019年7月22日
linux下什么工具可以用来纠正文件中的拼写和排版错误?
摘要: 答: ispell,官网在此
阅读全文
posted @ 2019-07-22 12:04 Jello
阅读(217)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
···
77
下一页
公告