faq
来自「rtlinux-3.2-pre3.tar.bz2 rtlinux3.2-pre3」· 代码 · 共 33 行
TXT
33 行
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 + =
减小字号Ctrl + -
显示快捷键?