I get \"unknown type name \'uint8_t\'\" and others like it using C in MinGW. Any ideas how to solve this?
To use uint8_t type alias, you have to include stdint.h standard header.
uint8_t
stdint.h