c, linux - using pthread.h in kernel [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . I'm trying to test the validity of a 9*9 sudoku problem and the results should be printed via printk(KERN_INFO "blablabla") . I've tried two methods to compile my c file, make and gcc myfile.c myfile -o -lpthread . However, none of them worked. When I called make it threw me with