Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Unable to build generic kernel on earmv6hf
Paul Walker <paulwalker%paulwalker.dev@localhost> 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 - brad%anduin.eldar.org@localhost
Home |
Main Index |
Thread Index |
Old Index