-
Notifications
You must be signed in to change notification settings - Fork 7.6k
v2.0.4 - Compilation Error #6958
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
Also, same sketch, under Windows this time gives this compilation error:
|
@SuGlider This seems to be isolated to ESP32-S3 (possibly with PSRAM). I'm running into the same error when compiling Adafruit WipperSnapper firmware for the Feather ESP32-S3. It is able to compile with QT Py S3, no PSRAM (https://github.com/brentru/Adafruit_Wippersnapper_Arduino/runs/7255321796?check_suite_focus=true#step:8:47)
I do not have issues with the ESP32, ESP32-S2 boards in the same build matrix. |
Can confirm that compilation for UM Feather S2 with same sketch is just fine. |
Ok. I'll check it. |
Issue confirmed.
It doesn't fail for the |
Many thanks for your attention on this one. |
Hi, I also got this issue. it was compiled successfully on 2.0.3 with PlatformIO. I notice that if i trying to update https://github.com/platformio/platform-espressif32/blob/d92c4783ed0ea4a26f3406fc74461e937187b01f/boards/esp32s3box.json#L5 Hope this can help with the other variants. |
The naming changed from v2.0.3 to v2.0.4 from |
Thank you very much for the clarification. |
I've just been looking at this again. My code compiles when the target is an "Adafruit Feather ESP32-S3 No PSRAM" but fails whem the target is an "Adafruit ESP32-S3 Feather 2MB PSRAM". |
tinys3: |
@JaredReabow @Idirianuk - Have you tried to apply #6962 to fix the issues you are seeing? |
c:/users/hneary/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/gcc8_4_0-esp-2021r2-patch3/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld.exe: libraries\BluetoothSerial\BluetoothSerial.cpp.o:(.literal._ZL8_stop_btv+0x18): undefined reference to |
@JaredReabow - ESP32-S3 can't run BluetoothSerial... It has no BT Classic Stack. I think you are trying to compile
|
Ah ok, I was using the s3 examples.
…On Sun, 17 Jul 2022, 23:45 Rodrigo Garcia, ***@***.***> wrote:
@JaredReabow <https://github.com/JaredReabow> - ESP32-S3 can't run
BluetoothSerial... It has no BT Classic Stack.
BluetoothSerial only works with ESP32 chip.
Therefore it seems unrelated to the issue we are talking here.
—
Reply to this email directly, view it on GitHub
<#6958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA65LAWAUW2MM2SVCU5UOXLVUSEJXANCNFSM53BNZRXQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Have the same error / problem with a ESP32-S2-Dev Kit please reopen this issues In file included from C:\Users\hans-\AppData\Local\Temp\arduino\sketches\E38D284D0023E7F8F305381CC93A1144\sketch\BlinkRGB.ino.cpp:1: exit status 1 Compilation error: exit status 1 |
@hansju-11 Please do not use a old solved issue. Your problem is different. |
Board
UM Feather S3
Device Description
BME280 Module
Hardware Configuration
N/A. Compilation error
Version
2.04
IDE Name
Arduino IDE and Arduino via vs.code
Operating System
Linux (Mint 20.03)
Flash frequency
N/A
PSRAM enabled
yes
Upload speed
N/A
Description
Cannot compile sketch under 2.04 which is fine under 2.03.
Expected behavior is for the code to compile under 2.04 in the same way it does under 2.03.
In file included from /home/john/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/gcc8_4_0-esp-2021r2-patch3/xtensa-esp32s3-elf/sys-include/sys/reent.h:503, from /home/john/.arduino15/packages/esp32/hardware/esp32/2.0.4/tools/sdk/esp32s3/include/newlib/platform_include/sys/reent.h:17, from /home/john/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/gcc8_4_0-esp-2021r2-patch3/xtensa-esp32s3-elf/sys-include/stdio.h:60, from /home/john/.arduino15/packages/esp32/hardware/esp32/2.0.4/cores/esp32/Arduino.h:27, from /home/john/Arduino/libraries/Adafruit_IO_Arduino/src/AdafruitIO_Dashboard.h:19, from /home/john/Arduino/libraries/Adafruit_IO_Arduino/src/AdafruitIO.h:19, from /home/john/code/ard_OutdoorMonitor/ard_OutdoorMonitor.ino:1: /home/john/.arduino15/packages/esp32/hardware/esp32/2.0.4/tools/sdk/esp32s3/include/newlib/platform_include/assert.h:20:10: fatal error: sdkconfig.h: No such file or directory #include <sdkconfig.h> ^~~~~~~~~~~~~ compilation terminated. exit status 1 Error compiling for board UM FeatherS3.
Sketch
Debug Message
Other Steps to Reproduce
It compiles under 2.03.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: