无法使用多线程在我的覆盆子Pi上编译我的C程序

时间:2017-02-11 12:38:54

标签: c raspberry-pi pthreads linker-errors undefined-reference

我无法将pthread链接到我的程序。我尝试gcc Tracker.c -lpthread -lwiringPi并且只获得了undefined reference to pthread_creat。我尝试使用-lpthread-pthread。我也无法在互联网上找到解决方案。

1 个答案:

答案 0 :(得分:2)

  

undefined reference to pthread_creat

创建POSIX-Thread的函数称为pthread_create()