Last 2000 lines of build log: /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- oplinstrs.o --- --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- oplinstrs.o --- # compile INSTALL/oplinstrs.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -DCONSDEVNAME="com" -DCONADDR=0x2f8 -DCONSPEED=115200 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/ic/oplinstrs.c -o oplinstrs.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- kern-GENERIC --- --- dwiic.o --- --- kern-INSTALL --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- kern-GENERIC --- # compile GENERIC/dwiic.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/ic/dwiic.c -o dwiic.o --- kern-INSTALL --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- kern-XEN3_DOM0 --- --- key.o --- --- kern-INSTALL --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- kern-GENERIC_KASLR --- --- bha.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g bha.o --- kern-INSTALL --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' --- kern-XEN3_DOM0 --- # compile XEN3_DOM0/key.o --- kern-INSTALL --- 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- kern-XEN3_DOM0 --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mno-fp-ret-in-387 -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/obj/sys/arch/amd64/compile/XEN3_DOM0/xen-ma -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/netipsec/key.c -o key.o --- kern-INSTALL --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- optiide.o --- --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- optiide.o --- # compile INSTALL/optiide.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -DCONSDEVNAME="com" -DCONADDR=0x2f8 -DCONSPEED=115200 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/pci/optiide.c -o optiide.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- opl_cmpci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g opl_cmpci.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- kern-GENERIC_KASLR --- --- bktr_os.o --- --- kern-INSTALL --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- kern-GENERIC_KASLR --- # compile GENERIC_KASLR/bktr_os.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/pci/bktr/bktr_os.c -o bktr_os.o --- kern-INSTALL --- --- overlay_vfsops.o --- --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:126:21: note: in expansion of macro 'O32TOH' 126 | #define HTOO32(val) O32TOH(val) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:68: note: in definition of macro 'O32TOH' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ --- overlay_vfsops.o --- # compile INSTALL/overlay_vfsops.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -DCONSDEVNAME="com" -DCONADDR=0x2f8 -DCONSPEED=115200 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/miscfs/overlay/overlay_vfsops.c -o overlay_vfsops.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:68: note: in definition of macro 'O32TOH' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:68: note: in definition of macro 'O32TOH' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:68: note: in definition of macro 'O32TOH' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:68: note: in definition of macro 'O32TOH' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:68: note: in definition of macro 'O32TOH' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:68:2: note: in expansion of macro '__CAST' 68 | __CAST(uint32_t, __builtin_constant_p((x)) ? \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:44: error: invalid type argument of '->' (have 'ohci_td_t') 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:68: note: in definition of macro 'O32TOH' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:21: note: in expansion of macro 'HTOO32' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2895:28: note: in expansion of macro 'O32TOH' 2895 | setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1); | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2903:47: error: invalid type argument of unary '*' (have 'ohci_td_t') 2903 | usb_syncmem(&setup->dma, setup->offs, sizeof(*setup->td), | ^~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2906:10: error: invalid type argument of '->' (have 'ohci_td_t') 2906 | stat->td->td_flags = HTOO32( | ^~ --- kern-XEN3_DOM0 --- --- key_debug.o --- # compile XEN3_DOM0/key_debug.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mno-fp-ret-in-387 -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/obj/sys/arch/amd64/compile/XEN3_DOM0/xen-ma -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/netipsec/key_debug.c -o key_debug.o --- kern-INSTALL --- --- opl_eso.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g opl_eso.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2912:10: error: invalid type argument of '->' (have 'ohci_td_t') 2912 | stat->td->td_cbp = 0; | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2913:10: error: invalid type argument of '->' (have 'ohci_td_t') 2913 | stat->td->td_nexttd = HTOO32(tail->physaddr); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2914:10: error: invalid type argument of '->' (have 'ohci_td_t') 2914 | stat->td->td_be = 0; | ^~ --- overlay_vnops.o --- --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2921:45: error: invalid type argument of unary '*' (have 'ohci_td_t') 2921 | usb_syncmem(&stat->dma, stat->offs, sizeof(*stat->td), | ^~~~~~~~~ In file included from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/systm.h:644, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/timevar.h:66, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/time.h:313, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/sched.h:145, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cpu_data.h:40, from ./x86/cpu.h:64, from ./machine/cpu.h:42, from ./machine/param.h:11, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/param.h:142, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:51: /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2924:29: error: invalid type argument of unary '*' (have 'ohci_td_t') 2924 | memset(tail->td, 0, sizeof(*tail->td)); | ^~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:49: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2924:13: error: incompatible type for argument 1 of '__builtin_memset' 2924 | memset(tail->td, 0, sizeof(*tail->td)); | ~~~~^~~~ | | | ohci_td_t /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:43: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2924:13: note: expected 'void *' but argument is of type 'ohci_td_t' 2924 | memset(tail->td, 0, sizeof(*tail->td)); | ~~~~^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:43: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ --- overlay_vnops.o --- # compile INSTALL/overlay_vnops.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -DCONSDEVNAME="com" -DCONADDR=0x2f8 -DCONSPEED=115200 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/miscfs/overlay/overlay_vnops.c -o overlay_vnops.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2928:45: error: invalid type argument of unary '*' (have 'ohci_td_t') 2928 | usb_syncmem(&tail->dma, tail->offs, sizeof(*tail->td), | ^~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2941:9: error: invalid type argument of '->' (have 'ohci_ed_t') 2941 | sed->ed->ed_tailp = HTOO32(tail->physaddr); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:2944:20: error: invalid type argument of '->' (have 'ohci_ed_t') 2944 | sizeof(sed->ed->ed_tailp), | ^~ In file included from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/systm.h:644, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/timevar.h:66, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/time.h:313, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/sched.h:145, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cpu_data.h:40, from ./x86/cpu.h:64, from ./machine/cpu.h:42, from ./machine/param.h:11, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/param.h:142, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:51: /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c: In function 'ohci_device_bulk_start': /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3113:29: error: invalid type argument of unary '*' (have 'ohci_td_t') 3113 | memset(tail->td, 0, sizeof(*tail->td)); | ^~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:49: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3113:13: error: incompatible type for argument 1 of '__builtin_memset' 3113 | memset(tail->td, 0, sizeof(*tail->td)); | ~~~~^~~~ | | | ohci_td_t /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:43: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3113:13: note: expected 'void *' but argument is of type 'ohci_td_t' 3113 | memset(tail->td, 0, sizeof(*tail->td)); | ~~~~^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:43: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3119:45: error: invalid type argument of unary '*' (have 'ohci_td_t') 3119 | usb_syncmem(&tail->dma, tail->offs, sizeof(*tail->td), | ^~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3128:10: error: invalid type argument of '->' (have 'ohci_td_t') 3128 | last->td->td_flags &= HTOO32(~OHCI_TD_DI_MASK); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3129:10: error: invalid type argument of '->' (have 'ohci_td_t') 3129 | last->td->td_flags |= HTOO32(OHCI_TD_SET_DI(1)); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3130:10: error: invalid type argument of '->' (have 'ohci_td_t') 3130 | last->td->td_nexttd = HTOO32(tail->physaddr); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3133:45: error: invalid type argument of unary '*' (have 'ohci_td_t') 3133 | usb_syncmem(&last->dma, last->offs, sizeof(*last->td), | ^~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3156:43: error: invalid type argument of unary '*' (have 'ohci_ed_t') 3156 | usb_syncmem(&sed->dma, sed->offs, sizeof(*sed->ed), | ^~~~~~~~ --- owtemp.o --- --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3158:9: error: invalid type argument of '->' (have 'ohci_ed_t') 3158 | sed->ed->ed_tailp = HTOO32(tail->physaddr); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3159:9: error: invalid type argument of '->' (have 'ohci_ed_t') 3159 | sed->ed->ed_flags &= HTOO32(~OHCI_ED_SKIP); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3160:43: error: invalid type argument of unary '*' (have 'ohci_ed_t') 3160 | usb_syncmem(&sed->dma, sed->offs, sizeof(*sed->ed), | ^~~~~~~~ In file included from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/systm.h:644, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/timevar.h:66, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/time.h:313, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/sched.h:145, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cpu_data.h:40, from ./x86/cpu.h:64, from ./machine/cpu.h:42, from ./machine/param.h:11, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/param.h:142, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:51: /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c: In function 'ohci_device_intr_start': --- owtemp.o --- # compile INSTALL/owtemp.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -DCONSDEVNAME="com" -DCONADDR=0x2f8 -DCONSPEED=115200 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/onewire/owtemp.c -o owtemp.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3305:29: error: invalid type argument of unary '*' (have 'ohci_td_t') 3305 | memset(tail->td, 0, sizeof(*tail->td)); | ^~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:49: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3305:13: error: incompatible type for argument 1 of '__builtin_memset' 3305 | memset(tail->td, 0, sizeof(*tail->td)); | ~~~~^~~~ | | | ohci_td_t /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:43: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3305:13: note: expected 'void *' but argument is of type 'ohci_td_t' 3305 | memset(tail->td, 0, sizeof(*tail->td)); | ~~~~^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:43: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3311:45: error: invalid type argument of unary '*' (have 'ohci_td_t') 3311 | usb_syncmem(&tail->dma, tail->offs, sizeof(*tail->td), | ^~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3320:10: error: invalid type argument of '->' (have 'ohci_td_t') 3320 | last->td->td_flags &= HTOO32(~OHCI_TD_DI_MASK); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3321:10: error: invalid type argument of '->' (have 'ohci_td_t') 3321 | last->td->td_flags |= HTOO32(OHCI_TD_SET_DI(1)); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3323:10: error: invalid type argument of '->' (have 'ohci_td_t') 3323 | last->td->td_nexttd = HTOO32(tail->physaddr); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3326:45: error: invalid type argument of unary '*' (have 'ohci_td_t') 3326 | usb_syncmem(&last->dma, last->offs, sizeof(*last->td), | ^~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3339:43: error: invalid type argument of unary '*' (have 'ohci_ed_t') 3339 | usb_syncmem(&sed->dma, sed->offs, sizeof(*sed->ed), | ^~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3341:9: error: invalid type argument of '->' (have 'ohci_ed_t') 3341 | sed->ed->ed_tailp = HTOO32(tail->physaddr); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3342:9: error: invalid type argument of '->' (have 'ohci_ed_t') 3342 | sed->ed->ed_flags &= HTOO32(~OHCI_ED_SKIP); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3343:43: error: invalid type argument of unary '*' (have 'ohci_ed_t') 3343 | usb_syncmem(&sed->dma, sed->offs, sizeof(*sed->ed), | ^~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c: In function 'ohci_device_intr_close': --- kern-GENERIC_KASLR --- --- audio.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g audio.o --- kern-INSTALL --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3380:13: error: invalid type argument of unary '*' (have 'ohci_ed_t') 3380 | sizeof(*sed->ed), BUS_DMASYNC_POSTWRITE | BUS_DMASYNC_POSTREAD); | ^~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3381:9: error: invalid type argument of '->' (have 'ohci_ed_t') 3381 | sed->ed->ed_flags |= HTOO32(OHCI_ED_SKIP); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3383:20: error: invalid type argument of '->' (have 'ohci_ed_t') 3383 | sizeof(sed->ed->ed_flags), | ^~ In file included from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:44: /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:7: note: in expansion of macro 'O32TOH' 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:7: note: in expansion of macro 'O32TOH' 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:7: note: in expansion of macro 'O32TOH' 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:7: note: in expansion of macro 'O32TOH' 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:7: note: in expansion of macro 'O32TOH' 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:7: note: in expansion of macro 'O32TOH' 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3385:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3385 | if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) != | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:68: note: in definition of macro 'O32TOH' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~ In file included from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:44: /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:7: note: in expansion of macro 'O32TOH' 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:7: note: in expansion of macro 'O32TOH' 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:7: note: in expansion of macro 'O32TOH' 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:7: note: in expansion of macro 'O32TOH' 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:52:3: note: in expansion of macro '__CAST' 52 | (__CAST(uint32_t, \ | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/bswap.h:69:3: note: in expansion of macro '__byte_swap_u32_constant' 69 | __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:7: note: in expansion of macro 'O32TOH' 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cdefs.h:684:36: note: in definition of macro '__CAST' 684 | #define __CAST(__dt, __st) ((__dt)(__st)) | ^~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:53: note: in expansion of macro 'bswap32' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:7: note: in expansion of macro 'O32TOH' 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3386:21: error: invalid type argument of '->' (have 'ohci_ed_t') 3386 | (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:124:68: note: in definition of macro 'O32TOH' 124 | #define O32TOH(val) (sc->sc_endian == SWAP_ENDIAN ? bswap32(val) : val) | ^~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3393:7: error: invalid type argument of '->' (have 'ohci_ed_t') 3393 | p->ed->ed_nexted = sed->ed->ed_nexted; | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3393:28: error: invalid type argument of '->' (have 'ohci_ed_t') 3393 | p->ed->ed_nexted = sed->ed->ed_nexted; | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3395:18: error: invalid type argument of '->' (have 'ohci_ed_t') 3395 | sizeof(p->ed->ed_nexted), | ^~ --- opl_fms.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g opl_fms.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c: In function 'ohci_device_isoc_enter': /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3657:13: error: invalid type argument of '->' (have 'ohci_itd_t') 3657 | sitd->itd->itd_flags = HTOO32( | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3663:13: error: invalid type argument of '->' (have 'ohci_itd_t') 3663 | sitd->itd->itd_bp0 = HTOO32(bp0); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3664:13: error: invalid type argument of '->' (have 'ohci_itd_t') 3664 | sitd->itd->itd_nextitd = HTOO32(nsitd->physaddr); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3665:13: error: invalid type argument of '->' (have 'ohci_itd_t') 3665 | sitd->itd->itd_be = HTOO32(end); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3673:47: error: invalid type argument of unary '*' (have 'ohci_itd_t') 3673 | usb_syncmem(&sitd->dma, sitd->offs, sizeof(*sitd->itd), | ^~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3681:12: error: invalid type argument of '->' (have 'ohci_itd_t') 3681 | sitd->itd->itd_offset[ncur] = HTOO16(OHCI_ITD_MK_OFFS(offs)); | ^~ In file included from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/systm.h:644, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/timevar.h:66, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/time.h:313, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/sched.h:145, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/cpu_data.h:40, from ./x86/cpu.h:64, from ./machine/cpu.h:42, from ./machine/param.h:11, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/sys/param.h:142, from /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:51: /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3689:30: error: invalid type argument of unary '*' (have 'ohci_itd_t') 3689 | memset(tail->itd, 0, sizeof(*tail->itd)); | ^~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:49: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3689:13: error: incompatible type for argument 1 of '__builtin_memset' 3689 | memset(tail->itd, 0, sizeof(*tail->itd)); | ~~~~^~~~~ | | | ohci_itd_t /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:43: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3689:13: note: expected 'void *' but argument is of type 'ohci_itd_t' 3689 | memset(tail->itd, 0, sizeof(*tail->itd)); | ~~~~^~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/libkern.h:396:43: note: in definition of macro 'memset' 396 | #define memset(d, v, l) __builtin_memset(d, v, l) | ^ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3693:45: error: invalid type argument of unary '*' (have 'ohci_itd_t') 3693 | usb_syncmem(&tail->dma, tail->offs, sizeof(*tail->itd), | ^~~~~~~~~~ --- oplinstrs.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g oplinstrs.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3697:11: error: invalid type argument of '->' (have 'ohci_itd_t') 3697 | sitd->itd->itd_flags = HTOO32( | ^~ --- pad.o --- --- kern-GENERIC_KASLR --- --- bktr_tuner.o --- --- kern-INSTALL --- --- param.o --- --- pad.o --- # compile INSTALL/pad.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -DCONSDEVNAME="com" -DCONADDR=0x2f8 -DCONSPEED=115200 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/pad/pad.c -o pad.o --- kern-GENERIC_KASLR --- # compile GENERIC_KASLR/bktr_tuner.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/pci/bktr/bktr_tuner.c -o bktr_tuner.o --- kern-INSTALL --- --- param.o --- # compile INSTALL/param.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -DCONSDEVNAME="com" -DCONADDR=0x2f8 -DCONSPEED=115200 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/conf/param.c -o param.o --- ohci.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3703:11: error: invalid type argument of '->' (have 'ohci_itd_t') 3703 | sitd->itd->itd_bp0 = HTOO32(bp0); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3704:11: error: invalid type argument of '->' (have 'ohci_itd_t') 3704 | sitd->itd->itd_nextitd = HTOO32(tail->physaddr); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3705:11: error: invalid type argument of '->' (have 'ohci_itd_t') 3705 | sitd->itd->itd_be = HTOO32(end); | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3713:45: error: invalid type argument of unary '*' (have 'ohci_itd_t') 3713 | usb_syncmem(&sitd->dma, sitd->offs, sizeof(*sitd->itd), | ^~~~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c: In function 'ohci_device_isoc_abort': /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3768:43: error: invalid type argument of unary '*' (have 'ohci_ed_t') 3768 | usb_syncmem(&sed->dma, sed->offs, sizeof(*sed->ed), | ^~~~~~~~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3770:9: error: invalid type argument of '->' (have 'ohci_ed_t') 3770 | sed->ed->ed_flags |= HTOO32(OHCI_ED_SKIP); /* force hardware skip */ | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3772:20: error: invalid type argument of '->' (have 'ohci_ed_t') 3772 | sizeof(sed->ed->ed_flags), | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3792:9: error: invalid type argument of '->' (have 'ohci_ed_t') 3792 | sed->ed->ed_headp = HTOO32(sitd->physaddr); /* unlink TDs */ | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3793:9: error: invalid type argument of '->' (have 'ohci_ed_t') 3793 | sed->ed->ed_flags &= HTOO32(~OHCI_ED_SKIP); /* remove hardware skip */ | ^~ /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c:3794:43: error: invalid type argument of unary '*' (have 'ohci_ed_t') 3794 | usb_syncmem(&sed->dma, sed->offs, sizeof(*sed->ed), | ^~~~~~~~ --- opl_sv.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g opl_sv.o --- patch.o --- --- overlay_vnops.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g overlay_vnops.o --- patch.o --- # compile INSTALL/patch.o /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__=0x3020a -DCOMPAT_44 -DCONSDEVNAME="com" -DCONADDR=0x2f8 -DCONSPEED=115200 -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch/x86/x86/patch.c -o patch.o --- kern-GENERIC_KASLR --- --- bktr_card.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g bktr_card.o --- kern-INSTALL --- --- ohci.o --- *** Failed target: ohci.o *** Failed commands: ${NORMAL_C} => @echo '# ' "compile INSTALL/ohci.o" && echo /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__="0x3020a" -DCOMPAT_44 -DCONSDEVNAME="\"com\"" -DCONADDR="0x2f8" -DCONSPEED="115200" -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c -o ohci.o && /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/x86_64--netbsd-gcc -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mindirect-branch=thunk -mindirect-branch-register -ffreestanding -fno-zero-initialized-in-bss -fno-delete-null-pointer-checks -g -O2 -fno-omit-frame-pointer -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -fstack-usage -Wstack-usage=3584 -fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wextra -Wno-unused-parameter -Wold-style-definition -Wno-sign-compare -Walloca -Wno-address-of-packed-member --sysroot=/tmp/build/2024.10.02.11.02.43-amd64-10/destdir -Damd64 -Dx86_64 -I. -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/mit/xen-include-public/dist/ -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libx86emu -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/lib/libc/misc -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/arch -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys -nostdinc -DCOMPAT_UTILS -D__XEN_INTERFACE_VERSION__="0x3020a" -DCOMPAT_44 -DCONSDEVNAME="\"com\"" -DCONADDR="0x2f8" -DCONSPEED="115200" -D_KERNEL -D_KERNEL_OPT -std=gnu99 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/quad -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/atomic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/lib/libkern/../../../common/lib/libc/hash/sha3 -D_FORTIFY_SOURCE=2 -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/dist -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/isc/atheros_hal/ic -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/../common/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/acpica/dist/include -I/tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/external/bsd/libnv/dist -c /tmp/build/2024.10.02.11.02.43-amd64-10/src/sys/dev/usb/ohci.c -o ohci.o && echo /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g ohci.o && /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g ohci.o *** [ohci.o] Error code 1 nbmake[2]: stopped in /tmp/build/2024.10.02.11.02.43-amd64-10/obj/sys/arch/amd64/compile/INSTALL --- opl.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g opl.o --- kern-GENERIC --- nbmake[1]: stopped in /tmp/build/2024.10.02.11.02.43-amd64-10/src/etc --- kern-XEN3_DOM0 --- nbmake[1]: stopped in /tmp/build/2024.10.02.11.02.43-amd64-10/src/etc --- kern-INSTALL --- --- overlay_vfsops.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g overlay_vfsops.o --- kern-GENERIC_KASLR --- nbmake[1]: stopped in /tmp/build/2024.10.02.11.02.43-amd64-10/src/etc --- kern-INSTALL --- --- owtemp.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g owtemp.o --- optiide.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g optiide.o --- param.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g param.o --- patch.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g patch.o --- pad.o --- /tmp/build/2024.10.02.11.02.43-amd64-10/tools/bin/nbctfconvert -g -L VERSION -g pad.o 1 error nbmake[2]: stopped in /tmp/build/2024.10.02.11.02.43-amd64-10/obj/sys/arch/amd64/compile/INSTALL nbmake[1]: stopped in /tmp/build/2024.10.02.11.02.43-amd64-10/src/etc nbmake: stopped in /tmp/build/2024.10.02.11.02.43-amd64-10/src ERROR: Failed to make release *** BUILD ABORTED *** 884.03 real 9587.11 user 2377.18 sys