Opened 3 months ago

Last modified 6 weeks ago

#867 new defect

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 (2)

comment:1 by Jiri Svoboda, 6 weeks ago

Milestone: 0.13.10.14.1

Milestone renamed

comment:2 by Jiri Svoboda, 6 weeks ago

Milestone: 0.14.10.14.2
Note: See TracTickets for help on using tickets.