|

楼主 |
发表于 2025-8-20 15:10:08
|
显示全部楼层
make -C /lib/modules/4.19.229-xenomai/build SUBDIRS=/home/ywh/bianyi/works2210/src/ecat/ecx86/soem/rtdm modules
make[1]: 进入目录“/usr/src/linux-headers-4.19.229-xenomai”
CC [M] /home/ywh/bianyi/works2210/src/ecat/ecx86/soem/rtdm/rtdm.o
/home/ywh/bianyi/works2210/src/ecat/ecx86/soem/rtdm/rtdm.c:16:10: fatal error: rtdm/rtdm_driver.h: 没有那个文件或目录
#include <rtdm/rtdm_driver.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:309: recipe for target '/home/ywh/bianyi/works2210/src/ecat/ecx86/soem/rtdm/rtdm.o' failed
make[2]: *** [/home/ywh/bianyi/works2210/src/ecat/ecx86/soem/rtdm/rtdm.o] Error 1
Makefile:1546: recipe for target '_module_/home/ywh/bianyi/works2210/src/ecat/ecx86/soem/rtdm' failed
make[1]: *** [_module_/home/ywh/bianyi/works2210/src/ecat/ecx86/soem/rtdm] Error 2
make[1]: 离开目录“/usr/src/linux-headers-4.19.229-xenomai”
Makefile:25: recipe for target 'all' failed
make: *** [all] Error 2
|
|