Page 1 of 1
Luckfox设备驱动开发缺少<asm/types.h>文件
Posted: 2025-07-24 4:45
by SingleBiu
Re: Luckfox设备驱动开发缺少<asm/types.h>文件
Posted: 2025-07-24 6:23
by yangxj121
您好,可以将<asm/types.h>替换为<linux/types.h>
Re: Luckfox设备驱动开发缺少<asm/types.h>文件
Posted: 2025-07-24 7:50
by SingleBiu
yangxj121 wrote: ↑2025-07-24 6:23
您好,可以将<asm/types.h>替换为<linux/types.h>

Re: Luckfox设备驱动开发缺少<asm/types.h>文件
Posted: 2025-07-24 9:02
by yangxj121
您好,是否编译的是我们官网的.ko文件,其次麻烦确认makefile正确
Re: Luckfox设备驱动开发缺少<asm/types.h>文件
Posted: 2025-07-29 5:09
by SingleBiu
yangxj121 wrote: ↑2025-07-24 9:02
您好,是否编译的是我们官网的.ko文件,其次麻烦确认makefile正确WXWorkCapture_17533467699721.png
官网的交叉编译器路径不存在
Re: Luckfox设备驱动开发缺少<asm/types.h>文件
Posted: 2025-07-29 11:23
by yangxj121