code::blocks10.05调试多线程报错解决办法

Linux下使用pthread 相关函数时,如果是使用makefile,需要LDFLAGS=-lpthread

但是使用code::blocks默认使用的makefile是没有这个选项的,所以在编译时会报错,undefined reference to pthread_create:

需要配置这个编译参数:

右击工程或选择project菜单-->project build option-->Linker settings-->other linker options加入:-pthread

再次编译通过!

Android, property 添加写权限

Ubuntu 10.04比较好用的串口程序CuteCom

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwjpzd.html