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

[K32W] -Wundef errors in /opt/sdk/core/drivers/pint/fsl_pint.h #29588

Open
bzbarsky-apple opened this issue Oct 5, 2023 · 0 comments
Open

[K32W] -Wundef errors in /opt/sdk/core/drivers/pint/fsl_pint.h #29588

bzbarsky-apple opened this issue Oct 5, 2023 · 0 comments

Comments

@bzbarsky-apple
Copy link
Contributor

Reproduction steps

See https://github.com/project-chip/connectedhomeip/actions/runs/6419947077/job/17430924975?pr=29582

INFO    In file included from /opt/sdk/core/drivers/pint/fsl_pint.c:9:
INFO    /opt/sdk/core/drivers/pint/fsl_pint.h:94:6: error: "FSL_FEATURE_SECPINT_NUMBER_OF_CONNECTED_OUTPUTS" is not defined, evaluates to 0 [-Werror=undef]
INFO       94 | #if (FSL_FEATURE_SECPINT_NUMBER_OF_CONNECTED_OUTPUTS > 0U)
INFO          |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Is this failing to include whatever header is meant to define FSL_FEATURE_SECPINT_NUMBER_OF_CONNECTED_OUTPUTS?

@doru91

Platform

k32w

Platform Version(s)

No response

Type

CI tested

(Optional) If manually tested please explain why this is only manually tested

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant