Re: Build error on 10.0_RC4
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 14, 2024 at 05:41:05PM +0900, Mori Hiroki wrote: > Hi > > I have build error at BCM5301X. > > /usr/home/hiroki/netbsd-10/sys/dev/usb/ehci.c:1828:16: error: passing argument 1 of 'ehci_dump_qtd' from incompatible pointer type [-Werror=incompatible-pointer-types] > 1828 | ehci_dump_qtd(&qh->qh_qtd); Yes, this is waiting for [pullup-10 #589] Build fix for EHCI_DEBUG kernels (which will happen shortly). Martin