I get \"unknown type name \'uint8_t\'\" and others like it using C in MinGW. Any ideas how to solve this?
Try including stdint.h or inttypes.h.
stdint.h
inttypes.h