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

Arduino Matter examples do fail to compile #76

Open
Jason2866 opened this issue Dec 17, 2024 · 2 comments
Open

Arduino Matter examples do fail to compile #76

Jason2866 opened this issue Dec 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working workaround workaround to solve issue

Comments

@Jason2866
Copy link

Jason2866 commented Dec 17, 2024

Thx @sivar2311 for the info

@Jason2866 Jason2866 self-assigned this Dec 17, 2024
@Jason2866 Jason2866 added the bug Something isn't working label Dec 17, 2024
@Jason2866
Copy link
Author

Jason2866 commented Dec 17, 2024

Reason found. A build flag is missing. As workaround add the missing build flag for code which uses Matter -DCHIP_HAVE_CONFIG_H

example:

[env:esp32dev]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10/platform-espressif32.zip 
board = esp32dev
framework = arduino
board_build.partitions = huge_app.csv
build_flags = -DCHIP_HAVE_CONFIG_H

@Jason2866 Jason2866 added the workaround workaround to solve issue label Dec 17, 2024
@Jason2866
Copy link
Author

Jason2866 commented Dec 17, 2024

The missing flag will be added with next release in Arduino code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working workaround workaround to solve issue
Projects
None yet
Development

No branches or pull requests

1 participant