所以我正在尝试重新编译我的内核(它不支持 uinput 但 nm 支持)。我按照How to install needed Qt packages to build kernel on 14.04? 上的说明进行操作。 但
当我跑步时,~/Downloads/linux-2.6.32.68$ make xconfig
我得到了这个。
CHECK qt
Unable to find the QT3 installation. Please make sure that the QT3 development package is correctly installed and either install pkg-config or set the QTDIR environment variable to the correct location.
make[1]: *** No rule to make target `scripts/kconfig/.tmp_qtcheck', needed by `scripts/kconfig/qconf.o'. Stop. make: *** [xconfig] Error 2
我认为这可能是一个升级错误,因为即使我有 qt5,它也会抱怨找不到 qt3。除了 Nuke 和 Pave,我该如何解决这个问题?
要么你需要安装一些 Trusty 不存在的库,要么你必须走不需要库的道路。
使用
你必须安装 QT3 库,你可以下载并安装 Precise 包。为此,请下载
libqt3-mt-dev
并安装sudo dpkg -i
. 但是你必须安装更多的依赖项。但 ;)
你需要的唯一原因
qt3
是因为你跑了make xconfig
。还有其他不需要qt3
. 小时候,我是这样做的:或者,真的很老派:
配置步骤后,运行
如果你有两个核心(核心+ 1)