Opened 11 months ago
Closed 7 months ago
#867 closed defect (fixed)
486 build fails
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.14.2 |
Component: | helenos/kernel/ia32 | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
In file included from ../kernel/arch/ia32/src/ia32.c:63:
../kernel/arch/ia32/include/arch/mm/pat.h: In function 'pat_set_mapping':
../kernel/arch/ia32/include/arch/mm/pat.h:62:22: error: implicit declaration of function 'read_msr' [-Werror=implicit-function-declaration]
62 | uint64_t r = read_msr(MSR_IA32_PAT);
|
~
../kernel/arch/ia32/include/arch/mm/pat.h:65:9: error: implicit declaration of function 'write_msr'; did you mean 'write_dr7'? [-Werror=implicit-function-declaration]
65 | write_msr(MSR_IA32_PAT, r);
|
| write_dr7
cc1: all warnings being treated as errors
[17/2132] Compiling C object kernel/li…entables.a.p/genarch_src_acpi_acpi.c.o
ninja: build stopped: subcommand failed.
[jirka@omelette build-486]$
Change History (3)
comment:1 by , 9 months ago
Milestone: | 0.13.1 → 0.14.1 |
---|
comment:2 by , 9 months ago
Milestone: | 0.14.1 → 0.14.2 |
---|
comment:3 by , 7 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in changeset 3526f4f3e57bcdc0f37d47d89769e3bdd0c9e9c4.
Milestone renamed