NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/55085: problem compiling kernel; cpu.c; possible problem with cpuidtab structure



>Number:         55085
>Category:       kern
>Synopsis:       problem compiling kernel; cpu.c; possible problem with cpuidtab structure
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 19 13:45:00 +0000 2020
>Originator:     John Bowers
>Release:        9.0
>Organization:
self
>Environment:
NetBSD armv7 9.0_RC1 NetBSD 9.0_RC1 (GENERIC) #0: Wed Jan  8 11:52:24 UTC 2020  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC evbarm
>Description:
release kernel 9.0 won't compile.  

Error in cpu.c at lines 550, 552, 554, 556, 558, 560, 562: error: missing initializer for field 'cpu_arch' of 'const struct cpuidtab

I'm not a C programmer, but it seems likely that the definition for cpuidtab is somehow faulty.

I'm trying to get the 9.0 kernel running on my Odroid-HC1 so I can use ZFS, but don't seem to be able to get there from here.
>How-To-Repeat:
./build.sh -j6 -u kernel=GENERIC
>Fix:



Home | Main Index | Thread Index | Old Index