Re: Failure building earmv7 sets for 10.1_STABLE
Sad Clouds <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 27 Jun 2025 10:04:20 +0200 Martin Husemann <[email protected]> wrote: > On Fri, Jun 27, 2025 at 08:10:14AM +0100, Sad Clouds wrote: > > Hello, I'm noticing the following error when building NetBSD sets. > > I ran cvs update yesterday. Is this a NetBSD build bug or me doing > > something wrong? > > Stupid question: why are you building earmv7 instead of earmv7hf ? > > Martin Hello, it's a valid question. I develop software for various Unix like platforms and for NetBSD specifically, I use its cross compiler toolchains to build my software for different architectures, without having access to various legacy types of hardware. All my Makefiles are designed to work with native and cross compilers. I'm guessing some people may have hardware which doesn't support hard floating point and I wanted to cover that use case. I don't really need to build sets, only distribution, so can probably work around this issue. However I noticed the failure and wanted to ask the question.