There is no scrolling up.
I don't know what the grey line is supposed to mean, but there is nothing above the text given. Like I said, I have not found more information yet...
First step would be to clean the cache (after closing the IDE). If you don't know where it is, enable verbose output during compilation under file /preferences.
In that lengthy output you will find references to a temp directory (e.g. ....../temp/..../sketches/someHash); you can delete every directory under sketches.
There is also, if not mistaken, ....../temp/..../cores/.... You can also delete all subdirectories in there.
Sorry for being vague, I do not have IDE 2.x at this moment.
PS Under Linux/Mac it will probably be somewhere in /tmp
welcome to the arduio-forum.
Please follow this tutorial to adjust the Arduino-IDE to print all details of the compiling process into the compiler-log
and then post the entire compiler-log as a code-section
Thanks and Sorry for not dopng that from the start. Here is the detailed compiler-log
FQBN: esp32:esp32:esp32_family
Using board 'esp32_family' from platform in folder: C:\Users\James\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3
Using core 'arduino' from platform in folder: C:\Users\James\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3
cmd /c if exist "C:\\Users\\James\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024623-3544-mkv8e2.jok7\\Blink\\partitions.csv" COPY /y "C:\\Users\\James\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024623-3544-mkv8e2.jok7\\Blink\\partitions.csv" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino\\sketches\\270DD4F42E5B55298BAA509902A01DA1\\partitions.csv"
cmd /c if not exist "C:\\Users\\James\\AppData\\Local\\Temp\\arduino\\sketches\\270DD4F42E5B55298BAA509902A01DA1\\partitions.csv" if exist "\\partitions.csv" COPY "\\partitions.csv" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino\\sketches\\270DD4F42E5B55298BAA509902A01DA1\\partitions.csv"
cmd /c if not exist "C:\\Users\\James\\AppData\\Local\\Temp\\arduino\\sketches\\270DD4F42E5B55298BAA509902A01DA1\\partitions.csv" COPY "C:\\Users\\James\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.0.3\\tools\\partitions\\{build.partitions}.csv" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino\\sketches\\270DD4F42E5B55298BAA509902A01DA1\\partitions.csv"
Das System kann die angegebene Datei nicht finden.
exit status 1
Compilation error: exit status 1
I am now on my search for a solution about this "partitions.csv"
(Gotta Check google and the other forum posts first)
Seems like the Arduino IDE automatically changed the board to "esp32 family device" at some point, after i plugged it into the usb Port (weird that the un-/plugging before that did not change this).
Changing it to "Arduino Nano ESP32" is the simple solution.
Hi,banone.
I have the same question like you,and I am using ESP32S3.
The question maybe because"Select Board" you select error.
you can try to select the correct board.
I replace the "ESP32 Famliy Device" with "XIAO_ESP32S3",and it was not error.
You can have a try.