📄 faq
字号:
1. I get the error message: Makefile:14: /usr/src/linux/.config: No such file or directory make: *** No rule to make target `/usr/src/linux/.config'. Stop.It means you don't have the file /usr/src/linux/.config. This filecontains all the configuration information about your linux kernel,which comedi needs in order to compile correctly. Some distributionsdon't contain this file, so you will need to create your own, bycompiling your own kernel. This file is automatically createdwhen you run 'make config', the first step in compiling a kernel.2. I'm using Red Hat 7.x and it doesn't work...Red Hat kernels are not supported because they are too heavilymodified. The recommended solution is to download pristine kernelsources from kernel.org and compile a new kernel, then compileComedi with that new kernel. Alternatively, there are a few notesin Documentation/comedi/redhat-notes from users that havesuccessfully used Red Hat kernels.3. Compilation fails with the error message: comedi_fops.c:1749: too few arguments to function `kill_fasync_Rsmpd2040200'See #2.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -