Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug: coredump: fix multiple definitions #73170

Merged
merged 1 commit into from
May 25, 2024

Conversation

marcowidmer
Copy link
Contributor

When compiling with CONFIG_DEBUG_COREDUMP=n and including <zephyr/debug/coredump.h> from any file, linking fails with a multiple definitions error. Define the functions in the header file as static inline.

When compiling with CONFIG_DEBUG_COREDUMP=n and including
<zephyr/debug/coredump.h> from any file, linking fails with a multiple
definitions error. Define the functions in the header file as static
inline.

Signed-off-by: Marco Widmer <marco.widmer@bytesatwork.ch>
@nashif nashif merged commit ef8a5b7 into zephyrproject-rtos:main May 25, 2024
25 checks passed
@marcowidmer marcowidmer deleted the coredump-static-inline branch May 27, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants