<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'>
The information is buried here:<BR> <BR> <a href="http://modula3.elegosoft.com/cgi-bin/cvsweb.cgi/cm3/doc/notes/porting.txt?rev=1.6;content-type=text%2Fplain">http://modula3.elegosoft.com/cgi-bin/cvsweb.cgi/cm3/doc/notes/porting.txt?rev=1.6;content-type=text%2Fplain</a> <BR><br> - do a build of m3core, libm3, and the pieces that make up cm3, BUT stopping<br>   at the output of assembly -- not running the assembler and linker<br>   (scripts/python/boot1.py NEWTARGET)<br> - package up (tar/gzip) the assembly files, as well as some .c files<br>   (done by boot1.py, sitting in the current working directory)<br> - copy that to the target system (scp or ftp)<br> - unpackage (untar/gzip)<br> - cd step missing here <br> - make<br> - giving us cm3<br> - use that cm3 to then build the entire system on the new target<br> missing instructions for the last step...but it is just to put cm3 in $PATH<br>  and run something in scripts...boot2.py maybe?<br><br><br><BR> - Jay<br><br> <BR><div><div id="SkyDrivePlaceholder"></div>> Date: Tue, 24 Apr 2012 20:18:09 +0100<br>> From: dabenavidesd@yahoo.es<br>> To: m3devel@elegosoft.com; dknoto@next.com.pl<br>> Subject: Re: [M3devel] CM3 5.9.0 - compilation problems on Fedora 16/AMD64<br>> <br>> Hi all:<br>> I guess you are asking about how to produce a bootstrap image for cm3-min in LINUXAMD64, and the truth is that it uses the back-end for doing that but Jay knows the details.<br>> <br>> The front end doesn't know too much about about machine itself (or tries to ignore it) which makes it more portable code though not easier, so all the details might be related with m3gcc<br>> <br>> In any event, did you try the Fedora 16 package:<br>> http://pkgs.org/fedora-16/rpm-sphere-x86_64/cm3-5.8.6-11.1.x86_64.rpm.html<br>> <br>> It has a cm3 image maybe you could just scripts/do-cm3-std.sh buildship<br>> <br>> Thanks in advance<br>> <br>> --- El mar, 24/4/12, Dariusz Knociñski <dknoto@next.com.pl> escribió:<br>> <br>> > De: Dariusz Knociñski <dknoto@next.com.pl><br>> > Asunto: [M3devel] CM3 5.9.0 - compilation problems on Fedora 16/AMD64<br>> > Para: m3devel@elegosoft.com<br>> > Fecha: martes, 24 de abril, 2012 13:28<br>> > Hello All,<br>> > I still have not resolved the problem of CM3 build from<br>> > source on Fedora 16<br>> > x86_64. However, I installed Ubuntu 12.04 Beta i686 in<br>> > VirtualBox and CM3<br>> > 5.9.0 2012/04/13 compilation went smoothly. So I wonder how<br>> > it compiles CM3 on<br>> > x86_64 architecture?<br>> > Best regards<br>> > Dariusz Knociñski.<br>> > <br></div>                                       </div></body>
</html>