<table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"><p><font size ="4"><font size ="2">Thanks for pointer.</font></font></p>
<p><font size ="4"><font size ="2">I installed Ubuntu 14.04 and I am trying to build arm_gem5_image (../hake/hake.sh -s .. -a armv7 followed by make arm_gem5_image).</font></font></p>
<p><font size ="4"><font size ="2">With this I am getting following error.</font></font></p>
<p><font size ="4"><font size ="2">/home/nag/barrelfish/build/../kernel/arch/arm/syscall.c:1024: undefined reference to `gt_read_high' </font></font><br>
<font size ="4"><font size ="2">/home/nag/barrelfish/build/../kernel/arch/arm/syscall.c:1020: undefined reference to `gt_read_low' </font></font><br></p>
<p><font size ="4"><font size ="2">I see these are only used in case of pandaboard. Not sure why "__pandaboard__" is getting defined for gem5 build.</font></font></p>
<p><font size ="4"><font size ="2">Am I missing something?</font></font></p>
<p><font size ="4"><font size ="2">Regards</font></font><br>
<font size ="4"><font size ="2">Nagendra</font></font><br></p>
<p><font size ="4"><font size ="2">----- Original Message -----</font></font><br>
<font size ="4"><font size ="2">From: Timothy Roscoe &lt;</font></font><font size ="4"><font size ="2"><a href="javascript:return">troscoe@inf.ethz.ch</a></font></font><font size ="4"><font size ="2">&gt;</font></font><br>
<font size ="4"><font size ="2">To: Nagendra &lt;</font></font><font size ="4"><font size ="2"><a href="javascript:return">k2nag@yahoo.com</a></font></font><font size ="4"><font size ="2">&gt;</font></font><br>
<font size ="4"><font size ="2">Cc: </font></font><font size ="4"><font size ="2"><a href="javascript:return">barrelfish-users@lists.inf.ethz.ch</a></font></font><br>
<font size ="4"><font size ="2">Sent: Wednesday, 14 January 2015 1:47 PM</font></font><br>
<font size ="4"><font size ="2">Subject: Re: [Barrelfish-users] ARM Build</font></font><br></p>
<p><font size ="4"><font size ="2">Dear Nagendra,</font></font></p>
<p><font size ="4"><font size ="2">It would be helpful if you could let us know what make command you are</font></font><br>
<font size ="4"><font size ="2">using to build Barrelfish, and also what image you are trying to</font></font><br>
<font size ="4"><font size ="2">build.&#160; For example, have you tried 'make pandaboard_image', or 'make</font></font><br>
<font size ="4"><font size ="2">arm_gem5_image'? </font></font></p>
<p><font size ="4"><font size ="2">The place to look is in symbolictargets.mk, which will give you a list</font></font><br>
<font size ="4"><font size ="2">of the kind of platforms we supply complete make targets for. </font></font></p>
<p><font size ="4"><font size ="2">Also, be aware that we support Ubuntu 14.04 (i.e. LTS), but not</font></font><br>
<font size ="4"><font size ="2">14.10.&#160; Non-long-term-support versions of Ubuntu might work, but we</font></font><br>
<font size ="4"><font size ="2">make no guarantees. </font></font></p>
<p><font size ="4"><font size ="2">Hope this helps. </font></font></p>
<p><font size ="4"><font size ="2">-- Mothy</font></font><br></p>
<p><font size ="4"><font size ="2">At Wed, 14 Jan 2015 03:54:29 +0000, Nagendra &lt;</font></font><font size ="4"><font size ="2"><a href="javascript:return">k2nag@yahoo.com</a></font></font><font size ="4"><font size ="2">&gt; wrote:</font></font><br>
<font size ="4"><font size ="2">&gt; Hi Kornilios,</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; Thanks for responding.</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; Initially I tried ../hake/hake.sh -s .. -a arm, as mentioned in getting started guide. But this failed with following error.</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt;&#160; &#160; Error in configuration: unknown architecture(s) specified: arm</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; Then i tried building for armv7</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt;&#160; &#160; ../hake/hake.sh -s .. -a armv7</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; This went fine without any issues.</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; but make failed with following error,</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt;&#160; &#160; make: *** No rule to make target '../hake/menu.lst.armv7', needed by 'menu.lst'.&#160; Stop.</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; Regards</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; Nagendra</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; PS : I am using Ubuntu 14.10</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; On Tuesday, 13 January 2015 6:15 PM, Kornilios Kourtis &lt;</font></font><font size ="4"><font size ="2"><a href="javascript:return">kornilios.kourtis@inf.ethz.ch</a></font></font><font size ="4"><font size ="2">&gt; wrote:</font></font><br>
<font size ="4"><font size ="2">&gt; Hi Nagendra,</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; On Tue, Jan 13, 2015 at 11:23:53AM +0800, Nagendra wrote:</font></font><br>
<font size ="4"><font size ="2">&gt; &gt; I am trying to build barrelfish for armv7. The build is failing as</font></font><br>
<font size ="4"><font size ="2">&gt; &gt; menu.lst.armv7 is missing.</font></font><br>
<font size ="4"><font size ="2">&gt; &gt;</font></font><br>
<font size ="4"><font size ="2">&gt; &gt; Anyone tried building barrelfish on ARM recently? Can you please post</font></font><br>
<font size ="4"><font size ="2">&gt; &gt; the steps to build barrelfish for ARM and run it on qemu.</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; Can you please provide us with the commands you try to execute for</font></font><br>
<font size ="4"><font size ="2">&gt; building Barrelfish and any relevant error messages?</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; cheers,</font></font><br>
<font size ="4"><font size ="2">&gt; Kornilios.</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; --</font></font><br>
<font size ="4"><font size ="2">&gt; Kornilios Kourtis</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; _______________________________________________</font></font><br>
<font size ="4"><font size ="2">&gt; Barrelfish-users mailing list</font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><font size ="4"><font size ="2"><a href="javascript:return">Barrelfish-users@lists.inf.ethz.ch</a></font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><font size ="4"><font size ="2"><a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users">https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users</a></font></font></p>
<p><font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; </font></font><br>
<font size ="4"><font size ="2">&gt; </font></font></p>
</td></tr></table>