[gem5-users] Building gem5 in virtual python environment

2023-04-09 Thread Peng, Ziyang via gem5-users
Hi guys, I was working on building gem5 with miniconda python. The building crashed with "Error: Can't find a working Python installation". After searching online, I found that this is a common problem, but there is no accurate solution. Here is my local solution: 1. Add this line in the

[gem5-users] Building Gem5 on Ubuntu 20.04

2021-05-24 Thread Eliot Moss via gem5-users
Dear Gem5-ers: I have been trying to build Gem5 out of the box, for x86, on a VirtualBox virtual machine set up for 64-bit Ubuntu 20.04 ("focal"). I can do scons build/X86/gem5.opt but it will succeed only if I disable link time optimization LTO using --no-lto. I've tried various versions GCC

[gem5-users] building gem5 - get rid of colours

2021-02-25 Thread Alain D D Williams via gem5-users
When building gem5 I see lines like the one below. The first part is in black, then two sort of yellow and the '->' in blue. How do I remove all of this colouring. Why ? On almost any sane background the text is almost impossible to read. [SHCC] libelf/gelf_rela.c -> .os Thanks -- Alain W

[gem5-users] Building Gem5 Stable with 4 and more processors using ALPHA ISA

2015-03-31 Thread Neethu Bal Mallya
Hi, When we build gem5 stable full system simulator, we are getting the message bootstrapping CPU 3 and stalling. Can anyone help us building the system with 4 or more processors. Thanks. ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org

Re: [gem5-users] building gem5 simulator in full_system mode.

2014-05-22 Thread Steve Reinhardt via gem5-users
The simulator no longer needs to be compiled in full-system or system-call emulation mode; the same binary now supports both. Wherever you read about compiling in full-system mode is out of date. Steve On Thu, May 22, 2014 at 10:58 PM, Ravi Verma via gem5-users < gem5-users@gem5.org> wrote: >

[gem5-users] building gem5 simulator in full_system mode.

2014-05-22 Thread Ravi Verma via gem5-users
Hi, I am new to gem5 simulator, Actually I want to run parsec benchmark on it. It says that you require to build the system in full_system mode. My doubt is that, is it require to specify the disk image at build time or just add a variable FULL_SYSTEM=true in ALPHA file. TARGET_ISA = 'alpha' SS_C

Re: [gem5-users] Building gem5 on x86_64 Red Hat

2013-10-11 Thread Chetan Patil
Hi Andreas, On Fri, Oct 11, 2013 at 11:19 AM, Andreas Hansson wrote: > I routinely change compiler by setting CC and CXX, e.g in bash. > > export CC=gcc-4.4 > export CXX=g++-4.4 > Thanks. This worked and gcc44 was detected properly. Now, SWIG on my server is 1.3.34 and locally I have configur

Re: [gem5-users] Building gem5 on x86_64 Red Hat

2013-10-11 Thread Andreas Hansson
"gem5-users@gem5.org<mailto:gem5-users@gem5.org>" mailto:gem5-users@gem5.org>> Subject: [gem5-users] Building gem5 on x86_64 Red Hat Hi, I want to build gem5 on x86_64 Red Hat server where I don't have root access. When I run : scons build/ARM/gem5.opt it prints follo

[gem5-users] Building gem5 on x86_64 Red Hat

2013-10-11 Thread Chetan Patil
Hi, I want to build gem5 on x86_64 Red Hat server where I don't have root access. When I run : scons build/ARM/gem5.opt it prints following error : scons: Reading SConscript files ... Error: gcc version 4.4 or newer required. Installed version: 4.1.2 I understand that gcc version being de

Re: [gem5-users] Building gem5 shared library

2013-06-12 Thread Ali Saidi
Hi Diviya, Are you sure the shared object is available in that directory? Have you set LIBRARY_PATH? Thanks, Ali On Jun 10, 2013, at 6:16 AM, Jain Diviya-B12553 wrote: > Hi, > > I am trying to build gem5 shared library using following command: > scons build/ARM/libgem5_debug.so > > I h

[gem5-users] Building gem5 shared library

2013-06-10 Thread Jain Diviya-B12553
Hi, I am trying to build gem5 shared library using following command: scons build/ARM/libgem5_debug.so I have also added -fPIC flags to CXXFlags in SConstruct However I keep on getting error in final linking with python library because the linker seem to pickup .a rather than .so. I am not able

Re: [gem5-users] building gem5

2013-03-26 Thread Hui Zhao
5. > > Andreas > > From: Hui Zhao > Reply-To: gem5 users mailing list > Date: Tuesday, 26 March 2013 03:53 > To: "gem5-users@gem5.org" > Subject: [gem5-users] building gem5 > > Hello >When building Gem5, I met with someting strange, hope someone ca

Re: [gem5-users] building gem5

2013-03-26 Thread Andreas Hansson
ate: Tuesday, 26 March 2013 03:53 To: "gem5-users@gem5.org<mailto:gem5-users@gem5.org>" mailto:gem5-users@gem5.org>> Subject: [gem5-users] building gem5 Hello When building Gem5, I met with someting strange, hope someone can help. my building cmd is scons build/ALPHA/ge

[gem5-users] building gem5

2013-03-25 Thread Hui Zhao
Hello When building Gem5, I met with someting strange, hope someone can help. my building cmd is scons build/ALPHA/gem5.fast I am not going to use ruby here. To make sure the changes I made to example/fs.py is really compiled, I added a wrong statement to the fs.py file from m5.internal.sta

Re: [gem5-users] building Gem5 with cache option on

2012-09-17 Thread Ardalan Pouya
yes ok , and it's taking lots of time . is it going well and I should wait or not ? (I stopped the process because I thought it's not going to finish!) On Mon, Sep 17, 2012 at 12:14 AM, Amin Farmahini wrote: > You are running gem5, not building it! > > Amin > > On Sun, Sep 16, 2012 at 2:37 PM, A

Re: [gem5-users] building Gem5 with cache option on

2012-09-16 Thread Amin Farmahini
You are running gem5, not building it! Amin On Sun, Sep 16, 2012 at 2:37 PM, Ardalan Pouya wrote: > Hi everyone , > I built Gem5 with this command : > ./build/X86/gem5.opt --debug-flags=Cache configs/example/fs.py > --kernel="x86_64-vmlinux-2.6.22.9" --caches > and it's more than 8 hours that it

[gem5-users] building Gem5 with cache option on

2012-09-16 Thread Ardalan Pouya
Hi everyone , I built Gem5 with this command : ./build/X86/gem5.opt --debug-flags=Cache configs/example/fs.py --kernel="x86_64-vmlinux-2.6.22.9" --caches and it's more than 8 hours that it hasn't finished building ! it's printing these : 147002241500: system.cpu.icache: Receive response: ReadResp f