驱动程序正在声明static struct timeval frame_timestamp;make -C /lib/modules/`uname -r`/buildhas an incomplete type ‘struct timeval’错误和其他相关错误。因此,我认为我必须将sys/time.h与#include 一起包含到代码中。related to Linux kernel version 5.13.0
ii linux-he
如果我遵循https://lwn.net/Articles/204545/上的教程并创建一个包含以下内容的文件main.c #include <linux/videodev2.h> 这不能用gcc -std它会给出错误/usr/include/linux/videodev2.h:2320:20: error: field 'timestamp' has incomplete type 它确实适用于gcc我确实知道我可以在<