I tried to look into it and found that my OS has libprotobuf17 installed

[cid:a4c7c008-1b1b-4d71-b74f-981bf92091b7]

./build/ARM/gem5.opt configs/example/arm/starter_se.py --cpu="minor" 
tests/test-progs/hello/bin/arm/linux/hello

I am trying to run the above command and getting the following error:

[cid:f599ba4f-3221-4a5c-a85e-31cf70f15b7a]

Any suggestions on what I can do to avoid getting the above error?

________________________________
From: Eliot Moss <m...@cs.umass.edu>
Sent: 05 April 2023 13:19
To: The gem5 Users mailing list <gem5-users@gem5.org>
Cc: Ponda, Esha Ashish <epon...@gatech.edu>
Subject: Re: [gem5-users] Error in loading libprotobuf9

On 4/5/2023 9:59 AM, Ponda, Esha Ashish via gem5-users wrote:
> Hello,
> I have tried to install the libprotobuf9 package multiple times, yet it is 
> showing this same error.
> Can anyone help me with this please?

I think you need to research the right name for the *package*
under whatever Linux distribution you are using.  There is no
single answer to that question, but the package name clearly
is not libprotobuf9; rather, that is the base name of one or
more files within the package.

One of my Ubuntu systems gives me this as a list of package
names that start with libprotobuf, using the command:

apt list | grep "^libprotobuf"

libprotobuf-c-dev/jammy-updates,jammy-security 1.3.3-1ubuntu2.1 amd64
libprotobuf-c-dev/jammy-updates,jammy-security 1.3.3-1ubuntu2.1 i386
libprotobuf-c1/jammy-updates,jammy-security 1.3.3-1ubuntu2.1 amd64
libprotobuf-c1/jammy-updates,jammy-security 1.3.3-1ubuntu2.1 i386
libprotobuf-dev/jammy-updates,jammy-security,now 3.12.4-1ubuntu7.22.04.1 amd64 
[installed]
libprotobuf-dev/jammy-updates,jammy-security 3.12.4-1ubuntu7.22.04.1 i386
libprotobuf-java-format-java/jammy,jammy 1.3-1.1 all
libprotobuf-java/jammy-updates,jammy-updates,jammy-security,jammy-security 
3.12.4-1ubuntu7.22.04.1 all
libprotobuf-lite23/jammy-updates,jammy-security,now 3.12.4-1ubuntu7.22.04.1 
amd64 [installed,automatic]
libprotobuf-lite23/jammy-updates,jammy-security 3.12.4-1ubuntu7.22.04.1 i386
libprotobuf2-java/jammy,jammy 2.6.1-4 all
libprotobuf23/jammy-updates,jammy-security,now 3.12.4-1ubuntu7.22.04.1 amd64 
[installed,automatic]
libprotobuf23/jammy-updates,jammy-security 3.12.4-1ubuntu7.22.04.1 i386

The *installed* ones were adequate on my system.  You could dig into
these packages online to see if they contain what you need. That version
9 seems pretty old at this point - Ubuntu bionic offers 10, for example.

Regards - Eliot Moss
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to