会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
174high
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页
2015年10月20日
rm: 无法删除 "xxxxx.o" : 输入/输出错误.
摘要: rm: 无法删除 "xxxxx.o" : 输入/输出错误.碰到无法删除的文件,以为完蛋了,要重装。后面重启一下就可以了
阅读全文
posted @ 2015-10-20 13:15 johnny_shi
阅读(2762)
评论(0)
推荐(0)
2015年10月19日
添加自动远程连接的脚本,自动输入密码,节省时间。
摘要: 参考了http://blog.csdn.net/topasstem8/article/details/17920127 和http://blog.sina.com.cn/s/blog_560e31000101ajgw.html 的内容#!/usr/bin/expectspawn ssh -l snq...
阅读全文
posted @ 2015-10-19 15:42 johnny_shi
阅读(412)
评论(0)
推荐(0)
2015年10月15日
用GDB调试程序的设置 Segmentation fault(Core Dump)调试
摘要: 在写wifi库的时候碰见一个Segmentationfault(CoreDump)所以需要用GDB调试下。在cmake的时候,修改CMakeLists.txtset(CMAKE_C_FLAGS "-g -Wall")然后就可以调试了,打开调试功能。如果是调试C++ 就要用添加set(CMAKE_CX...
阅读全文
posted @ 2015-10-15 13:48 johnny_shi
阅读(1266)
评论(0)
推荐(0)
2015年10月14日
C: Run a System Command and Get Output? 在C程序中调用工具,并且得到结果。
摘要: 现在在做一个WIFI API相关的库,这样就可以让其他的人管理WIFI.在调用API的时候要回复SHELL打印的信息,比如说搜索热点,而且不在SHELL中打印出来。然后把信息返回给调用API的程序。#include #include int main( int argc, char *argv[] ...
阅读全文
posted @ 2015-10-14 16:29 johnny_shi
阅读(301)
评论(0)
推荐(0)
2015年9月8日
移植WL18XX到高通的时候,会出现几个.KO文件没有编译出来的情况
摘要: 1.检查kernel的.config文件,看是否有CONFIG又恢复了。这个时候就要需找依赖。把依赖使能2.然后再去驱动源码检查 KCONFIG 的依赖,使能改使能的配置就可以了。
阅读全文
posted @ 2015-09-08 10:29 johnny_shi
阅读(426)
评论(0)
推荐(0)
2015年9月2日
make module失败的原因cc1: error: unrecognized command line option “-m64
摘要: cc1: error: unrecognized command line option "-m64"cc1: error: unrecognized command line option "-mno-red-zone"cc1: error: unrecognized command line o...
阅读全文
posted @ 2015-09-02 14:22 johnny_shi
阅读(3927)
评论(0)
推荐(1)
2015年9月1日
**ERROR: Ninja build tool not found.
摘要: | if which ninja-build ;\| then \| ln -s `which ninja-build` bin/ninja ;\| else \| echo "***ERROR: Ninja build tool not found." 1>&2 ;\| ...
阅读全文
posted @ 2015-09-01 16:52 johnny_shi
阅读(1959)
评论(0)
推荐(0)
2015年8月13日
minicom 不能输入
摘要: minicom -s 进入设置界面在Serial port setup 中设置硬件控制流为NOF - Hardware Flow Control : No就OK了
阅读全文
posted @ 2015-08-13 09:23 johnny_shi
阅读(566)
评论(0)
推荐(0)
2015年8月5日
anyremote源码分析
摘要: XTest 鼠标移动事件。XTestFakeMotionEvent 关于XTest的编程。http://lilydjwg.is-programmer.com/2011/9/21/using-xtest-to-simulate-mouse-click.29636.html
阅读全文
posted @ 2015-08-05 11:24 johnny_shi
阅读(196)
评论(0)
推荐(0)
2015年8月4日
使用anyremote进行远程鼠标控制
摘要: 源代码安装http://anyremote.sourceforge.net/pre.html安装 -xtestapt-get install libxtst-dev安装glibsudo apt-get install libglib2.0-dev安装dbusapt-get build-dep dbu...
阅读全文
posted @ 2015-08-04 10:14 johnny_shi
阅读(629)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页
公告