takano32 / build-kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Chimera Linux] LLVM を使ってもビルドに失敗する

takano32 opened this issue · comments

GNU Install が必要といわれたので GNU Coreutils を入れた。

それでもコンパイルエラーが発生する。

dc: not a string
./include/generated/timeconst.h:11:2: error: "include/generated/timeconst.h has the wrong HZ value!"
#error "include/generated/timeconst.h has the wrong HZ value!"
 ^
./include/generated/timeconst.h:14:2: error: Totally bogus HZ value!
#error Totally bogus HZ value!
 ^
./include/generated/timeconst.h:15:1: error: expected identifier or '('
0
^
./include/generated/timeconst.h:4:2: error: unterminated conditional directive
#ifndef KERNEL_TIMECONST_H
 ^

再現しなくなった。