Error when trrying to upload firmware

Hello everyone,

I have assembled my K8400, but when I try to upload the firmware to the machine I get this error

Marlin.pde:33:27: error: Configuration.h: No such file or directory
Marlin.pde:34:18: error: pins.h: No such file or directory

Anyone knows what it is and how to fix it?

Best regards

And I also get this

core.a(main.cpp.o): In function main': C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/main.cpp:34: undefined reference tosetup’
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/main.cpp:44: undefined reference to `loop’

Did you unpack the zip file in a new folder before trying to load it in Arduino?

For a first step check if these two files are in the MARLIN directory where the .INO file is. Maybe there was an error with extraction or copying, or at least an unwanted rename.

If this doesn’t help or is OK aks someone who is familiar with the ARDUINO IDE to check if all settings are right.

First of all - check the version on Arduino.
It must not be higher than 1.0.6…
(…which got confusing when present version was 1.6.0!) o_O

I solved it. Stupid mistake. I tried to open it from the zipped folder, not the unpacked one.
Too many windows open :slight_smile:

Easily done in Windows, the Explorer don’t show you if you’re in an opened zip, or just looking into it.