ESP3D V3 for ESP8266 error on building #854
Replies: 3 comments 12 replies
-
what is your configurtion.h? looks there is none |
Beta Was this translation helpful? Give feedback.
-
I am not sure what you mean by core 3.0.2, but I tried to build for ESP8266 on the ubuntu box: ESP3D-3.0-alpha2: Failure ESP3D-3.0.0-alpha3: Failure ESP3D-3.0-master: Failure I think there is something wrong in this section of esp3d_config.h (don't mind the larger font): if __has_include ("../../configuration.h")#include "../../configuration.h" if __has_include ("../esp3dlib_config.h")#include "../esp3dlib_config.h" If this part is deleted except #include "../../configuration.h", compilation proceeds though it hits some other seemingly unrelated error: |
Beta Was this translation helpful? Give feedback.
-
Tested on Windows 10 with Arduino IDE 2.0.3. Same problem. |
Beta Was this translation helpful? Give feedback.
-
Hi,
As it's the 1st time I build ESP3D V3 for ESP8266 (I have built V3 for ESP32 and V2.1 for ESP8266 successfully), I am not sure again if I am missing something in the build process. I get the following output/error:
In file included from sketch/src/core/benchmark.cpp:21:0: sketch/src/core/../include/esp3d_config.h:36:2: error: #error "No configuration file found" #error "No configuration file found" ^ In file included from sketch/src/core/../include/esp3d_config.h:42:0, from sketch/src/core/benchmark.cpp:21: sketch/src/core/../include/../include/sanity_esp3d.h:34:2: error: #error Choose Preferences or EEPROM for settings #error Choose Preferences or EEPROM for settings ^ sketch/src/core/../include/../include/sanity_esp3d.h:55:2: error: #error ESP_SERIAL_OUTPUT must be defined #error ESP_SERIAL_OUTPUT must be defined ^ sketch/src/core/../include/../include/sanity_esp3d.h:64:2: error: #error Serial 2 is not available in ESP8266 #error Serial 2 is not available in ESP8266 ^ exit status 1 Error compiling for board Generic ESP8266 Module.
Bug or PEBCAK?
Beta Was this translation helpful? Give feedback.
All reactions