-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Arduino IDE Compilation error: exit status 1
In file included from c:\Users\User\Documents\GitHub\libraries\ESP3DLib\src\command.cpp:21:
c:\Users\User\Documents\GitHub\libraries\ESP3DLib\src\esp3dlibconfig.h:45:43: fatal error: ../../../../../Marlin/src/inc/MarlinConfigPre.h: No such file or directory
45 | #include MARLIN_PATH(inc/MarlinConfigPre.h)
| ^
compilation terminated.
exit status 1
Compilation error: exit status 1
To Reproduce
Steps to reproduce the behavior:
- Open Marlin.ino in Arduino IDE
- Click on "Verify/Compile"
- Wait about 60 minutes for it to compile
- See error
Expected behavior
Compilation without error
Marlin Firmware:
- Marlin Branch/Version:[2.1.2.4]
- Any change done in Marlin code/configuration: Added new board.
ESP3DLib :
- ESP3DLib Branch/Version:[master/4fbed7f]
- Web UI Version:[e.g 2.1b14]
- Wifi mode:[e.g. STA]
- Any change done in ESP3DLib code/configuration: No.
Board used (please complete the following information):
- BOARD: [Lolin S2 Mini]
- Flash size: [4M]
- partitions: [default]
Additional context
Add any other context about the problem here.
Marlin.ino location: ../Documents/Marlin/Marlin-2.1.2.4/Marlin/Marlin.ino
ESP3DLib location: ../Documents/GitHub/libraries/ESP3DLib
I installed ESP3DLib like this, but i don't know if it's relevant.
- Clicked "Download ZIP" from the Github page.
- In Arduino IDE: "Sketch/Include Library/Add .ZIP Library..." and selected the downloaded zip file.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working