There appears to be a typo in the released v0.1.3 .h file See : https://github.com/funbiscuit/embedded-cli/releases/tag/v0.1.3 Line 49, `#elif UINTPTR_MAX == 0xFFFFFFFFFFFFFFFFu` should probably be: `#elif UINTPTR_MAX == 0xFFFFFFFFFFFFFFFF` right ?