Skip to content

[BUG] MarlinConfigPre.h: No such file or directory #81

@ahakkoca07

Description

@ahakkoca07

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:

  1. Open Marlin.ino in Arduino IDE
  2. Click on "Verify/Compile"
  3. Wait about 60 minutes for it to compile
  4. See error

Expected behavior
Compilation without error

Screenshots
image

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.

  1. Clicked "Download ZIP" from the Github page.
  2. In Arduino IDE: "Sketch/Include Library/Add .ZIP Library..." and selected the downloaded zip file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions