garrett-davidson / pimiibo

A tool to create your own amiibo!
117 stars 32 forks source link

error: ‘uint8_t’ does not name a type #2

Open garrett-davidson opened 6 years ago

garrett-davidson commented 6 years ago

When trying to make, lots of errors are thrown about uint8_t not being a type.

garrett-davidson commented 6 years ago

Workaround: Add #include <stdint.h> to amiibo.h and amiitool.h.

skwashd commented 5 years ago

@garrett-davidson what is the issue with adding the include to the header files?

dspinhirne commented 4 years ago

Wanted to add a comment, that I am using this code with an adafruit pn532 controller breakout board (https://www.adafruit.com/product/364), the FTDI usb cable (https://www.adafruit.com/product/70) and a standard Ubuntu linux laptop. I used the tags recommended in the README. I did have to apply the fix mentioned above in order to get this working, but the setup works really well otherwise.

Paannda commented 4 years ago

I did a pull request in order to fix this issue. See #9