Uday
Uday

Reputation: 464

How to resolve gem5 Error during SCons build

I'm using gem5 simulator and also additionally some sys-object add my gem5 folder.

After to build some Error occurs.

So please kindly solve resolve my issue ,

Error Screen shot attachment Here kindly review that.

Error Screen Shot

Upvotes: 1

Views: 2609

Answers (1)

chenino
chenino

Reputation: 67

The extended build guide is a bit hidden on the gem5 page. You can find it here.

It suggests running

sudo apt install build-essential git m4 scons zlib1g zlib1g-dev libprotobuf-dev protobuf-compiler libprotoc-dev libgoogle-perftools-dev python-dev python libboost-all-dev

before trying to compile. This solves most of the problems. Additionally, the installation of

 sudo apt install python-six zlib1g-dev libpng-dev swig

solved some problems for me.

Upvotes: 1

Related Questions