Page 1 of 1

Merlin Arduino compiler error

Posted: Fri Jan 30, 2015 1:06 am
by VDRPEP
Hi, get the firmware from you for my printer. Acral with Sanguinololu Rev 1.3a and 0,3 nozzle for 1,75mm.

If I upload the firmware to the controller, that I get this error message. Can You help me?
Unbenannt.PNG
Unbenannt.PNG (64.52 KiB) Viewed 15395 times

Re: Merlin Arduino compiler error

Posted: Sat Jan 31, 2015 11:44 am
by kris.mao
Dear friend,

If there is an error: Arduino.h:No such file or directory. That is because Arduino IDE lacks indispensable file:Arduino.h
(Location of Arduino.h: Hardware / sanguino / cores/ arduino / arduino.h).
1. Please re-download "Sanguino" file, and make sure it has been put into the "Hardware" folder under installation directory of Arduino IDE.
(You can download relative files at: http://www.geeetech.com/wiki/index.php/Sanguinololu)
2. Please make sure there is a file named "areduino.h" at :Hardware / sanguino / cores/ arduino

Best regards!

Re: Merlin Arduino compiler error

Posted: Sun Feb 01, 2015 1:33 am
by VDRPEP
Where I can download the right arduino.h?

Re: Merlin Arduino compiler error

Posted: Sun Feb 01, 2015 1:41 am
by VDRPEP
I get another error.
Unbenannt.PNG
Unbenannt.PNG (58.71 KiB) Viewed 15344 times

Re: Merlin Arduino compiler error

Posted: Tue Feb 03, 2015 9:33 am
by john
Hi
Have changed the settings in configuration.h or boards.h?
I don't know what your Marlin version is, so I can't point out an accuracte line in Marlin. Please search MOTHERBOARD and #define it to 62
Here is the description for the BOARD in boards.h(boards.h was just contained in newer Marlin V1.0) or configuration.h.
I'm sure that a wrong configuration case your problem.

Re: Merlin Arduino compiler error

Posted: Sat Feb 07, 2015 9:05 pm
by VDRPEP
Thank YOu for your help. I have test it with many versions ..... but it don't works. I get different error mesages. :( :(

I have another idee. :P

can you place under documents on the web-side from this printer a zip-file with all files?

I mean the right arduino version with all necassary files. With all right config files for my machine.

It would be the most easy solution for my problem. :lol: :P :D


Please.

Re: Merlin Arduino compiler error

Posted: Mon Feb 09, 2015 4:27 pm
by john
I think it is a little hard for me, I don't know the detail about your machine. It's my pleasure to help you, but I don't want to deprive the fun of building your own firmware from you.
Keep in touch if you can't fix your problem after your trying.

Re: Merlin Arduino compiler error

Posted: Mon Feb 09, 2015 5:57 pm
by VDRPEP
I want this file from Geeetech. Geeetech must have this.

Re: Merlin Arduino compiler error

Posted: Mon Feb 09, 2015 6:48 pm
by john
Please leave your Email and tell me what machine do you have?

Re: Merlin Arduino compiler error

Posted: Fri Mar 13, 2015 5:46 pm
by zhangxueyou
Have you fixed your problem?