crazyquark / nfc-amiibo

A tool to create amiibo tags using libnfc
42 stars 7 forks source link

Make creates bad binary file #8

Closed jlc42 closed 1 year ago

jlc42 commented 2 years ago

On raspberry Pi, make seems to run and creates an executable, but when it is run, I get the following error:

bash: ./nfc-amiibo: cannot execute binary file: Exec format error

jlc42 commented 2 years ago

However, weirdly enough, make clean, followed by make, seems to have created a working executable.

crazyquark commented 1 year ago

That's my fault, I had committed the binary in the repo so make was not building it and you were trying to run the x86 binary. I fixed it yesterday.