<div dir="ltr">Yes, in fact, pretty much facepalm. I added it a second time to COBJS instead of IOBJS. Thanks Tim.<div><br></div><div style>Making again... and that time it finished. Sweet. Time to see if it works.</div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 19, 2013 at 8:20 PM, tim Rowledge <span dir="ltr">&lt;<a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
<br>
On 19-07-2013, at 8:11 PM, Casey Ransberger &lt;<a href="mailto:casey.obrien.r@gmail.com">casey.obrien.r@gmail.com</a>&gt; wrote:<br>
<br>
</div><div class="im">&gt; Hrmph. Dunno. Maybe there&#39;s a bug in my head.<br>
<br>
</div>Most likely in the makefile(s)<br>
<div class="im"><br>
&gt;<br>
&gt; Where should I put this pi-stack-src directory? I have it presently in squeak-svn right next to src/ and platform/ because I&#39;m assuming it would live in the same place as src/ (since it&#39;s replacing that directory, right?) If it should be somewhere else, maybe that&#39;s the problem.<br>

<br>
</div>Nope, it should be sibling of unixbuild, platforms, etc<br>
<div class="im"><br>
&gt;<br>
&gt; What other assumptions am I making that I might not realize I&#39;m making? Let&#39;s see. Well, I generated the sources on my laptop and then moved them to the Pi. If the source generation process depends on where the image is in the filesystem (seems like it wouldn&#39;t) that might break something. I&#39;m really grasping at straws here.<br>

<br>
</div>None of the files relating to ioUTC* are generated, so that shouldn&#39;t have any effect. And I generate the sources on my iMac, so that works ok.<br>
<br>
I&#39;m still suspicious of your vm/Makefile - it should have in the middle-ish, this -<br>
<br>
o               = .o<br>
a               = .a<br>
COMPILE         = $(CC) $(CFLAGS) $(XCFLAGS) $(DEFS) $(XDEFS) -DSQUEAK_BUILTIN_PLUGIN \<br>
                  $(INCLUDES) $(XINCLUDES) $(CPPFLAGS) $(XCPPFLAGS) -c -o<br>
LINK            = $(AR) -rc<br>
RANLIB          = ranlib<br>
<br>
TARGET          = vm$a<br>
COBJS           = $(INTERP)$o cogit$o sqNamedPrims$o sqVirtualMachine$o sqHeapMap$o\<br>
                        sqExternalSemaphores$o sqTicker$o aio$o debug$o osExports$o \<br>
                        sqUnixExternalPrims$o sqUnixMemory$o sqUnixCharConv$o sqUnixMain$o \<br>
                        sqUnixVMProfile$o sqUnixHeartbeat$o sqUnixThreads$o<br>
<br>
IOBJS           = $(INTERP)$o sqNamedPrims$o sqVirtualMachine$o sqHeapMap$o\<br>
                        sqExternalSemaphores$o sqTicker$o aio$o debug$o osExports$o \<br>
                        sqUnixExternalPrims$o sqUnixMemory$o sqUnixCharConv$o sqUnixMain$o \<br>
                        sqUnixVMProfile$o sqUnixHeartbeat$o sqUnixThreads$o<br>
<br>
OBJS            = $(IOBJS) # see mkmf<br>
<br>
XINCLUDES       =  -I/home/pi/pi-StackVM/Cog/pi-stack-src/vm -I/home/pi/pi-StackVM/Cog/platforms/Cross/vm -I/home/pi/pi-StackVM/Cog/platforms/unix/vm  \<br>
                  -I$(topdir)/platforms/Cross/plugins/FilePlugin \<br>
                  -I$(topdir)/platforms/unix/plugins/B3DAcceleratorPlugin \<br>
                  $(X_INCLUDES)<br>
<div class="im"><br>
<br>
<br>
tim<br>
--<br>
tim Rowledge; <a href="mailto:tim@rowledge.org">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" target="_blank">http://www.rowledge.org/tim</a><br>
</div>A paperless office has about as likely as a paperless bathroom.<br>
<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Casey Ransberger
</div>