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

[build] fix intermittent compile error when making matter lib #33

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

step0035
Copy link
Collaborator

@step0035 step0035 commented Jan 4, 2023

  • compile error is due to multiple files in matter sdk having the same name IP.cpp
  • during compilation, all the .ii intermediate files will be put into build/chip, causing the two files to replace each other
  • we don't need to save the .ii files when building libCHIP
  • remove --save-temps flag to prevent saving .ii files

@AdamZhang0124 AdamZhang0124 merged commit 0895759 into main Jan 4, 2023
@step0035 step0035 deleted the fix_copmile branch January 4, 2023 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants