Skip to content

Instantly share code, notes, and snippets.

@sandip4n
Last active January 31, 2020 15:27
Show Gist options
  • Save sandip4n/a7781e83cb86a873fb74bb63e8d61045 to your computer and use it in GitHub Desktop.
Save sandip4n/a7781e83cb86a873fb74bb63e8d61045 to your computer and use it in GitHub Desktop.
## Building on Fedora 31
sudo dnf -y install python2-scons python3-scons python2-devel python3-devel \
protobuf-devel protobuf-compiler gperftools-devel
## Generate Gtags
find src/ -type f -print | gtags -i -f -
## Build for POWER
scons CPU_MODELS="AtomicSimpleCPU" build/POWER/gem5.debug -j4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment