Skip to content

Default CMake option settings should not cause failure on systems with no 64-bit integer type #213

@dsabala

Description

@dsabala

This library targets embedded systems, especially those with low amount of memory.
I am working on such a project with Cortex-M MCU and ARM GCC 13.3.
However I will continue to use mpaland library since with default settings this library throws this error

228 | #error "No basic integer type has a size of 64 bits exactly"

Please consider setting the default options for your most frequent use cases.

Metadata

Metadata

Assignees

Labels

platform-incompatibilityThe library is making assumptions causing it to fail on platforms where they do not hold.regressionA feature or aspect which worked properly in the past, no longer doesresolved-on-developA changeset fixing this issue has been commiutted to the development branch

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions