[gem5-users] Re: Errors coming while running gem5 in full system mode

2021-01-19 Thread Hoa Nguyen via gem5-users
Hi, I believe this is an error produced by a Python script. If the configs/example/fs.py file has been modified, please check the indentation of the modified part of the script for indentation inconsistencies (for example, space indentations vs tab indentations). Regards, Hoa Nguyen On 1/19/21,

[gem5-users] Re: Installation issue in MAC OS

2021-01-19 Thread 刘宗惠 via gem5-users
Hello, I pulled the develop branch, and re-built it, but it still had error: build/x86/sim/syscall_emul.hh:2375:13: error: no matching function for call to '__darwin_fd_set' FD_SET(trans_map[i], writefds); ^~ /Library/Developer/CommandLine

[gem5-users] Errors coming while running gem5 in full system mode

2021-01-19 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, i am trying to run my own c code in fs mode of gem5. i am using command :"build/ARM/gem5.opt configs/example/fs.py --disk-image=/home/coep/full_system_images/disks/arm-ubuntu-natty-headless.img --kernel=/home/coep/gem5/full_systems_images/binaries" error coming is : "IndentationError: un

[gem5-users] Re: Installation issue in MAC OS

2021-01-19 Thread Gabe Black via gem5-users
This is from newer versions of scons changing how initialization works, and where and when gem5's scons files update the python search path. It's fixed on the develop branch, if you want to try that. Gabe On Tue, Jan 19, 2021 at 2:39 AM 刘宗惠 via gem5-users wrote: > Hello, > > I am new to gem5 an

[gem5-users] can't run usual script in new commit

2021-01-19 Thread Sherif AbdelFadil via gem5-users
Hi, on commit 96fce476785a834f102ae69a895e661cf08e47cd, I can run the following command and the simulation runs without errors: ./build/ARM/gem5.opt configs/example/fs.py --checkpoint-dir=m5out/ -r 0 --restore-with-cpu=DerivO3CPU --cpu-type=DerivO3CPU --disk-image="$IMG_ROOT/disks/linaro-minimal-aa

[gem5-users] Installation issue in MAC OS

2021-01-19 Thread 刘宗惠 via gem5-users
Hello, I am new to gem5 and trying to install and build it in MacOS. I also get the following error when I try to build the binaries for x86 processor: *** Error loading site_init file ./site_scons/site_init.py: *** cannot import site init file ./site_scons/site_init.py: ModuleNotFoundError: No

[gem5-users] Re: Errors coming while running gem5 in full system mode

2021-01-19 Thread Giacomo Travaglini via gem5-users
> -Original Message- > From: VAIDYA ROHINI VILAS via gem5-users > Sent: 19 January 2021 06:38 > To: gem5 users mailing list > Cc: VAIDYA ROHINI VILAS > Subject: [gem5-users] Re: Errors coming while running gem5 in full system > mode > > i think i am doing mistake while adding kernel

[gem5-users] How to obtain the appropriate xml file for mcpat?

2021-01-19 Thread -17 via gem5-users
Hi all, I am a novice on mcpat and want to model a system using ex5_big and ex5_LITTLE cores in mcpat. It seems that mcpat does not provide xml templates for these two cores. Should I modify each parameter in the xml template referencing to template-xeon.xml? Or is there anyone who has done wo