Welcome! Log In Create A New Profile

Advanced

Marlin not Compiling for Sanguino(lolu)

Posted by BodgeIt 
Marlin not Compiling for Sanguino(lolu)
April 10, 2014 12:53PM
So far the problems seem to be with some confusion over the header files Arduino.h, WProgram.h, Pins when compiling with the Z servo option set Both Midge and myself have been looking at these problems for a while now.. If anyone has managed to build the the Z servo option on a Sanguino(lolu) please could you point me to the git hub revision you used.. and possibly the enviroment required/used to build ..

For example we had to add these lines into Pins_Arduino.h

//BM added as was missing for SPI
static const uint8_t SS = 10;
static const uint8_t MOSI = 11;
static const uint8_t MISO = 12;
static const uint8_t SCK = 13;
// end old pins definitions


And into Servo.ccp we added the if then statments to inclued Arduino.h, WProgram.h

My version of code compare has startedted to warm up now.. from use..

We have tried the standard Marlin V1 and the Smartrap revision to no availl..


Bodge It [reprap.org]
=======================================

BIQ Sanguinololu SD LCD board BIQ Stepcon BIQ Opto Endstop
BIQ Heater Block PCB BIQ Extruder Peek clamp replacement BIQ Huxley Seedling
BIQ Sanguinololu mounting BIQ standalone Sanguinololu or Ramps mounting Print It Stick It Cut it


My rep strap: [repstrapbertha.blogspot.com]

Buy the bits from B&Q pipestrap [diyrepstrap.blogspot.com]
How to Build a Darwin without any Rep Rap Parts [repstrapdarwin.blogspot.com]
Web Site [www.takeaway3dtech.com]
Re: Marlin not Compiling for Sanguino(lolu)
April 17, 2014 07:59PM
Solved ..

Each time I decide to update to the latest version it takes a considerable time to get the compile enviroment correct even when you follow all of the instructions and notes supplied with the release...

After 5 years I think it is about time that there was a simple method to create a fully funtioning build of any version of the firmware... (i am assuming that it is not just the Marlin build that has this problem from past experience with the other firmware releases)


Im not sure yet how to make this an easier task but both Midge and my sellf think it is needed


Bodge It [reprap.org]
=======================================

BIQ Sanguinololu SD LCD board BIQ Stepcon BIQ Opto Endstop
BIQ Heater Block PCB BIQ Extruder Peek clamp replacement BIQ Huxley Seedling
BIQ Sanguinololu mounting BIQ standalone Sanguinololu or Ramps mounting Print It Stick It Cut it


My rep strap: [repstrapbertha.blogspot.com]

Buy the bits from B&Q pipestrap [diyrepstrap.blogspot.com]
How to Build a Darwin without any Rep Rap Parts [repstrapdarwin.blogspot.com]
Web Site [www.takeaway3dtech.com]
Sorry, only registered users may post in this forum.

Click here to login