Chinaunix首页 | 论坛 | 博客
  • 博客访问: 720828
  • 博文数量: 118
  • 博客积分: 1437
  • 博客等级: 上尉
  • 技术积分: 1155
  • 用 户 组: 普通用户
  • 注册时间: 2009-02-22 20:23
文章分类

全部博文(118)

文章存档

2022年(32)

2017年(3)

2014年(4)

2013年(1)

2011年(2)

2010年(16)

2009年(60)

我的朋友

分类: LINUX

2009-09-04 10:47:18

jason@jason-desktop:~/JasonHan/ADC$ arm-linux-gcc -g -o adtest main.c
/tmp/cc8TL9pK.o(.text+0x148): In function `main':
/home/jason/JasonHan/ADC/main.c:56: undefined reference to `pthread_create'
/tmp/cc8TL9pK.o(.text+0x1f0):/home/jason/JasonHan/ADC/main.c:69: undefined reference to `pthread_join'
collect2: ld returned 1 exit status

解决方法:
加编译参数-lpthread

阅读(717) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~