我遵循了链接:(http://www.howopensource.com/2011/08/how-to-compile-and-install-linux-kernel-3-0-in-ubuntu-11-04-10-10-and-10-04/)中的这些步骤,但是这些命令不起作用:
sudo make modules_install install
sudo make
sudo make oldconfig
sudo make menuconfig
错误消息
📷
如何在Travis CI中构建Linux内核?我已将script: make menuconfig添加到我的Travis配置中,但它不起作用,并表示
No output has been received in the last 10 minutes
我该如何解决这个问题呢?
链接到GitHub repo:并在PR中提交修复(如果可能
我对嵌入式很陌生,目前正在阅读“嵌入式Linux入门”( embedded )。
我试图构建一个xscale arm内核:
make ARCH=arm CROSS_COMPILE=xscale_be- ixp4xx_defconfig
#
# configuration written to .config
其次是:
~/linux-stable$ make ARCH=arm CROSS_COMPILE=xscale_be- zImage
make: xscale_be-gcc: Command not found
CHK include/config/kernel.release
我试图让virtualbox安装在一个非常敏感的盒子上。一直在抱怨。
/etc/init.d/vboxdrv安装KERN_DIR=/root/linux-2.6.18.5
它将运行并给出以下错误:
Attempting to install using DKMS
Creating symlink /var/lib/dkms/vboxhost/4.1.0/source ->
/usr/src/vboxhost-4.1.0
DKMS: add Completed.
You can use the --kernelsourcedir option to t
我正在尝试为我的FriendlyARM编译一个Linux内核,但是我得到了这个错误:
kevin@kevin-VirtualBox:~/Desktop/FriendlyARM/linux-2.6.38-friendlyarm-newgccpatched$ make
make: arm-linux-gcc: Command not found
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up t
在LinuxSrc/ does /admin-guide/README.rst中,用于构建内核的部分中存在以下四个步骤,有人能解释每个步骤都做些什么吗?它是否类似于./配置、./make、./install?
要配置和构建内核,请使用::
1.) cd /usr/src/linux-4.X
2.) make O=/home/name/build/kernel menuconfig
3.) make O=/home/name/build/kernel
4.) sudo make O=/home/name/build/kernel modules_install install
我试着在linux内核源代码(2.6.18.8版本)中使用llvm- of (llvm 1.7版)编译一个驱动程序(linux/drivers/net/zorro8390.c)用于研究,但我从jiffies.h中得到了很多错误:
bash-3.2$ llvm-gcc -D__GNUCC -E -I../../include zorro8390.c -o test.o
In file included from ../../include/linux/lockdep.h:12,
from ../../include/linux/spinlock_types.h: