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
Hi everyone, I'm using Platformio for programming and I don't understand how to debug this sketch in Arduino IDE. I tried importing the sketch into Platformio, but I'm having a lot of library errors. Could you please tell me how you're debugging this project, the default Arduino IDE or another version? And is it possible to import this project to Platformio?
Scanning dependencies...
Dependency Graph
|-- Wire @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- Ethernet @ 2.0.0
|-- HTTPClient @ 2.0.0
|-- LittleFS @ 2.0.0
|-- Preferences @ 2.0.0
|-- SD_MMC @ 2.0.0
|-- Update @ 2.0.0
|-- WiFi @ 2.0.0
Building in release mode
Compiling .pio\build\freenove_esp32_s3_wroom\src\ESP32-CAM_MJPEG2SD.ino.cpp.o
Compiling .pio\build\freenove_esp32_s3_wroom\src\appSpecific.cpp.o
Compiling .pio\build\freenove_esp32_s3_wroom\src\audio.cpp.o
Compiling .pio\build\freenove_esp32_s3_wroom\src\avi.cpp.o
xtensa-esp32s3-elf-g++: error: src/ESP32-CAM_MJPEG2SD.ino.cpp: No such file or directory
xtensa-esp32s3-elf-g++: fatal error: no input files
compilation terminated.
Compiling .pio\build\freenove_esp32_s3_wroom\src\certificates.cpp.o
*** [.pio\build\freenove_esp32_s3_wroom\src\ESP32-CAM_MJPEG2SD.ino.cpp.o] Error 1
In file included from src/appGlobals.h:6,
from src/appSpecific.cpp:11:
src/globals.h:8:2: error: #error Must be compiled with arduino-esp32 core v3.1.1 or higher
#error Must be compiled with arduino-esp32 core v3.1.1 or higher
^~~~~
In file included from src/appGlobals.h:6,
from src/audio.cpp:26:
src/globals.h:8:2: error: #error Must be compiled with arduino-esp32 core v3.1.1 or higher
#error Must be compiled with arduino-esp32 core v3.1.1 or higher
^~~~~
In file included from src/appGlobals.h:6,
from src/avi.cpp:36:
src/globals.h:8:2: error: #error Must be compiled with arduino-esp32 core v3.1.1 or higher
#error Must be compiled with arduino-esp32 core v3.1.1 or higher
^~~~~
In file included from src/appGlobals.h:6,
from src/certificates.cpp:45:
src/globals.h:8:2: error: #error Must be compiled with arduino-esp32 core v3.1.1 or higher
#error Must be compiled with arduino-esp32 core v3.1.1 or higher
^~~~~
In file included from src/appGlobals.h:6,
from src/certificates.cpp:45:
src/globals.h:49:10: fatal error: NetworkClient.h: No such file or directory
Looking for NetworkClient.h dependency? Check our library registry!
#include <NetworkClient.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
In file included from src/appGlobals.h:6,
from src/avi.cpp:36:
src/globals.h:49:10: fatal error: NetworkClient.h: No such file or directory
Looking for NetworkClient.h dependency? Check our library registry!
#include <NetworkClient.h>
^~~~~~~~~~~~~~~~~
In file included from src/appGlobals.h:6,
from src/appSpecific.cpp:11:
src/globals.h:49:10: fatal error: NetworkClient.h: No such file or directory
Looking for NetworkClient.h dependency? Check our library registry!
#include <NetworkClient.h>
^~~~~~~~~~~~~~~~~
In file included from src/appGlobals.h:6,
from src/audio.cpp:26:
src/globals.h:49:10: fatal error: NetworkClient.h: No such file or directory
Looking for NetworkClient.h dependency? Check our library registry!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm using Platformio for programming and I don't understand how to debug this sketch in Arduino IDE. I tried importing the sketch into Platformio, but I'm having a lot of library errors. Could you please tell me how you're debugging this project, the default Arduino IDE or another version? And is it possible to import this project to Platformio?
Scanning dependencies...
Dependency Graph
|-- Wire @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- Ethernet @ 2.0.0
|-- HTTPClient @ 2.0.0
|-- LittleFS @ 2.0.0
|-- Preferences @ 2.0.0
|-- SD_MMC @ 2.0.0
|-- Update @ 2.0.0
|-- WiFi @ 2.0.0
Building in release mode
Compiling .pio\build\freenove_esp32_s3_wroom\src\ESP32-CAM_MJPEG2SD.ino.cpp.o
Compiling .pio\build\freenove_esp32_s3_wroom\src\appSpecific.cpp.o
Compiling .pio\build\freenove_esp32_s3_wroom\src\audio.cpp.o
Compiling .pio\build\freenove_esp32_s3_wroom\src\avi.cpp.o
xtensa-esp32s3-elf-g++: error: src/ESP32-CAM_MJPEG2SD.ino.cpp: No such file or directory
xtensa-esp32s3-elf-g++: fatal error: no input files
compilation terminated.
Compiling .pio\build\freenove_esp32_s3_wroom\src\certificates.cpp.o
*** [.pio\build\freenove_esp32_s3_wroom\src\ESP32-CAM_MJPEG2SD.ino.cpp.o] Error 1
In file included from src/appGlobals.h:6,
from src/appSpecific.cpp:11:
src/globals.h:8:2: error: #error Must be compiled with arduino-esp32 core v3.1.1 or higher
#error Must be compiled with arduino-esp32 core v3.1.1 or higher
^~~~~
In file included from src/appGlobals.h:6,
from src/audio.cpp:26:
src/globals.h:8:2: error: #error Must be compiled with arduino-esp32 core v3.1.1 or higher
#error Must be compiled with arduino-esp32 core v3.1.1 or higher
^~~~~
In file included from src/appGlobals.h:6,
from src/avi.cpp:36:
src/globals.h:8:2: error: #error Must be compiled with arduino-esp32 core v3.1.1 or higher
#error Must be compiled with arduino-esp32 core v3.1.1 or higher
^~~~~
In file included from src/appGlobals.h:6,
from src/certificates.cpp:45:
src/globals.h:8:2: error: #error Must be compiled with arduino-esp32 core v3.1.1 or higher
#error Must be compiled with arduino-esp32 core v3.1.1 or higher
^~~~~
In file included from src/appGlobals.h:6,
from src/certificates.cpp:45:
src/globals.h:49:10: fatal error: NetworkClient.h: No such file or directory
#include <NetworkClient.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
In file included from src/appGlobals.h:6,
from src/avi.cpp:36:
src/globals.h:49:10: fatal error: NetworkClient.h: No such file or directory
#include <NetworkClient.h>
^~~~~~~~~~~~~~~~~
In file included from src/appGlobals.h:6,
from src/appSpecific.cpp:11:
src/globals.h:49:10: fatal error: NetworkClient.h: No such file or directory
#include <NetworkClient.h>
^~~~~~~~~~~~~~~~~
In file included from src/appGlobals.h:6,
from src/audio.cpp:26:
src/globals.h:49:10: fatal error: NetworkClient.h: No such file or directory
Beta Was this translation helpful? Give feedback.
All reactions