[gem5-users] Re: Error with gem5 full system simulation

2021-06-19 Thread abhijeeth modi via gem5-users
Hello I tried to follow the example given in configs/example/fs.py for running full system simulation and I also mentioned the kernel path in configs/common/SysPath.py, I am facing an error as *fatal: fatal condition !kernelObj occurred: No kernel to load.* Has someone tried the full system

[gem5-users] Error with gem5 full system simulation

2021-06-18 Thread abhijeeth modi via gem5-users
Hello I followed the official documentation for running full system simulation for X86 architecture http://learning.gem5.org/book/part5/fs_config.html#running-full-system by executing the command: *build/X86/gem5.opt configs/tutorial_1/system2.py* I am getting an error : *Traceback (most

[gem5-users] error in building simobject

2021-05-11 Thread abhijeeth modi via gem5-users
Hello everyone I am beginner to this gem5 community. I wanted to create a sim object by following the official documentation. I created a header file, python file and .cc file of HelloObject along with SConscript. When I tried to build the thing, I am getting an error that " no declaration mathes

[gem5-users] Error while building simple simobject

2021-05-10 Thread abhijeeth modi via gem5-users
Hello I am beginner to gem5. I am facing a problem while following the official documentation of gem5 for creating a hello sim object. I am listing my errors below. Please help me Warning: Couldn't find any HDF5 C++ libraries. Disabling HDF5 support. Checking whether __i386__ is declared...