Re: Unable to build generic kernel on earmv6hf
Brad Spencer <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
Paul Walker <[email protected]> writes: > There is a movw instruction in sys/crypto/aes/arch/arm/aes_neon_32.S > that is preventing a build of the generic kernel for armv6. > > Is there any reason to use the movw instruction over mov considering it > is being used to zero r3? > > -- > Paul W. I didn't think that arm GENERIC could be directly built on earmv6hf anyway. There is other stuff missing... When I wanted to do that sort of thing, I actually build the kernel as a v7 kernel that advertises itself as a v6. This is what RPI2 does. Something like this: ---- include "arch/evbarm/conf/GENERIC" makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon" ---- Is this what you are doing?? -- Brad Spencer - [email protected]