Re: Error 2: No rule to make target kernel/timeconst.pl

From: Konrad Vrba
Date: Thu Jul 11 2013 - 06:49:21 EST


On 7/11/13, Borislav Petkov <bp@xxxxxxxxx> wrote:
> On Thu, Jul 11, 2013 at 12:28:20PM +0200, Konrad Vrba wrote:
>> Hello,
>> I have following error while compiling new stable kernel 3.10:
>>
>> CC kernel/fork.o
>> CC kernel/exec_domain.o
>> CC kernel/panic.o
>> CC kernel/printk.o
>> CC kernel/cpu.o
>> CC kernel/exit.o
>> CC kernel/itimer.o
>> make[1]: *** No rule to make target `kernel/timeconst.pl', needed by
>> `kernel/timeconst.h'. Stop.
>> make: *** [kernel] Error 2
>>
>> Could somebody please advise how to fix this ?
>
> Can you save your config first, cleanup the build dir from kbuild stuff:
>
> make mrproper
>
> and then try building again?
>
> FWIW, 3.10 and later builds just fine here.
>
> --
> Regards/Gruss,
> Boris.
>
> Sent from a fat crate under my desk. Formatting is fine.
> --
>

cleaning up with 'make mrproper' does not help.
I still get the same error
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/