Skip to content
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

Error compile hello world #10

Open
hoangphuc05 opened this issue Feb 27, 2019 · 1 comment
Open

Error compile hello world #10

hoangphuc05 opened this issue Feb 27, 2019 · 1 comment

Comments

@hoangphuc05
Copy link

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.
@hoangphuc05
Copy link
Author

The libraries that I clone from github is reported as incompatible in my Arduino IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant