Forum Discussion

DiBosco's avatar
DiBosco
Icon for New Contributor rankNew Contributor
5 years ago

Compiler is happy with stdint.h, but not uint16_t etc

Is anyone able to tell me why (in Quartus 16's NIOS), although I can happily include stdint.h and the compiler doesn't bat an eyelid, it refuses to accept uint16_t, uint32_t etc etc exist? AFAIK i...