[gem5-users] Re: Need help in compiling the kernel

2020-07-22 Thread Saideepak Bejawada via gem5-users
Thanks a lot, Ciro. That was very helpful. ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Re: Need help in compiling the kernel

2020-07-22 Thread Ciro Santilli via gem5-users
To compile kernel see e.g.: https://raspberrypi.stackexchange.com/questions/192/how-do-i-cross-compile-the-kernel-on-a-ubuntu-host but replace arm with arm64 and the compile with the aarch64 one for 64-bit arm. All other ISAs are analogous. The ARM configs are in-tree of the official arm gem5 k