You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow the instruction to install the libraries and esp32 arduino.
But when I try compile the hello World, I got this error
Arduino:` 1.8.8 (Windows 10), Board: "ODROID ESP32, QIO, 80MHz, Default, 921600, None"
WARNING: library ODROID-GO claims to run on (esp32) architecture(s) and may be incompatible with your current board which runs on (arduino-esp32) architecture(s).
WARNING: library SPI claims to run on (esp32) architecture(s) and may be incompatible with your current board which runs on (arduino-esp32) architecture(s).
WARNING: library FS claims to run on (esp32) architecture(s) and may be incompatible with your current board which runs on (arduino-esp32) architecture(s).
WARNING: library WiFiClientSecure claims to run on (esp32) architecture(s) and may be incompatible with your current board which runs on (arduino-esp32) architecture(s).
In file included from C:\Program Files (x86)\Arduino\libraries\SD\src/utility/Sd2Card.h:26:0,
from C:\Program Files (x86)\Arduino\libraries\SD\src/utility/SdFat.h:29,
from C:\Program Files (x86)\Arduino\libraries\SD\src/SD.h:20,
from C:\Users\chphu\OneDrive\Documents\Arduino\libraries\ODROID-GO\src/utility/Display.h:23,
from C:\Users\chphu\OneDrive\Documents\Arduino\libraries\ODROID-GO\src/odroid_go.h:10,
from D:\odroid\programing\HelloWorld\HelloWorld.ino:2:
C:\Program Files (x86)\Arduino\libraries\SD\src/utility/Sd2PinMap.h:524:2: error: #error Architecture or board not supported.
#error Architecture or board not supported.
^
Multiple libraries were found for "WiFiServer.h"
Used: C:\Program Files (x86)\Arduino\libraries\WiFi
Not used: C:\Program Files (x86)\Arduino\hardware\espressif\arduino-esp32\libraries\WiFi
Multiple libraries were found for "SD.h"
Used: C:\Program Files (x86)\Arduino\libraries\SD
Not used: C:\Program Files (x86)\Arduino\hardware\espressif\arduino-esp32\libraries\SD
exit status 1
Error compiling for board ODROID ESP32.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered:
I follow the instruction to install the libraries and esp32 arduino.
But when I try compile the hello World, I got this error
The text was updated successfully, but these errors were encountered: