Hi guys! I am trying to run gem5 in fs mode and I follow this tutorial http://learning.gem5.org/book/part5/fs_config.html <http://learning.gem5.org/book/part5/fs_config.html>. But the kernel in this tutorial is too old ( 2.6.22.9). So I try to download the newer ones in http://www.gem5.org/documentation/general_docs/fullsystem/guest_binaries <http://www.gem5.org/documentation/general_docs/fullsystem/guest_binaries>. I think it just simply change the config file to point to the newer image and kernel.
self.kernel = 'aarch-system-201901106/binaries/vmlinux.arm64' self.setDiskImage('disks/aarch64-ubuntu-trusty-headless.img') But It can’t work.Gem5 reports that fatal: could not load kernel symbols
_______________________________________________ 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