Missing implementations for assertions on Windows #1200
Unanswered
calebchalmers
asked this question in
Q&A
Replies: 1 comment
-
Specifically how to place function pointer into custom linker sections and then access them: https://github.com/modm-io/modm/blob/develop/src/modm/platform/core/cortex/assert.cpp.in#L35. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building modm for a project, I am getting the following error/warning:
This is coming from
modm/src/modm/platform/core/hosted/module.lb
when the target ishosted-windows
. Could anyone provide info about which parts aren't implemented and what needs to be done there? I'm not familiar with the modm assertion code, but I'm willing to take a look!Beta Was this translation helpful? Give feedback.
All reactions