Re: netbsd-9/amd64 build mixes 32 bit objects
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 11, 2022 at 03:36:26PM +0000, Emmanuel Dreyfus wrote: > file `/home2/manu/netbsd9/src-amd64/destdir.amd64/usr/lib/../lib/i386/crti.o' is > incompatible with i386 output This file should have been build with -m32 too - but apparently wasn't. Check how it is build in your setup (or maybe it is leftover from something else?) You can use file(1) to tell the difference. Martin