22
49
0
中级会员
pthread_create函数编译时报错:undefined reference to `pthread_create’
undefined reference to `pthread_create’
由于pthread 库不是 Linux 系统默认的库,连接时需要使用静态库 libpthread.a,所以在使用pthread_create()创建线程,以及调用 pthread_atfork()函数建立fork处理程序时,在编译中要加 -lpthread参数。
在Makefile中添加gcc -o main -Ipthread
如果使用eclipse开发,则需要在eclipse-->
使用道具 举报
3
新手上路
本版积分规则 发表回复 回帖后跳转到最后一页
查看 »
正点原子公众号
|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )
GMT+8, 2025-4-3 22:15
Powered by OpenEdv-开源电子网
© 2001-2030 OpenEdv-开源电子网