Re: Building Marvell
Harri Haataja <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Aug 11, 2024 at 07:29:15AM +1000, matthew green wrote: > i wonder if this is because the compiler defaults are different, > no matter what MACHINE/MACHINE_ARCH are set to. > > eg, the arm*hf targets default to a target with FPU, and the > others default to without FPU, and so in addition to the existing > "-mfloat-abi=FOO", something like "-mcpu=<sf-cpu>". > > in one sense, this is not a supported configuration (though we > could maybe support it). the simple answer is to use build.sh to > get a valid compiler for the target. I'll definitely look at using build.sh when I get around to it. I also realized I don't really have the rest of the system for this arch either and I've never really booted NetBSD from uboot that's on nvram like I'd need to do on these boards. I know I can get into uboot through serial on all the boxes, though. So, there's a lot more of that learning experience that I went looking for.