-
Notifications
You must be signed in to change notification settings - Fork 7.6k
gcc 8.2.0 with latest esp-idf makes arduino-esp32 with many errors #3239
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
Comments
The newest supported version of esp-idf is v3.2.3. This uses the older gcc toolchain. Once v4.0 gets to stable, the new toolchain will be supported. This is a downstream, community project. We do not support experimental builds. |
where to get toolchain for v3.2.3? espressif have link only for latest (that i have), and it makes many errors :( sorry, found on github. goin to make install script |
There already is a script: |
thanks now making script to automate full installation with esp-idf and adding lib TFT_eSPI (later will be edited copy) |
There's a script for that too 😄 |
im late (((((( but in my script you can choose version (tag-list) of idf before installing it %) |
Hardware:
Board: TTGO-T-Display (but not metter, becous it is not hardware specific)
Core Installation version: git clone https://github.com/espressif/arduino-esp32.git (21.september.2019)
IDE name: Eclipse/console make + esp-idf 3.0.2
Computer OS: Linux 4.9.0-9-rt-amd64 #1 SMP PREEMPT RT Debian 4.9.168-1+deb9u5 (2019-08-11) x86_64 GNU/Linux
Description:
when i 'make' i getting next error:
when i comments line "long random(long, long);" in arduino.h, i got another error:
editing BLEDevice.cpp
next same with _update_blacklist (below this function in same file). editing - same (add ", BLE_WL_ADDR_TYPE_PUBLIC")
next:
modifing BLEAdvertisedDevice.cpp:
adding
adding _nowarn to all snprintf
Next:
doing same as last? but getting next... (not helped)
and now i'm stuck
i know that downgrade of gcc and removing some flags will fix issue, but, realy, let prepare code to above vertions of compillers. how to fix last issue, who knows?
The text was updated successfully, but these errors were encountered: