* PROBLEM: kernel compilation
@ 2005-11-12 18:13 Alexander Kozyrev
2005-11-12 22:22 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kozyrev @ 2005-11-12 18:13 UTC (permalink / raw)
To: linux-kernel
Linux asterisk1.local 2.6.9-11.EL #1 Wed Jun 8 16:59:52 CDT 2005 i686 i686
i386 GNU/Linux
After 2 hours of compilation -
<......>
CC lib/string.o
CC lib/vsprintf.o
AR lib/lib.a
CC [M] lib/crc-ccitt.o
CC [M] lib/libcrc32c.o
LD arch/i386/lib/built-in.o
CC arch/i386/lib/bitops.o
AS arch/i386/lib/checksum.o
CC arch/i386/lib/delay.o
AS arch/i386/lib/getuser.o
CC arch/i386/lib/memcpy.o
CC arch/i386/lib/strstr.o
CC arch/i386/lib/usercopy.o
AR arch/i386/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
ld: kernel/built-in.o: No such file: No such file or directory
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [_all] Error 2
4 times with the same error.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PROBLEM: kernel compilation
2005-11-12 18:13 PROBLEM: kernel compilation Alexander Kozyrev
@ 2005-11-12 22:22 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2005-11-12 22:22 UTC (permalink / raw)
To: Alexander Kozyrev; +Cc: linux-kernel
On Sat, Nov 12, 2005 at 08:13:40PM +0200, Alexander Kozyrev wrote:
> Linux asterisk1.local 2.6.9-11.EL #1 Wed Jun 8 16:59:52 CDT 2005 i686 i686
> i386 GNU/Linux
> After 2 hours of compilation -
> <......>
> CC lib/string.o
> CC lib/vsprintf.o
> AR lib/lib.a
> CC [M] lib/crc-ccitt.o
> CC [M] lib/libcrc32c.o
> LD arch/i386/lib/built-in.o
> CC arch/i386/lib/bitops.o
> AS arch/i386/lib/checksum.o
> CC arch/i386/lib/delay.o
> AS arch/i386/lib/getuser.o
> CC arch/i386/lib/memcpy.o
> CC arch/i386/lib/strstr.o
> CC arch/i386/lib/usercopy.o
> AR arch/i386/lib/lib.a
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> ld: kernel/built-in.o: No such file: No such file or directory
> make[1]: *** [.tmp_vmlinux1] Error 1
> make: *** [_all] Error 2
>
> 4 times with the same error.
You experienced a compile error in kernel/
Try
make kernel/
to see what is causing your trouble.
When something fails to build in kernel/ then built-in.o is not
made. And then the later build stages will fail.
I assume you are using make -J 2 (or higher)
PS. You do not need to do a make clean/ make mrproper - the result is
the same.
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-12 22:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-12 18:13 PROBLEM: kernel compilation Alexander Kozyrev
2005-11-12 22:22 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox