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

test: logging: dictionary: fix build error with minimal libc #75597

Conversation

evgeniy-paltsev
Copy link
Collaborator

@evgeniy-paltsev evgeniy-paltsev commented Jul 8, 2024

In tests/subsys/logging/dictionary we don't include stdio.h header but use standard stream definitions (i.e. stdout) which cause build issues (if the minimal libc is used).

Fixes: #75600

In `tests/subsys/logging/dictionary` we don't include stdio.h
header but use standard stream definitions (i.e. `stdout`)
which cause build issues (if the minimal libc is used).

Fix that.

Signed-off-by: Evgeniy Paltsev <[email protected]>
Signed-off-by: Eugeniy Paltsev <[email protected]>
@evgeniy-paltsev evgeniy-paltsev marked this pull request as ready for review July 8, 2024 14:23
@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: Logging labels Jul 8, 2024
@evgeniy-paltsev evgeniy-paltsev changed the title test: logging: dictionary: fix build error test: logging: dictionary: fix build error with minimal libc Jul 8, 2024
@evgeniy-paltsev evgeniy-paltsev added the bug The issue is a bug, or the PR is fixing a bug label Jul 8, 2024
@henrikbrixandersen henrikbrixandersen added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jul 8, 2024
@aescolar aescolar merged commit edfb690 into zephyrproject-rtos:main Jul 9, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Logging bug The issue is a bug, or the PR is fixing a bug size: XS A PR changing only a single line of code Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: logging: dictionary: fix build error with MWDT toolchain and minimal libc
7 participants