Re: [PATCH v4 00/10] an introduction of Linux library operating system (LibOS)
From: Hajime Tazaki <hidden>
Date: 2015-04-29 23:16:56
Also in:
linux-arch, linux-mm, lkml
From: Hajime Tazaki <hidden>
Date: 2015-04-29 23:16:56
Also in:
linux-arch, linux-mm, lkml
At Mon, 27 Apr 2015 09:39:20 +0200, Richard Weinberger wrote:
quoted
Hmm, it still does not build. This time I got: CC kernel/time/time.o In file included from kernel/time/time.c:44:0: kernel/time/timeconst.h:11:2: error: #error "kernel/timeconst.h has the wrong HZ value!" #error "kernel/timeconst.h has the wrong HZ value!" ^ arch/lib/Makefile:187: recipe for target 'kernel/time/time.o' failed make: *** [kernel/time/time.o] Error 1A make mrproper made the issue go away. Please use kbuild. :)
thanks for the report. it's been fixed and I added a test (locally) to avoid further regressions. -- Hajime