clknetsim
clknetsim copied to clipboard
A compile error
I used “make” to compile the project and I got the error shown above. May I ask what is the reason? Thanks.
It might be a missing header file.
On what distribution are you trying to build it?
Does it work if you add #include <linux/limits.h>
to the top of client.c
?
Closing for inactivity.