nfc-tools / mfoc-hardnested

A fork of mfoc integrating hardnested code from the proxmark
GNU General Public License v2.0
191 stars 31 forks source link

Fixed compilation on ARM platforms #9

Closed ghost closed 3 years ago

ghost commented 3 years ago

There is probably a cleaner way of doing this, but I'm not an expert. All I know is that MFOC now compiles on my Raspberry Pi 4 running Manjaro 64bit.

Previously we'd have issues with linking, as the autoreconf was not generating the Makefile(s) properly to compile NOSIMD.

vk496 commented 3 years ago

Thank you!

I've spent too much time with that problem without luck. Finally we can close this f*** issue :)

/cc https://github.com/vk496/mfoc/issues/17 https://github.com/vk496/mfoc/issues/1 https://github.com/vk496/mfoc/issues/7

ghost commented 3 years ago

You're welcome 😸 Luckily this didn't involve modifying header or C files, otherwise I would've never got it working 😹