2002-09-05 03:23:36

by Thomas Molina

[permalink] [raw]
Subject: 2.5.33-bk compile weirdness

I pulled the latest bk version, used make oldconfig with a config file
which worked day before yesterday and got the following during a make
bzImage:

gcc -Wp,-MD,./.irq.o.d -D__KERNEL__
-I/usr/local/kernel/bitkeeper/linux-2.5-tm/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=athlon -nostdinc -iwithprefix include -DKBUILD_BASENAME=irq
-c -o irq.o irq.c
gcc -Wp,-MD,./.common.o.d -D__KERNEL__
-I/usr/local/kernel/bitkeeper/linux-2.5-tm/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=athlon -nostdinc -iwithprefix include -DKBUILD_BASENAME=common
-c -o common.o common.c
ld -m elf_i386 -r -o pci.o i386.o pcbios.o direct.o fixup.o acpi.o
legacy.o irq.o common.o
make[1]: Leaving directory
`/usr/local/kernel/bitkeeper/linux-2.5-tm/arch/i386/pci'
make: *** No rule to make target `arch/i386/vmlinux.lds.S', needed by
`arch/i386/vmlinux.lds.s'. Stop.