"Yuriy M. Kaminskiy" yumkam@gmail.com writes:
+DECLARE_FAT_FUNC(_nettle_chacha_core, chacha_core_func) +DECLARE_FAT_FUNC_VAR(_chacha_core, chacha_core_func, c); +DECLARE_FAT_FUNC_VAR(_chacha_core, chacha_core_func, neon);
^
The above underscores shouldn't be there. If I delete them, this works fine using debian's cross compilers and qemu.
Regards, /Niels