-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 17.05.2012 22:13, Michael Scherer wrote:
> > 1) make output: > > CHK include/linux/version.h CHK > include/generated/utsrelease.h CALL scripts/checksyscalls.sh CHK > include/generated/compile.h LD init/mounts.o ls -Al -m > elf_x86_64 -r -o init/mounts.o init/do_mounts.o > init/do_mounts_initrd.o init/mounts.o: No such file or directory > make[1]: *** [init/mounts.o] Error 1 make: *** [init] Error 2 > > There is an LD, the ls line is part of the error message. > > > contains a directive to build mounts.o, see second last line, but > it for some reason this is ignored. Maybe there is a flaw in that > command, only I can't find it. > > regards, michael > > Have you tried a make clean on your sourcetree? CHK include/linux/version.h IS for me one of the first lines I get at all. It seems strange to me that you get a call to the linker (LD) before even a call to the compiler (CC). I'd suggest you try a make clean first and try to build again afterwards (with -j1 or without a statement for jobs) to rule out race conditions. If that doesn't help, move your kernel sources to another directory and reemerge the sources. Copy your .config (ideally one of a working tree) and try again. If that doesn't help, try to get a working default config (like from /proc/config.gz from a live distro). WKR Hinnerk -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJPtWSXAAoJEJwwOFaNFkYc8tAH/iV59mb5MsH0pJ28dXUqe0X6 tcbKB18vIQYmjG9gecGX4lVtgXCIhTqVeHEKbQVN4xRMo9u7D7FxygHtRY7sfYrk dvR9fs4RfIoykVeCF/0uVSNZnoXhixarYtr8FGvIKCxvUJnY/ws4W+k5tP8Ju8lJ wM5ldQ/eD8H4vFm4fIStQheTGERZlueNBVf77cLx8K/8p0XBvVM85V/epg+fC4I4 bfWG1JtXrh1MUmaE+Y26aNOXGkUZiHax49CBiOUQLZNjk6f5idGppWV03HTL4mCV +dI6lNaUqU0AhnoG3yIOK8lY4kFu3QmNw4h1r+OCctASMJe8dUOTnF53TjJzYQk= =TguL -----END PGP SIGNATURE-----

