Port-mac68k archive

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

Re: Kernel build failure



Does anyone know what combination of options is required to get a kernel
to build ?

I'm getting stack usage errors in uvm_bio.c that I'm guessing is down to
changes in how MAX_PAGE_SIZE is defined:

../../../../uvm/uvm_bio.c: In function 'ubc_fault':
../../../../uvm/uvm_bio.c:304:1: error: stack usage might be unbounded [-Werror=stack-usage=]
 304 | ubc_fault(struct uvm_faultinfo *ufi, vaddr_t ign1, struct vm_page **ign2,
     | ^~~~~~~~~

Perhaps old build directories? I just updated a -current tree and ran:

./build.sh -j 16 -m mac68k tools kernel=GENERIC

with no problems.

John


Home | Main Index | Thread Index | Old Index