-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Error compiling for board Adafruit ESP32 Feather. #2352
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
So after 5 minutes scrolling down, I still didn't see the failing sketch. You could also just paste in the error message itself: the linker doesn't find the void setup() and void loop() functions. |
thank you I will try that next time, I didn't want to leave anything out. Unable to cache built core, please tell esp32 maintainers to follow http://goo.gl/QdCUjo Using library Adafruit_GFX_Library at version 1.3.6 in folder: C:\Users\M1\Documents\Arduino\libraries\Adafruit_GFX_Library A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header |
There are plenty of issues with failed connections. Install the latest driver for the USB chip of your board. What could help: attach the board before starting Windows. |
i am trying to build an IR camera and was using adafrut parts, but i got a TJC3224T024_001 and that is not the wright part. So I need help finding the librarys |
thank you |
@hackerspace09 http://www.meeedstudio.com/article-66.html This should work with all 3 revisions of the board. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This stale issue has been automatically closed. Thank you for your contributions. |
Uh oh!
There was an error while loading. Please reload this page.
I am trying to build an IR camera and am having trouble compiling for board Adafruit ESP32 Feather.
Arduino: 1.8.8 (Windows 7), Board: "Adafruit ESP32 Feather, 80MHz, 921600, Debug", esp32 1.0.0
Error compiling for board Adafruit ESP32 Feather.
Hello, I'm completely new to this but trying to make progress. I installed SiLabs CP2104 Driver. Then loaded ESP32 1.0.1 in board manager. I was unable to find Adafruit ESP32 Feather. I found post "Compile error on latest commit #866" with the same problem. I uninstalled ESP32 1.0.1 then loaded ESP32 1.0.0 in board manager. I restarted IDE and I was able to find Adafruit ESP32 Feather. :) However, I'm still having trouble compiling for board Adafruit ESP32 Feather. Any help is greatly appreciated.
Arduino: 1.8.8 (Windows 7), Board: "Adafruit ESP32 Feather, 80MHz, 921600, Debug"
C:\Users\M1\AppData\Local\Temp\arduino_build_21702/arduino.ar(main.cpp.o): In function `loopTask(void*)':
C:\Users\M1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.0\cores\esp32/main.cpp:15: undefined reference to `setup()'
C:\Users\M1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.0\cores\esp32/main.cpp:17: undefined reference to `loop()'
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Adafruit ESP32 Feather.
void setup() {
}
void loop() {
}
How do I access the debug serial output?
The text was updated successfully, but these errors were encountered: