Firmware compiling problems in the IDE
Firmware compiling problems in the IDE
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
Hi,buddyaphocks 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?
Did you open the wrong file?I had a try and it worked having all settings.Open this file:
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Firmware compiling problems in the IDE
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.
- Attachments
-
- IDE 3.png (27 KiB) Viewed 14681 times
-
- IDE 2.png (31.27 KiB) Viewed 14681 times
-
- IDE screenshot.png (27.65 KiB) Viewed 14681 times
Re: Firmware compiling problems in the IDE
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
Hi,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.
You said you can't open it in 1.6.9,but what is this?I don't understand...
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Firmware compiling problems in the IDE
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
The lasted version allways has such troubles, that's why we recommend you to use v1.01.
Re: Firmware compiling problems in the IDE
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
Then you can try version posterior to 1.6.0 but not the newest version.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!
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!