Page 1 of 1

Prusa I3 Pro B firmware

Posted: Sat Mar 04, 2017 11:58 am
by errorbyproxy
After several trips to the hardware store for missing parts I finally got my and my uncles printers together. that's right 2 kits both missing hardware and they were both different parts. now on to the firmware. the controller had motors running backwords so not to put new firmware on it. can someone help with these errors please appearently the firmware is as defective as the kits are for hardware.


Arduino: 1.6.8 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch\SdFile.h:27:0,

from sketch\cardreader.h:8,

from sketch\Marlin_main.cpp:44:

SdBaseFile.h:483: error: #endif without #if

#endif

^

SdBaseFile.h:38: error: using typedef-name 'fpos_t' after 'struct'

struct fpos_t {

^

In file included from sketch\Marlin.h:10:0,

from sketch\Marlin_main.cpp:30:

c:\users\error\appdata\local\arduino15\packages\arduino\tools\avr-gcc\4.9.2-atmel3.5.3-arduino2\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here

__extension__ typedef long long fpos_t;

^

exit status 1
#endif without #if

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Re: Prusa I3 Pro B firmware

Posted: Thu Mar 16, 2017 2:14 pm
by bang
Did you try Arduino 1.0.1?I guess it will fix it:
http://www.geeetech.com/wiki/images/a/a ... indows.zip

Re: Prusa I3 Pro B firmware

Posted: Thu Mar 16, 2017 10:22 pm
by siam
mmmhh on my pc is Arduino 1.6.7 and all works fine!

I think there is an if statement missing or the endif statemend is too mutch


regards

Andy