-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP32 Arduino Make error in IDF make project (IDF version 4.3) #5562
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
This does not really show an error. Which chip are you building for? |
thank you for the answer. ../components/arduino/cores/esp32/firmware_msc_fat.c:32:5: error: statement with no effect [-Werror=unused-value] I use ESP32-WROOM-32E |
I have applied idf.py build many times and this is the final error that shows any time: |
|
Hardware:
Board: ESP32-WROOM-32E
Core Installation version: Latest
IDE name: Arduino IDE
Flash Frequency: 40Mhz
Upload Speed: 115200
Computer OS: Windows 10
Description:
I startet the simple ("hello_world") project for Arduino to use in ESP-IDF as link:
https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html#esp32-arduino-lib-builder
I did as:
mkdir components
cd components
git clone https://github.com/espressif/arduino-esp32.git arduino
cd arduino
git submodule update --init --recursive
cd ../..
idf.py menuconfig
On Autostart Arduino setup and loop on boot.
idf.py build
but I got the error as here:
The text was updated successfully, but these errors were encountered: