[gem5-users] Re: Does the gem5 v21.0.1.0 support to bootup with kernel 5.10 in Ruby-CHI and O3

2022-02-16 Thread Jason Lowe-Power via gem5-users
Hello, This specific setup has not been tested, as far as I know. I would also suggest using v21.2.1 as there have been lots of bugfixes to CHI in the past year. Cheers, Jason On Tue, Feb 15, 2022 at 6:23 PM Liyichao via gem5-users wrote: > Hi All: > > Does the gem5 v21.0.1.0 support

[gem5-users] Cross compilation of srsRAN for ARM

2022-02-16 Thread VEDIKA JITENDRA KULKARNI via gem5-users
Hello, We are facing issue in cross compiling ARM with many .c files incl in srsRAN. For cross compilation we have installed the gcc-arm-linux-gnueabi, binutils-arm-linux-gnueabi with help of that was able to compile single file code like hello.c in below way: $arm-linux-gnueabi-gcc hello.c -