I'm compiling Linux kernel 2.6.15.5 and there is a problem
LDS arch/i386/kernel/vsyscall.lds
AS arch/i386/kernel/vsyscall-int80.o
AS arch/i386/kernel/vsyscall-note.o
SYSCALL arch/i386/kernel/vsyscall-int80.so
gcc: error: elf_i386: No such file or directory
make[1]: *** [arch/i386/kernel/vsyscall-int80.so] Error 1
gcc version: 4.6
Trying to install the Alternate Install 12.04 [ubuntu-12.04-alternate-powerpc (MD5 c57149dc4f31372912aab2856c08107b).iso] on a Mac Mini G4 meant to be a home server, I am getting this error message:
An error was returned while trying to install the kernel into the target system.
Kernel package: 'linux-powerpc-smp'
Check /var/log/syslog or see virtual console 4 for details.
The only options I ch
I am trying to compile Linux kernel source 2.6.38.4 on my Ubuntu machine but after almost one hour of process getting below given error
VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
VDSOSYM arch/x86/vdso/vdso32-syms.lds
LD arch/x86/vdso/built-in.o
LD arch/x86/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
I am trying to build 32-bit linux kernel 2.6.9 on a 64-bit linux host with 2.6.9 (same version). Did some google search and tried the following:
step 1) make ARCH=i386 CFLAGS=-m32 menuconfig
step 2) make ARCH=i386 CFLAGS=-m32
Step 1 was okay. But step 2 got the following errors. What did I do wrong?
I am building 32-bit linux kernel on 64-bit linux host. (version 2.6.9 both on host and the target).
Hello. I was building kernel 3.7 for a UML system. I was building using the um arch and got some issues.
Code:
arch/um/kernel/exec.c: In function flush_thread:
So I googled it and found out that Linux/arch/um/kernel/internal.h is not in my kernel 3.7 folder. It is normally included in arch/um/kernel/exec.c so I think this is the problem. Does anyone know if it was moved or changed?
A few minutes ago, Greg Kroah-Hartman proudly announced that the first maintenance release for the stable Linux 3.9 kernel series is now available for download.
Linux kernel 3.9.1 is here to fix lots of arch issues, including ARM, IA64, PowerPC and x86. Moreover, drivers for ACPI, ATA, MD, MMC, PCI, RTC, Ethernet and Wireless have been updated in this first maintenance of Linux kernel 3.9.
Greg Kroah-Hartman announced a few hours ago (on April 25) the immediate availability for download of the ninth maintenance release for the stable Linux 3.8 kernel series.
Im trying to install Xen, following the guide located here:
https://help.ubuntu.com/community/Xen
Running ubuntu 11.10
kernel 3.0.0-16 generic
GNOME 3.2.1
64-bit system
when i get to
sudo make xen
it seems to work fine until
grant_table.c: In function __gnttab_unmap_common:
grant_table.c:733:22: error: variable old_pin set but not used [-Werror=unused-but-set-variable]