-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
Arduino IDE 2.3.4
Operating System used.
Windows
How did you build your project?
Other (please specify in More Information)
If you are using Windows, please specify command line type.
None
What is the expected behavior?
I use SparkFun Thing Plus - ESP32-S3 board with next SW environment:
Arduino IDE: 2.3.4
Installed boards support:
Arduino ESP32 Boards v2.0.18 - arduino.5 by Arduino
esp32 v3.2.0-RC1 by Espressif
Board chousen in Arduino IDE "Tools": esp32 --> ESP32S3 Dev Module Octal (WROOM2)
If I choose PSRAM: QSPI PSRAM option according to Hookup guide.
I had tried to compile one of examples provided by Sparkfun RGB_LED.ino
Expected behaviour: Successful compilation
What is the actual behavior?
Actual behavior:
Next compilation error:
In file included from …/Arduino15/packages/esp32/tools/esp-x32/2411/xtensa-esp-elf/include/sys/reent.h:34,
from …\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.4-bcb3c32d-v1\esp32s3/include/newlib/platform_include/sys/reent.h:13,
from …/Arduino15/packages/esp32/tools/esp-x32/2411/xtensa-esp-elf/include/stdio.h:60,
from…\Arduino15\packages\esp32\hardware\esp32\3.2.0-RC1\cores\esp32/Arduino.h:27,
from …\AppData\Local\arduino\sketches\F2D0A6956F0C0D1ADC2714C276F620B6\sketch\RGB_LED.ino.cpp:1:
…\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.4-bcb3c32d-v1\esp32s3/include/newlib/platform_include/sys/lock.h:9:10: fatal error: sdkconfig.h: No such file or directory
9 | #include “sdkconfig.h”
| ^~~~~~~~~~~~~
compilation terminated
Steps to reproduce.
Install from scretche next environment:
- Arduino IDE: 2.3.4
- Installed boards support:
- Arduino ESP32 Boards v2.0.18 - arduino.5 by Arduino
- esp32 v3.2.0-RC1 by Espressif
- Choose next board via Arduino IDE tools: esp32 --> ESP32S3 Dev Module Octal (WROOM2)
- Import into Arduino IDE FastLED library
- Clone Spakrfun Thing Plus ESP32-S3 repository
- Open RGB_LED.ino file and try to compile it. You will get compilation error.
Update: The problem can be reproduced starting from version 3.1.0-RC1 of Espressif esp32 board support library for Arduino IDE.and onward. It does not occur in the previous version, 3.0.7.
Build or installation Logs.
In file included from …/Arduino15/packages/esp32/tools/esp-x32/2411/xtensa-esp-elf/include/sys/reent.h:34,
from …\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.4-bcb3c32d-v1\esp32s3/include/newlib/platform_include/sys/reent.h:13,
from …/Arduino15/packages/esp32/tools/esp-x32/2411/xtensa-esp-elf/include/stdio.h:60,
from…\Arduino15\packages\esp32\hardware\esp32\3.2.0-RC1\cores\esp32/Arduino.h:27,
from …\AppData\Local\arduino\sketches\F2D0A6956F0C0D1ADC2714C276F620B6\sketch\RGB_LED.ino.cpp:1:
…\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.4-bcb3c32d-v1\esp32s3/include/newlib/platform_include/sys/lock.h:9:10: fatal error: sdkconfig.h: No such file or directory
9 | #include “sdkconfig.h”
| ^~~~~~~~~~~~~
compilation terminated
More Information.
No response