Quick Guide to Install ArchC and SystemC 2.1 on the gcc 4.x.x

  1. Untar systemc-2.1.v1 and patch-systemc-2.1.v1

  2. Enter the patch-systemc-2.1.v1 directory and run patch -p0 < patch-systemc-2.1.v1

  3. Enter the systemc2.1 directory and create the objdir directory

  4. Enter the objdir directory and run gmake

  5. After step 4), run gmake install

  6. We're almost there...Untar archc

  7. Run make and when the installer ask you as for the systemc location, set the directory where you just install systemc-2.1.v1