-
Notifications
You must be signed in to change notification settings - Fork 132
4.4.3 compile error: get a file_opts error (No such file or directory) #1637
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
see #1582 |
Hi, 17:21:39 **** Incremental Build of configuration Release for project Test_Sloeber_Blink2 **** Building file: C:\Sloeber\arduinoPlugin\packages\arduino\hardware\avr\1.8.6\cores\arduino\CDC.cpp 17:21:44 Build Failed. 1 errors, 4 warnings. (took 4s.337ms) CMD Prompt: 14.03.2024 17:32 .14.03.2024 17:21 .. 14.03.2024 17:32 343.200 arduino.ar ... |
Strange; very strange. |
I do have windows security running. No actions recorded. |
I also get the same error with the 4.4.3 version. I have not found a way around the error and have tested with several different versions of the ESP32 board package. No problems with RP2040 or STM boards that I have tried. Is there a prior version that works with the ESP32? 08:19:26 **** Build of configuration Release for project TestEsp32_again **** |
for file_opts: No such file or directory see #1582 |
Thanks for the quick response!!! Thanks again ! |
Hi, CMD Prompt: Best, Olaf |
Good to hear it works for you. |
Hi,
I used Sloeber IDE 4.4.3 and added a sketch with empty setup and loop funktion and get a file_opts error (No such file or directory) as well.
My device is ESP32 WROOM and I used ESP32 DEV Module as board in Sloeber IDE.
If I compile I get following error:
... IC:\Sloeber441\arduinoPlugin\packages\esp32\hardware\esp32\2.0.14/tools/sdk/esp32s3/qio_qspi/include" -mlongcalls -ffunction-sections -fdata-sections -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -ggdb -freorder-blocks -Wwrite-strings -fstack-protector -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -std=gnu++11 -fexceptions -fno-rtti -MMD -c -w -Os -DF_CPU=240000000L -DARDUINO=10812 -DARDUINO_ESP32S3_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD="ESP32S3_DEV"" -DARDUINO_VARIANT="esp32s3" -DARDUINO_PARTITION_default -DESP32 -DCORE_DEBUG_LEVEL=0 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=0 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=0 "@C:\Users\Thomas\Documents\sloeber441workspace\Test\Release/file_opts" -I"C:\Sloeber441\arduinoPlugin\packages\esp32\hardware\esp32\2.0.14\variants\esp32s3" -I"C:\Sloeber441\arduinoPlugin\packages\esp32\hardware\esp32\2.0.14\cores\esp32" -I"C:\Sloeber441\arduinoPlugin\packages\esp32\hardware\esp32\2.0.14\libraries\ESP32\src" -MMD -MP -MF"sloeber.ino.cpp.d" -MT"sloeber.ino.cpp.o" -D__IN_ECLIPSE__=1 -x c++ "..\sloeber.ino.cpp" -o "sloeber.ino.cpp.o" xtensa-esp32s3-elf-g++: error: C:\Users\Thomas\Documents\sloeber441workspace\Test\Release/file_opts: No such file or directory make[1]: *** [subdir.mk:20: sloeber.ino.cpp.o] Error 1 make: *** [makefile:97: all] Error 2 "C:/Sloeber441/arduinoPlugin/tools/make/make all" terminated with exit code 2. Build might be incomplete.
What I am missing please?
The text was updated successfully, but these errors were encountered: