Replies: 1 comment
-
|
@bismark09 Did you manage to resolve this? I briefly tried a community edition for core 3.x.x but too many errors still to address so maybe will just have to settle on Arudino IDE and it's ineffiencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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