
Linux software develope
文章平均质量分 68
Vince_001
这个作者很懒,什么都没留下…
展开
-
yED Editor Getting Start
转载自:http://blog.sina.com.cn/s/blog_4ccce0da0101974y.html原出处不详转载 2014-06-26 09:41:32 · 1596 阅读 · 3 评论 -
Ubuntu Linux Git Basic
git clone git-URL clone the ro原创 2014-06-05 11:27:49 · 925 阅读 · 8 评论 -
Ubuntu 和 Windows 的 PATH 变量异同
最近在做动态库时遇到一个原创 2014-07-29 15:40:51 · 651 阅读 · 0 评论 -
造成segment fault,产生core dump的可能原因
http://www.cnblogs.com/justacoder/archive/2010/04/14/segmentation_fault.html转载 2014-08-26 21:25:52 · 779 阅读 · 0 评论 -
我的编程规则
最近在编程时,遇到一些问题,认为有必要整理一下。这原创 2014-08-28 12:00:37 · 558 阅读 · 0 评论 -
Linux 程序调试方法
程序测试、调试是件麻烦细致的工作原创 2014-08-29 09:42:55 · 718 阅读 · 0 评论 -
【错误总结】expected specifier-qualifier-list before sth
在使用GCC时经常会遇到expected specifier-qualifier-list before sth之类的错误。specifiers是指void、char、struct Foo等词汇;qualifiers是指像const和volatile一类的关键字。一个词汇再未定义之前就使用就会出项这种错误,可以通过typedef进行定义以后再使用。下面是一个例子和可选的解决办法错误转载 2014-11-11 11:10:51 · 1956 阅读 · 0 评论 -
arm-linux-gcc ld libpthread.so not foud 需要在 Makefile 里添加 -lpthread
/arm-linux/bin/ld: warning: libpthread.so.0, needed by /home/vince/Projects/kiwi/applications/topupsync/build/arm-linux-gnu/../../../../platform/arm-linux-gnu/lib/libsqlite3.so, not found (try using -原创 2014-10-27 18:28:39 · 4826 阅读 · 1 评论