Skip to content

Commit

Permalink
[ESP32] Fix the installation guide around gdbgui for macOS (#26723)
Browse files Browse the repository at this point in the history
adding gdbgui to wordlist
  • Loading branch information
shubhamdp committed May 23, 2023
1 parent 1efbaf6 commit d1d37ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ FW
gbl
gcloud
GDB
gdbgui
gdbserver
GeneralCommissioning
GeneralDiagnostics
Expand Down
7 changes: 5 additions & 2 deletions docs/guides/esp32/setup_idf_chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ For MacOS, `gdbgui` python package will not be installed using `bootstrap.sh`
script as it is restricted only for x64 Linux platforms. It is restricted
because, building wheels for `gevent` (dependency of `gdbgui`) fails on MacOS.

Please run the below commands after every bootstrapping.
For ARM-based Mac, no further installation steps are necessary if Python3
version is greater than or equal to 3.11.

Workaround is to install `gdbgui` wheels as binary:
If Python3 version is less than 3.11 or you are using x86(Intel-based) Mac then
please run the below commands after every bootstrapping to install gdbgui wheels
as binary

```
python3 -m pip install -c scripts/setup/constraints.txt --no-cache --prefer-binary gdbgui==0.13.2.0
Expand Down

0 comments on commit d1d37ec

Please sign in to comment.