devel/freebsd-gcc12 based aarch64 buildkernel: rejection of sys/arm64/arm64/locore.S assembler notation

2023-02-11 Thread Mark Millard
[For the buildworld notice that I reported elsewhere, the debug build got the same type of notices/stopping issue.] After the buildworld notices that I reported I tried buildkernel by itself. Again the non-debug and debug builds basically matched. An early message (that did not stop the build) wa

Re: devel/freebsd-gcc12 based aarch64 nono-debug buildworld buildkernel: a Failure notice at/for stand/kboot/loader.kboot

2023-02-11 Thread Mark Millard
On Feb 11, 2023, at 08:23, Warner Losh wrote: > I've never built kboot with binutils, just clang. Looks like the names of the > targets are annoyingly different. > > I have 0 time to look at this, however, since gcc12 isn't officially > supported. Best I can do is not build loader.kboot for gc

Re: STABLE/13: src/sys/dev/an/if_an_pci.c:143:1: error: a function definition without a prototype

2023-02-11 Thread Minoru TANABE
2023年2月11日(土) 9:19 FreeBSD User : > Hello, > > compiling most recent FreeBSD 13-STABLE (as of today) with a custom kernel > with disabled 'an' > driver in the wireless section (nodevice an), compiling kernel now fails > with the error: > > src/sys/dev/an/if_an_pci.c:143:1: error: a function defini

Re: devel/freebsd-gcc12 based aarch64 nono-debug buildworld buildkernel: a Failure notice at/for stand/kboot/loader.kboot

2023-02-11 Thread Warner Losh
I've never built kboot with binutils, just clang. Looks like the names of the targets are annoyingly different. I have 0 time to look at this, however, since gcc12 isn't officially supported. Best I can do is not build loader.kboot for gcc. Warner On Fri, Feb 10, 2023 at 8:42 PM Mark Millard wr

Re: STABLE/13: src/sys/dev/an/if_an_pci.c:143:1: error: a function definition without a prototype

2023-02-11 Thread Dmitry Chagin
On Sat, Feb 11, 2023 at 10:18:52AM +0100, FreeBSD User wrote: > Hello, > > compiling most recent FreeBSD 13-STABLE (as of today) with a custom kernel > with disabled 'an' > driver in the wireless section (nodevice an), compiling kernel now fails with > the error: > > src/sys/dev/an/if_an_pci.c: