pimiibo icon indicating copy to clipboard operation
pimiibo copied to clipboard

error: ‘uint8_t’ does not name a type

Open garrett-davidson opened this issue 6 years ago • 4 comments

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

garrett-davidson avatar Jul 12 '18 18:07 garrett-davidson

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

garrett-davidson avatar Jul 12 '18 18:07 garrett-davidson

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

skwashd avatar Nov 05 '18 10:11 skwashd

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.

dspinhirne avatar Feb 08 '20 19:02 dspinhirne

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

Paannda avatar Apr 07 '20 22:04 Paannda