root@akshit-Vostro-1550:~/Desktop/Device_Drivers/newsource/linux-2.6.32# make install
sh /home/akshit/Desktop/Device_Drivers/newsource/linux-2.6.32/arch/x86/boot/install.sh 2.6.32 arch/x86/boot/bzImage \
System.map "/boot"
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 2.6.32 /boot/vmlinuz-2.6.32
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.32 /boot/vmlinuz-2.6.32
update-initramfs: Generating /boot/initrd.img-2.6.32
depmod: WARNING: could not open /tmp/mkinitramfs_VaDo0c/lib/modules/2.6.32/modules.builtin: No such file or directory
run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.32 /boot/vmlinuz-2.6.32
run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.32 /boot/vmlinuz-2.6.32
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.32 /boot/vmlinuz-2.6.32
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.19.0-42-generic
Found initrd image: /boot/initrd.img-3.19.0-42-generic
Found linux image: /boot/vmlinuz-3.19.0-41-generic
Found initrd image: /boot/initrd.img-3.19.0-41-generic
Found linux image: /boot/vmlinuz-3.19.0-39-generic
Found initrd image: /boot/initrd.img-3.19.0-39-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.19.0-32-generic
Found initrd image: /boot/initrd.img-3.19.0-32-generic
Found linux image: /boot/vmlinuz-3.19.0-31-generic
Found initrd image: /boot/initrd.img-3.19.0-31-generic
Found linux image: /boot/vmlinuz-3.19.0-30-generic
Found initrd image: /boot/initrd.img-3.19.0-30-generic
Found linux image: /boot/vmlinuz-3.19.0-25-generic
Found initrd image: /boot/initrd.img-3.19.0-25-generic
Found linux image: /boot/vmlinuz-2.6.32
Found initrd image: /boot/initrd.img-2.6.32
Found linux image: /boot/vmlinuz-2.6.32.old
Found initrd image: /boot/initrd.img-2.6.32
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
root@akshit-Vostro-1550:~/Desktop/Device_Drivers/newsource/linux-2.6.32# cd /boot
root@akshit-Vostro-1550:/boot# mkinitramfs -o initrd.img-2.6.32 2.6.32
depmod: WARNING: could not open /tmp/mkinitramfs_zuISx2/lib/modules/2.6.32/modules.builtin: No such file or directory
在“make modules_install”之后我正在尝试“make install”但是我面临警告模块无法打开。所以请有人帮我解决这个问题。
答案 0 :(得分:0)
我发现问题出现在哪里。它只是警告,因为我正在开发ARM工具包,所以我在主机PC上使用交叉编译器为该工具包编译内核。因此,它将使用交叉编译器创建所有模块,但平台依赖性正在改变,因此出现此警告。当我进一步处理我的工作时,它完美无缺......