<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>marlin wont compile with sd card and ultipanel turned on</title>
        <description> hi

i have been trying to compile the latest version of marlin with sd card and ultipanel turned on for ramps... but it keeps giving a error ... Any idea what am i doing wrong... i have been using marlin since last 1 year but now i was trying to upgrade to the latest version to get the babystepping feature.. but it keeps giving a error on compile... with the ultipanel turned off it compiles fine...</description>
        <link>https://reprap.org/forum/read.php?146,285648,285648#msg-285648</link>
        <lastBuildDate>Tue, 17 Mar 2026 08:10:00 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?146,285648,518743#msg-518743</guid>
            <title>Re: marlin wont compile with sd card and ultipanel turned on</title>
            <link>https://reprap.org/forum/read.php?146,285648,518743#msg-518743</link>
            <description><![CDATA[ QUite the same issue here, but compiling seems to take for ever so no feedback yet]]></description>
            <dc:creator>ImShogun</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sun, 07 Jun 2015 18:37:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,285648,285989#msg-285989</guid>
            <title>Re: marlin wont compile with sd card and ultipanel turned on</title>
            <link>https://reprap.org/forum/read.php?146,285648,285989#msg-285989</link>
            <description><![CDATA[ i downloaded marlin from github using <b>download as zip</b> and then tried to compile it in arduino 0.0023......]]></description>
            <dc:creator>ekaggrat</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sun, 29 Dec 2013 03:22:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,285648,285969#msg-285969</guid>
            <title>Re: marlin wont compile with sd card and ultipanel turned on</title>
            <link>https://reprap.org/forum/read.php?146,285648,285969#msg-285969</link>
            <description><![CDATA[ Are you trying to compile this within the arduino IDE?  How did you create your directory structure?  Did you manually copy files around or try to merge the new marlin with the old?<br />
<br />
The compiler is complaining that it can't find variable declarations.  That usually happens when files end up in the wrong directories.]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sun, 29 Dec 2013 00:58:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,285648,285961#msg-285961</guid>
            <title>Re: marlin wont compile with sd card and ultipanel turned on</title>
            <link>https://reprap.org/forum/read.php?146,285648,285961#msg-285961</link>
            <description><![CDATA[ error dump :<br />
<br />
ultralcd.cpp: In function 'void lcd_init()':<br />
ultralcd.cpp:1008: error: 'SHIFT_CLK' was not declared in this scope<br />
ultralcd.cpp:1009: error: 'SHIFT_LD' was not declared in this scope<br />
ultralcd.cpp:1010: error: 'SHIFT_EN' was not declared in this scope<br />
ultralcd.cpp:1011: error: 'SHIFT_OUT' was not declared in this scope<br />
ultralcd.cpp:1012: error: 'DIOSHIFT_OUT_RPORT' was not declared in this scope<br />
ultralcd.cpp:1012: error: 'DIOSHIFT_OUT_WPORT' was not declared in this scope<br />
ultralcd.cpp:1012: error: 'DIOSHIFT_OUT_PIN' was not declared in this scope<br />
ultralcd.cpp:1012: error: 'DIOSHIFT_OUT_WPORT' was not declared in this scope<br />
ultralcd.cpp:1012: error: 'DIOSHIFT_OUT_PIN' was not declared in this scope<br />
ultralcd.cpp:1012: error: 'DIOSHIFT_OUT_WPORT' was not declared in this scope<br />
ultralcd.cpp:1012: error: 'DIOSHIFT_OUT_PIN' was not declared in this scope<br />
ultralcd.cpp:1012: error: 'DIOSHIFT_OUT_WPORT' was not declared in this scope<br />
ultralcd.cpp:1012: error: 'DIOSHIFT_OUT_PIN' was not declared in this scope<br />
ultralcd.cpp:1013: error: 'DIOSHIFT_LD_RPORT' was not declared in this scope<br />
ultralcd.cpp:1013: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1013: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1013: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1013: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1013: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1013: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1013: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1013: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1014: error: 'DIOSHIFT_EN_RPORT' was not declared in this scope<br />
ultralcd.cpp:1014: error: 'DIOSHIFT_EN_WPORT' was not declared in this scope<br />
ultralcd.cpp:1014: error: 'DIOSHIFT_EN_PIN' was not declared in this scope<br />
ultralcd.cpp:1014: error: 'DIOSHIFT_EN_WPORT' was not declared in this scope<br />
ultralcd.cpp:1014: error: 'DIOSHIFT_EN_PIN' was not declared in this scope<br />
ultralcd.cpp:1014: error: 'DIOSHIFT_EN_WPORT' was not declared in this scope<br />
ultralcd.cpp:1014: error: 'DIOSHIFT_EN_PIN' was not declared in this scope<br />
ultralcd.cpp:1014: error: 'DIOSHIFT_EN_WPORT' was not declared in this scope<br />
ultralcd.cpp:1014: error: 'DIOSHIFT_EN_PIN' was not declared in this scope<br />
ultralcd.cpp: In function 'void lcd_buttons_update()':<br />
ultralcd.cpp:1201: error: 'DIOSHIFT_LD_RPORT' was not declared in this scope<br />
ultralcd.cpp:1201: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1201: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1201: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1201: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1201: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1201: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1201: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1201: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1202: error: 'DIOSHIFT_LD_RPORT' was not declared in this scope<br />
ultralcd.cpp:1202: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1202: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1202: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1202: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1202: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1202: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1202: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope<br />
ultralcd.cpp:1202: error: 'DIOSHIFT_LD_PIN' was not declared in this scope<br />
ultralcd.cpp:1207: error: 'DIOSHIFT_OUT_RPORT' was not declared in this scope<br />
ultralcd.cpp:1207: error: 'DIOSHIFT_OUT_PIN' was not declared in this scope<br />
ultralcd.cpp:1209: error: 'DIOSHIFT_CLK_RPORT' was not declared in this scope<br />
ultralcd.cpp:1209: error: 'DIOSHIFT_CLK_WPORT' was not declared in this scope<br />
ultralcd.cpp:1209: error: 'DIOSHIFT_CLK_PIN' was not declared in this scope<br />
ultralcd.cpp:1209: error: 'DIOSHIFT_CLK_WPORT' was not declared in this scope<br />
ultralcd.cpp:1209: error: 'DIOSHIFT_CLK_PIN' was not declared in this scope<br />
ultralcd.cpp:1209: error: 'DIOSHIFT_CLK_WPORT' was not declared in this scope<br />
ultralcd.cpp:1209: error: 'DIOSHIFT_CLK_PIN' was not declared in this scope<br />
ultralcd.cpp:1209: error: 'DIOSHIFT_CLK_WPORT' was not declared in this scope<br />
ultralcd.cpp:1209: error: 'DIOSHIFT_CLK_PIN' was not declared in this scope<br />
ultralcd.cpp:1210: error: 'DIOSHIFT_CLK_RPORT' was not declared in this scope<br />
ultralcd.cpp:1210: error: 'DIOSHIFT_CLK_WPORT' was not declared in this scope<br />
ultralcd.cpp:1210: error: 'DIOSHIFT_CLK_PIN' was not declared in this scope<br />
ultralcd.cpp:1210: error: 'DIOSHIFT_CLK_WPORT' was not declared in this scope<br />
ultralcd.cpp:1210: error: 'DIOSHIFT_CLK_PIN' was not declared in this scope<br />
ultralcd.cpp:1210: error: 'DIOSHIFT_CLK_WPORT' was not declared in this scope<br />
ultralcd.cpp:1210: error: 'DIOSHIFT_CLK_PIN' was not declared in this scope<br />
ultralcd.cpp:1210: error: 'DIOSHIFT_CLK_WPORT' was not declared in this scope<br />
ultralcd.cpp:1210: error: 'DIOSHIFT_CLK_PIN' was not declared in this scope]]></description>
            <dc:creator>ekaggrat</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sun, 29 Dec 2013 00:07:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,285648,285665#msg-285665</guid>
            <title>Re: marlin wont compile with sd card and ultipanel turned on</title>
            <link>https://reprap.org/forum/read.php?146,285648,285665#msg-285665</link>
            <description><![CDATA[ We need information on the error.  What exactly is it saying?]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 28 Dec 2013 10:54:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,285648,285648#msg-285648</guid>
            <title>marlin wont compile with sd card and ultipanel turned on</title>
            <link>https://reprap.org/forum/read.php?146,285648,285648#msg-285648</link>
            <description><![CDATA[ hi<br />
<br />
i have been trying to compile the latest version of marlin with sd card and ultipanel turned on for ramps... but it keeps giving a error ... Any idea what am i doing wrong... i have been using marlin since last 1 year but now i was trying to upgrade to the latest version to get the babystepping feature.. but it keeps giving a error on compile... with the ultipanel turned off it compiles fine...]]></description>
            <dc:creator>ekaggrat</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 28 Dec 2013 10:03:29 -0500</pubDate>
        </item>
    </channel>
</rss>
