<div dir="ltr"><div class="gmail_extra">Calling the compiler directly works on most any project/program. I am not sure how to build Lazarus (with my preferred packages) using lazbuild or fpc. The "make useride" command fails exactly like I described in my original post. As a side note, I am able to have GPU memory set to 128MB or more and have "make all" succeed if I have no window manage running and instead ssh into the pi and execute the "make all" command from a remote tty session. Again this is because running without a window manager frees up enough memory for "make all" to succeed.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Here is what my Pi looks like with a ssh session and 64MB reserved for the GPU. Note the free memory is 854MB:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra"><font face="monospace, monospace">pi@retropie:~ $ free -m</font></div><div class="gmail_extra"><font face="monospace, monospace">             total       used       free     shared    buffers     cached</font></div><div class="gmail_extra"><font face="monospace, monospace">Mem:           925        571        354          6         20        479</font></div><div class="gmail_extra"><font face="monospace, monospace">-/+ buffers/cache:         70        854</font></div><div class="gmail_extra"><font face="monospace, monospace">Swap:           99          0         99</font></div><div class="gmail_extra"><font face="monospace, monospace"><br></font></div><div class="gmail_extra">Here is what it looks like with and ssh session, 128MB reserved for the GPU, mate desktop running, and Lazarus opened:<font face="monospace, monospace"><br></font></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra"><font face="monospace, monospace">pi@retropie:~ $ free -m</font></div><div class="gmail_extra"><font face="monospace, monospace">             total       used       free     shared    buffers     cached</font></div><div class="gmail_extra"><font face="monospace, monospace">Mem:           862        413        449         16         32        199</font></div><div class="gmail_extra"><font face="monospace, monospace">-/+ buffers/cache:        181        681</font></div><div class="gmail_extra"><font face="monospace, monospace">Swap:           99          0         99</font></div><div><br></div><div>Rebuilding the IDE will actually fail at this point. Note the free memory is actually 681MB.<br></div></div></div></div>