I am trying to use ex_keccak on a nerve instance deployed on a rpi5.
I have used the option to force_build ex_keccak. Once I am getting to the step that creates the firmware I am getting an issue with the libexkeccak.so the arch is incorrect.
Got:
file:Mach-O 64-bit dynamically linked shared library arm64
Expecting:
readelf:AArch64;0x0
How could I force it to compile for AArch64;0x0?