Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:aca2019:cygwin32install [2019/01/19 20:16] Andreas Moshovoswiki:aca2019:cygwin32install [2019/01/19 20:19] (current) Andreas Moshovos
Line 5: Line 5:
 (//But why don't you recompile the toolchain for a linux or windows machine?// I did this long time ago and it is a non-trivial task. Moreover, given that it is fairly old and it is unlikely it will successfully recompile. EVen back then, the toolchain would not recompile with the then most recent gcc version. Library dependencies also complicate things further.) (//But why don't you recompile the toolchain for a linux or windows machine?// I did this long time ago and it is a non-trivial task. Moreover, given that it is fairly old and it is unlikely it will successfully recompile. EVen back then, the toolchain would not recompile with the then most recent gcc version. Library dependencies also complicate things further.)
  
-Go to www.cygwin.com and go to their install page. Make sure you use the 32b setup. It will download a //setup_x86.exe// file, run it, and go through the steps. Uwaterloo has a mirror which is pretty fast for us. In the packages make sure you open the //Devel// submenu and include the following pacckages (this is if you wish to do the full assignment on a windows machine):+Go to www.cygwin.com and go to their install page. Make sure you use the 32b setup. It will download a //setup_x86.exe// file, run it, and go through the steps. Uwaterloo has a mirror which is pretty fast for  us (before getting the list of packages there may be two warning for files missing, ignore them). Once the package menu comes up, make sure you open the //Devel// submenu and include the following packages (this is if you wish to do the full assignment on a windows machine):
  
 Devel: Devel:
Line 16: Line 16:
   * make   * make
  
 +Once the setup finishes. You can go to C:\cygwin where you will find a //Cygwin.bat// file. This launches a terminal which runs on top of the cygwin environment. Your are done. You should be able to find help on the web if things go wrong. Welcome to the world of software developers.