Re: [gem5-users] [gem5-dev] GCC Compatibility Issue

2018-11-11 Thread Daniel Carvalho
Hello Liang, Regarding Gem5 and GCC, you can pull more recent versions of Gem5 which support newer versions of GCC:- Up to GCC 7 support: https://gem5-review.googlesource.com/c/public/gem5/+/9101- Up to GCC 8 support: https://gem5-review.googlesource.com/c/public/gem5/+/11949- Up to GCC 8.1 s

[gem5-users] GCC Compatibility Issue

2018-11-11 Thread 梁政
Hi all, It seems that gcc compatibility is a big problem. I have found several issues when I try to run SPEC 2000 and SPEC 2006 in gem5. (1) The SPEC 2006 cannot be built with gcc 7. I choose to downgrade to gcc 4.8, but it doesn't work. (1) The stable release gem5-stable-2015-09 cannot be

Re: [gem5-users] ARM cross compiler on Fedora SE mode

2018-11-11 Thread João Miguel Morgado Pereira Vieira
> No dia 11/11/2018, às 20:21, Ciro Santilli escreveu: > > On Sun, Nov 11, 2018 at 7:54 PM João Miguel Morgado Pereira Vieira > > wrote: >> >> >> >> No dia 11/11/2018, às 19:42, Ciro Santilli >> escreveu: >> >> On Sun, Nov 11, 2018 at 7:32 PM J

Re: [gem5-users] ARM cross compiler on Fedora SE mode

2018-11-11 Thread Ciro Santilli
On Sun, Nov 11, 2018 at 7:54 PM João Miguel Morgado Pereira Vieira wrote: > > > > No dia 11/11/2018, às 19:42, Ciro Santilli escreveu: > > On Sun, Nov 11, 2018 at 7:32 PM João Miguel Morgado Pereira Vieira > wrote: > > > Dear Thawra, > > I have been working with gem5 and the ARM ISA for some tim

Re: [gem5-users] ARM cross compiler on Fedora SE mode

2018-11-11 Thread João Miguel Morgado Pereira Vieira
> No dia 11/11/2018, às 19:42, Ciro Santilli escreveu: > > On Sun, Nov 11, 2018 at 7:32 PM João Miguel Morgado Pereira Vieira > wrote: >> >> Dear Thawra, >> >> I have been working with gem5 and the ARM ISA for some time. I have to tell >> you that setting up a cross compiler for ARM using S

Re: [gem5-users] ARM cross compiler on Fedora SE mode

2018-11-11 Thread Ciro Santilli
On Sun, Nov 11, 2018 at 7:32 PM João Miguel Morgado Pereira Vieira wrote: > > Dear Thawra, > > I have been working with gem5 and the ARM ISA for some time. I have to tell > you that setting up a cross compiler for ARM using SE mode is a tremendous > pain, since even when everything compiles corr

Re: [gem5-users] ARM cross compiler on Fedora SE mode

2018-11-11 Thread João Miguel Morgado Pereira Vieira
Dear Thawra, I have been working with gem5 and the ARM ISA for some time. I have to tell you that setting up a cross compiler for ARM using SE mode is a tremendous pain, since even when everything compiles correctly, you may still have problems with system calls (some of them are not implemente

Re: [gem5-users] ARM cross compiler on Fedora SE mode

2018-11-11 Thread Ciro Santilli
On Sun, Nov 11, 2018 at 5:01 PM Thawra Kadeed wrote: > > On 2018-11-11 17:41, Ciro Santilli wrote: > > When a problem is not gem5 specific, you are more likely to get help > > on the respective project mailing list or Stack Overflow. > > > > I know little about Fodora, but after a quick Googling f

Re: [gem5-users] ARM cross compiler on Fedora SE mode

2018-11-11 Thread Thawra Kadeed
On 2018-11-11 17:41, Ciro Santilli wrote: When a problem is not gem5 specific, you are more likely to get help on the respective project mailing list or Stack Overflow. I know little about Fodora, but after a quick Googling for error message and testing in Docker, it appears that it has separate

Re: [gem5-users] Processes initialization at Run-time

2018-11-11 Thread Tassneem Helal
Hi Gabe, I added a new parameter to the Process class and I want this parameter to be passed from each process initialized to the CPU and the request to be used by the cache, but I'm having a problem passing this parameter, so do you know how can I do something like that? Best regards, Tassneem

Re: [gem5-users] ARM cross compiler on Fedora SE mode

2018-11-11 Thread Ciro Santilli
When a problem is not gem5 specific, you are more likely to get help on the respective project mailing list or Stack Overflow. I know little about Fodora, but after a quick Googling for error message and testing in Docker, it appears that it has separate packages for gcc and glibc, e.g. gcc-arm-li

[gem5-users] ARM cross compiler on Fedora SE mode

2018-11-11 Thread Thawra Kadeed
Hello everyone, I am using fedora28 64bit as a host machine running on Intel core i5. I am trying to install arm cross compiler to compile c programs and run it on Gem5 built for ARM in SE mode. I did several attempts: aarch64-linux-gnu-gcc simple.c -o simple1 -static I got: fatal erro