<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Marlin not Compiling for Sanguino(lolu)</title>
        <description> 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..</description>
        <link>https://reprap.org/forum/read.php?146,337963,337963#msg-337963</link>
        <lastBuildDate>Wed, 09 Sep 2026 03:02:26 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?146,337963,341464#msg-341464</guid>
            <title>Re: Marlin not Compiling for Sanguino(lolu)</title>
            <link>https://reprap.org/forum/read.php?146,337963,341464#msg-341464</link>
            <description><![CDATA[ Solved ..<br />
<br />
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... <br />
<br />
 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)<br />
<br />
<br />
Im not sure yet how to make this an easier task but both Midge and my sellf think it is needed]]></description>
            <dc:creator>BodgeIt</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 17 Apr 2014 19:59:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,337963,337963#msg-337963</guid>
            <title>Marlin not Compiling for Sanguino(lolu)</title>
            <link>https://reprap.org/forum/read.php?146,337963,337963#msg-337963</link>
            <description><![CDATA[ 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 .. <br />
<br />
For example we had to add these lines into Pins_Arduino.h<br />
<br />
//BM added as was missing for SPI<br />
static const uint8_t SS   = 10;<br />
static const uint8_t MOSI = 11;<br />
static const uint8_t MISO = 12;<br />
static const uint8_t SCK  = 13;<br />
// end old pins definitions<br />
<br />
<br />
And into Servo.ccp we added the if then statments to inclued Arduino.h, WProgram.h<br />
<br />
My version of code compare has startedted to warm up now.. from use.. <br />
<br />
We have tried the standard Marlin V1 and the Smartrap revision to no availl..]]></description>
            <dc:creator>BodgeIt</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 10 Apr 2014 12:53:53 -0400</pubDate>
        </item>
    </channel>
</rss>
