silver/tyner/chocura
Some notes on the machines:
* You should try to use silver, tyner, or chocura. Urth is a desktop machine that is not too powerful, but if it is free, use it. It is not a multicore.
* As of right now use 'cc' to assemble and link. Note that cc is picky about the order of arguments, i.e. you must issue something like "cc decaf.s lib6035.a -o decaf". The library must come after the assembly file. I'm going to install gcc4 soon. This is the only version of gcc that has 64-bit support as far as I know.
* These machines do not have java5 installed on them. You can grab a copy yourself or wait for me to install one. Hopefully tomorrow, but I cannot make any promises. If you want to use eclipse, there is at least one group that got the 64-bit version to work.
* You should try to use silver, tyner, or chocura. Urth is a desktop machine that is not too powerful, but if it is free, use it. It is not a multicore.
* As of right now use 'cc' to assemble and link. Note that cc is picky about the order of arguments, i.e. you must issue something like "cc decaf.s lib6035.a -o decaf". The library must come after the assembly file. I'm going to install gcc4 soon. This is the only version of gcc that has 64-bit support as far as I know.
* These machines do not have java5 installed on them. You can grab a copy yourself or wait for me to install one. Hopefully tomorrow, but I cannot make any promises. If you want to use eclipse, there is at least one group that got the 64-bit version to work.

0 Comments:
Post a Comment
<< Home