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

fix build esp32 with gn #2391

Merged

Conversation

rwalker-apple
Copy link
Contributor

Problem

pigweed and esp-idf fight over python library versions

Summary of Changes

limit pigweed's involvement in the build to where it has to be in the environment for 'gn gen'

with these changes, this works:

$ cd ~/dev/chip/examples/wifi-echo/server/esp32 && IDF_PATH=~/dev/esp-idf ./idf.sh make V=1 CHIP_BUILD_WITH_GN=y defconfig all

@rwalker-apple
Copy link
Contributor Author

@bzbarsky-apple ?

@rwalker-apple rwalker-apple merged commit 6142838 into project-chip:master Sep 1, 2020
@rwalker-apple rwalker-apple deleted the fix-build-esp32-with-gn branch September 1, 2020 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants