Setting up a Clib2 environment on WinUAE (19-Jul-2017) ======================================== By Lorence Lombardo (lorylombus@gmail.com). 1. Download and extract a GCC environment from here:- http://geocities.ws/lorylomb/development.htm http://geocities.ws/lorylomb/gcc34.txt http://geocities.ws/lorylomb/gcc295.txt The best choices are "gcc 3.4.0" or "gcc 2.95.3". Of coarse if you already have one of these setup you can simply just make a copy. 2. Once you have extracted your hardfile then it is recommended that you rename to something like "gcc_cl.hdf". 3. Download "clib2-master.zip" for examples and specs from here:- https://github.com/adtools/clib2 Download "clib2-1.205-gcc-68k.lha" from here:- https://sourceforge.net/projects/clib2/files/clib2/clib2%201.205/ 4. With your "gcc_cl.hdf" mounted and "clib2-1.205-gcc-68k.lha" extracted, copy the contents of the "clib2-1.205" directory to your GG: assign. 5. Extract "clib2-master.zip" and make note of the file "clib2-master/documentation/specs". If you have chosen "gcc 3.4.0" then you need to edit the GCC version in line 44 of the specs file, so "2.95.3" is replaced with "3.4.0". 6. If you have chosen "gcc 3.4.0" you now need to copy the "specs" file to the "gg:lib/gcc/m68k-amigaos/3.4.0" directory. If you have chosen "gcc 2.95.3" you now need to copy the "specs" file to the "gg:lib/gcc-lib/m68k-amigaos/2.95.3" directory.