Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
:: load-gem5

:: pip install scons

:: source scl_source enable devtoolset-7 [# This has to be executed each time or add to .profile]
:: source scl_source enable devtoolset-7 

:: git clone https://github.com/gem5/gem5.git [https://urldefense.com/v3/__https://github.com/gem5/gem5.git__;!!KwNVnqRv!V8Bpy8Ngcyx7LK4xAuOuS9RY13IjtwyIsEFIgZlp9_OfnCQiyMgeRtVKPKCcBg$]

:: cd gem5

:: /usr/bin/env python3 $(which scons) build/X86/gem5.opt -j8

...