Page 1 of 1
Firmware compiling problems in the IDE
Posted: Thu Jul 07, 2016 2:41 am
by aphocks
Hello all, I bought a Prusa i3 pro B I believe and I've been having nothing but trouble. The latest problem is that the Firmware for my printer has an error compiling in the IDE and it also only has one tab at the top labeled Marlin, non of the others like "conditional.h" or "MarlinSerial.cpp". What is going on?
Re: Firmware compiling problems in the IDE
Posted: Thu Jul 07, 2016 4:08 pm
by William
aphocks wrote:Hello all, I bought a Prusa i3 pro B I believe and I've been having nothing but trouble. The latest problem is that the Firmware for my printer has an error compiling in the IDE and it also only has one tab at the top labeled Marlin, non of the others like "conditional.h" or "MarlinSerial.cpp". What is going on?
Hi,buddy
Did you open the wrong file?I had a try and it worked having all settings.Open this file:
- 1.png (181.09 KiB) Viewed 13898 times
Re: Firmware compiling problems in the IDE
Posted: Thu Jul 07, 2016 11:18 pm
by aphocks
thanks for the quick reply! but yes when i open that file only the "Marlin" tab is seen on top of the IDE instead of all of these tabs. And when i try to compile it it tells me this
Code: Select all
C:\Users\afox\AppData\Local\Temp\Temp1_Marlin-PI3_Pro_B (5).zip\Marlin-PI3_Pro_B\Marlin\Marlin.ino:33:27: fatal error: Configuration.h: No such file or directory
#include "Configuration.h"
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
Re: Firmware compiling problems in the IDE
Posted: Fri Jul 08, 2016 1:02 am
by aphocks
Hey I got all of the tabs to load by opening the file in Arduino 1.0.1 (I was using 1.6.9 the newest version) but now it's telling me this:
Code: Select all
In file included from /Configuration_adv.h:689,
from /Configuration.h:1129,
from /Marlin.h:44,
from blinkm.cpp:28:
/SanityCheck.h:38:4: error: #error Versions of Arduino IDE prior to 1.6.0 are no longer supported, please update your toolkit.
Re: Firmware compiling problems in the IDE
Posted: Fri Jul 08, 2016 11:17 am
by William
aphocks wrote:Hey I got all of the tabs to load by opening the file in Arduino 1.0.1 (I was using 1.6.9 the newest version) but now it's telling me this:
Code: Select all
In file included from /Configuration_adv.h:689,
from /Configuration.h:1129,
from /Marlin.h:44,
from blinkm.cpp:28:
/SanityCheck.h:38:4: error: #error Versions of Arduino IDE prior to 1.6.0 are no longer supported, please update your toolkit.
Hi,
You said you can't open it in 1.6.9,but what is this?I don't understand...
- 1.png (40.31 KiB) Viewed 14676 times
Re: Firmware compiling problems in the IDE
Posted: Fri Jul 08, 2016 11:42 pm
by aphocks
The 1.6.9 was another firmware for a different model printer which doesn't work on mine. when I open the correct firmware which only opens in version 1.0.1 it tells me that the older version is no longer supported by arduino and it won't compile.
Re: Firmware compiling problems in the IDE
Posted: Sat Jul 09, 2016 9:53 am
by Toy
The lasted version allways has such troubles, that's why we recommend you to use v1.01.
Re: Firmware compiling problems in the IDE
Posted: Tue Jul 12, 2016 2:53 am
by aphocks
I tried it on the older (1.0.1) version and it just says they don't support any version past 1.6.0 and it can'y compile!
Re: Firmware compiling problems in the IDE
Posted: Tue Jul 12, 2016 9:30 am
by William
aphocks wrote:I tried it on the older (1.0.1) version and it just says they don't support any version past 1.6.0 and it can'y compile!
Then you can try version posterior to 1.6.0 but not the newest version.