Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2022 16:19:58 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        Takanori Watanabe <takawata@FreeBSD.org>
Cc:        src-committers@FreeBSD.org,  dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: a9880bfe1181 - main - acpi_ged:  New driver to ACPI generic event device
Message-ID:  <86tu3txq0h.fsf@ltc.des.no>
In-Reply-To: <202210241002.29OA26Pk076760@gitrepo.freebsd.org> (Takanori Watanabe's message of "Mon, 24 Oct 2022 10:02:06 GMT")
References:  <202210241002.29OA26Pk076760@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Takanori Watanabe <takawata@FreeBSD.org> writes:
> commit a9880bfe1181b7a32d026339bae113f24300e5e1
> Author:     Takanori Watanabe <takawata@FreeBSD.org>
> AuthorDate: 2022-10-18 05:41:53 +0000
> Commit:     Takanori Watanabe <takawata@FreeBSD.org>
> CommitDate: 2022-10-24 09:57:36 +0000
>
>     acpi_ged:  New driver to ACPI generic event device

cc -target x86_64-unknown-freebsd14.0 --sysroot=/usr/obj/usr/src/main/amd64.amd64/tmp -B/usr/obj/usr/src/main/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/main/amd64.amd64/sys/MINIMAL/opt_global.h -I. -I/usr/src/main/sys -I/usr/src/main/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/usr/src/main/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/main/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/main/sys/i386/include -I/usr/obj/usr/src/main/amd64.amd64/sys/MINIMAL     -MD  -MF.depend.acpi_ged.o -MTacpi_ged.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=tautological-compare -Wno-error=empty-body -Wno-error=parentheses-equality -Wno-error=unused-function -Wno-error=pointer-sign -Wno-error=shift-negative-value -Wno-address-of-packed-member -Wno-format-zero-length   -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/main/sys/dev/acpica/acpi_ged.c -o acpi_ged.o
/usr/src/main/sys/dev/acpica/acpi_ged.c:201:31: error: no member named 'evt' in 'struct acpi_ged_softc'; did you mean 'evts'?
                rawirq = rman_get_start(sc->evt[i].r);
                                            ^~~
                                            evts
/usr/src/main/sys/dev/acpica/acpi_ged.c:60:25: note: 'evts' declared here
        struct acpi_ged_event *evts;
                               ^
1 error generated.
*** Error code 1

Stop.

DES
-- 
Dag-Erling Smørgrav - des@FreeBSD.org



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