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 本文来自ChinaUnix博客,...
by hsq863 - Linux文档专区 - 2009-09-04 10:47:18 阅读(727) 回复(0)
因为要访问一个OCS的web页面,而这个页面是要求通过ad验证的,否则就会弹出微软的验证框 用ldap写的程序,设置ad服务器,根据用户名、密码可以得到DirContext对象,但是,如何让它通过ad的验证呢?
请问一下,我的开发板完整的ad驱动程序为什么没有file_operations结构。能不能帮忙解释一下,驱动一般都有file_operations结构来定义接口函数的呀! 如: struct file_operations scull_fops = { .owner = THIS_MODULE, .llseek = scull_llseek, .read = scull_read, .write = scull_write, .ioctl = scull_ioctl, .open = scull_open, .release = scull_release,}; 我把源码贴给大家看看: /* * s3c2410-adc.c...
谁知道哪里可疑下载到adI 的ad1881A声卡的for redhat LINUX 8.0 的驱动程序呀?找了好久 都没找到??? 谢谢!!!
谁知道哪里可疑下载到adI 的ad1881A声卡的for redhat LINUX 8.0 的驱动程序呀?找了好久 都没找到??? 谢谢!!!
http://bbs.chinaunix.net/thread-1664066-1-1.html http://bbs.chinaunix.net/thread-1664065-1-1.html