<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Please try the C backend? Like this: </div><div><br></div><div><br></div><div> Make sure *target* system has working cc/as/ld/make. </div><div>  cd cm3/scripts/python    </div><div>  ./boot1.py ARM_LINUX c   </div><div>  You will get something like: cm3-boot-ARM_LINUX-d5.10.0-20150622.tar.gz </div><div>  That works for me.  </div><div>  The tail will be replaced by time/date. </div><div>  Copy that to the target, extract, cd, make.  </div><div>  See if ./cm3 then works. It should print an error, like:  </div><div>   -- building in I386_DARWIN --- </div><div>   Fatal Error: duplicate unit: /cm3/pkg/m3core/src/C/Common/CerrnoC.c ../CerrnoC.c </div><div><br></div><div><br></div><div>  and then, like, have Python installed, and: </div><div>   mkdir /usr/local/cm3/bin</div><div>   mv cm3 /usr/local/cm3/bin </div><div>   export PATH=/usr/local/cm3/bin:$PATH  </div><div>   scripts/python/boot2.sh</div><div><br></div><div> </div><div>boot2.sh builds everything.</div><div><br></div><div><br></div><div>If target system doesn't have cc/as/ld/make, then you can</div><div>try using cross tools. Alter $PATH or edit the top of the generated Makefile.</div><div><br></div><div><br></div><div>And then you can use make-dist.py to build (again) and package everything</div><div>and upload that?</div><div><br></div><div><br></div><div>Thanks,</div><div> - Jay</div><div> </div><br><br><br><br><div>> To: lists@darko.org<br>> Date: Mon, 22 Jun 2015 01:21:42 -0700<br>> From: mika@async.caltech.edu<br>> CC: m3devel@elegosoft.com<br>> Subject: Re: [M3devel] ARM_LINUX Bootstrap Compiler<br>> <br>> I do have it for Raspberry Pi and BeagleBone Black.  Works great.<br>> <br>> But I'll have to look for it.<br>> <br>>     Mika<br>> <br>> Darko Volaric writes:<br>> >--047d7b4140882fa505051912409b<br>> >Content-Type: text/plain; charset=UTF-8<br>> ><br>> >Does anyone have a working ARM_LINUX compiler they'd care to post? From the<br>> >list it does seem some people had it running.<br>> ><br>> >If so and you need somewhere to upload it<br>> >https://github.com/modula3/cm3/releases  is probably a good place.<br>> ><br>> >- Darko<br>> ><br>> >--047d7b4140882fa505051912409b<br>> >Content-Type: text/html; charset=UTF-8<br>> >Content-Transfer-Encoding: quoted-printable<br>> ><br>> ><div dir=3D"ltr">Does anyone have a working=C2=A0ARM_LINUX compiler they&#3=<br>> >9;d care to post? From the list it does seem some people had it running.<di=<br>> >v><br></div><div>If so and you need somewhere to upload it =C2=A0<a href=3D=<br>> >"https://github.com/modula3/cm3/releases">https://github.com/modula3/cm3/re=<br>> >leases</a> =C2=A0is probably a good place.</div><div><br></div><div>- Darko=<br>> ></div><div><br></div></div><br>> ><br>> >--047d7b4140882fa505051912409b--<br></div>                                          </div></body>
</html>