Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 19:55:43 -0800
From:      bob prohaska <fbsd@www.zefox.net>
To:        freebsd-arm@freebsd.org
Subject:   Kernel build failure on rpi2 at 344613
Message-ID:  <20190227035542.GA60321@www.zefox.net>

next in thread | raw e-mail | index | archive | help
In trying to make world and kernel on RPI2 at r344613 buildworld ran to
completion, but buildkernel stopped wtih 
--- machdep_boot.o ---
/usr/src/sys/arm/arm/machdep_boot.c:170:34: error: too few arguments to function call, single argument 'cmdline' was not specified
        boothowto |= boot_parse_cmdline();
                     ~~~~~~~~~~~~~~~~~~ ^
/usr/src/sys/sys/boot.h:37:1: note: 'boot_parse_cmdline' declared here
int boot_parse_cmdline(char *cmdline);
^
1 error generated.
*** [machdep_boot.o] Error code 1

make[2]: stopped in /usr/obj/usr/src/sys/RPI2

The machine is running 
FreeBSD www.zefox.com 11.2-STABLE FreeBSD 11.2-STABLE #0 r343555: Wed Jan 30 04:55:19 PST 2019     bob@www.zefox.com:/usr/obj/usr/src/sys/RPI2  arm

Any idea how to get past this impediment?

Thanks for reading,

bob prohaska




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190227035542.GA60321>