在uclinux下(4510B),选择uclibc,选择了POSIX thread支持,编译内核能够通过,
然后在user/目录下添加自己的threadtest程序,在当前目录下make能生成可执行文件,但是通过make user_only却提示找不到pthread_create等函数,为什么?