<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
1)<br>I didn't get the error you got, but I fixed it anyway.<br><br>2)<br>Please try this:<br><br>http://modula3.elegosoft.com/cm3/uploaded-archives/cm3-boot-IA64_LINUX-d5.9.0-20111103.tgz<br><br><br>Which is the output of ./boot1.py IA64_LINUX.<br><br><br>3) Can you help me update this code:<br><br><br>#elif defined(__linux)<br><br>#if defined(__i386)<br>      context->uc_mcontext.gregs[REG_EIP]<br>#elif defined(__amd64)<br>      context->uc_mcontext.gregs[REG_RIP]<br>#elif defined(__powerpc)<br>      context->uc_mcontext.uc_regs->gregs[PT_NIP]<br>#elif defined(__arm__)<br>      context->uc_mcontext.arm_pc<br>#elif defined(__alpha__)<br>      context->uc_mcontext.sc_pc<br>#else<br>#error unknown __linux target<br>#endif<br><br>You will hit this #error with that .tar.gz.<br><br>or I guess please give me access to the machine, thank you.<br>My ssh public key is attached. (I think it is time I generate new keys though..)<br><br>Thank you,<br> - Jay<br><br><br><br><div><div id="SkyDrivePlaceholder"></div>> Subject: RE: [M3devel] CM3 on IA64?<br>> From: mark@wickensonline.co.uk<br>> To: jay.krell@cornell.edu<br>> CC: dabenavidesd@yahoo.es; m3devel@elegosoft.com<br>> Date: Tue, 4 Oct 2011 07:05:54 +0100<br>> <br>> Jay,<br>> <br>> If you do ever feel like tackling the problem again I can give you<br>> access to Alpha and IA64 OpenVMS boxes as required.<br>> <br>> Regards, Mark.<br>> <br>> On Tue, 2011-10-04 at 05:24 +0000, Jay K wrote:<br>> > VMS is a more difficult port..except that it is approaching Posix<br>> > these days.<br>> > I had it far along, for Alpha. My system wasn't up to date wrt Posix<br>> > features.<br>> > Linux on IA64 should be very easy.<br>> > <br>> >  - Jay<br>> > <br>> > <br>> > > Date: Tue, 4 Oct 2011 04:42:40 +0100<br>> > > From: dabenavidesd@yahoo.es<br>> > > To: m3devel@elegosoft.com; mark@wickensonline.co.uk<br>> > > Subject: Re: [M3devel] CM3 on IA64?<br>> > > <br>> > > Hi all:<br>> > > you might find surprisingly more clients for the same platform:<br>> > > http://unix.derkeiler.com/Newsgroups/comp.os.vms/2004-03/0130.html<br>> > > <br>> > > In the news of Ken Olsen's obituary, they mentioned how DEC was not<br>> > about micros, then it would explain some interest on the language in<br>> > that, besides not too many Mainframes machine are build this days, I<br>> > would certainly interested in to take a look about what it can do<br>> > about in OpenVMS (a native port of threads for instance, could be<br>> > interesting). I don't know any Mainframe OSes, would run this days,<br>> > Linux. If OpenVMS has the sources for purchase, would they license<br>> > freely to construct replicas, etc? The post sounds it may take it up<br>> > to that point if people gets involved. Obviously IA64 is just another<br>> > beast but who cares that matter right now. <br>> > > OK, maybe there is that Modula-3 has its kind of EE, would you<br>> > matter to ask what is that?<br>> > > http://www.computer.org/portal/web/csdl/doi/10.1109/4236.991448<br>> > > <br>> > > It could be that of DoD Generic Trusted Intermediaries GTI, which<br>> > was constructed for among others Trusted Solaris and alike is related,<br>> > But,the thing is who is using it right now or used it.<br>> > > doi:10.1080/10658989709342533<br>> > > <br>> > > Thanks in advance<br>> > > <br>> > > --- El lun, 3/10/11, Mark Wickens <mark@wickensonline.co.uk><br>> > escribió:<br>> > > <br>> > > > De: Mark Wickens <mark@wickensonline.co.uk><br>> > > > Asunto: [M3devel] CM3 on IA64?<br>> > > > Para: m3devel@elegosoft.com<br>> > > > Fecha: lunes, 3 de octubre, 2011 17:18<br>> > > > Hi guys,<br>> > > > <br>> > > > Has anyone attempted a port of CM3 to Itanium<br>> > > > architecture?<br>> > > > I've recently installed gentoo on my ZX6000 and it's all<br>> > > > running very nicely.<br>> > > > My thoughts turned to what would be involved in getting<br>> > > > Modula-3 running.<br>> > > > <br>> > > > Kind regards, Mark.<br>> > > > <br>> > > > <br>> > <br>> <br>> <br></div>                                        </div></body>
</html>