[gem5-users] Re: Seg. Fault while "Creating a simple configuration script"

2021-10-12 Thread saheed - via gem5-users
Thank you, it is resolved! I forgot this line `system.workload = SEWorkload.init_compatible(binary)` On Fri, Oct 8, 2021 at 4:19 PM Gabriel Busnot via gem5-users < gem5-users@gem5.org> wrote: > Hi, > > 1 and 2 or inoffensive warnings. To solve 3, can you please compile > gem5.debug and provide

[gem5-users] Re: Seg. Fault while "Creating a simple configuration script"

2021-10-08 Thread Gabriel Busnot via gem5-users
Hi, 1 and 2 or inoffensive warnings. To solve 3, can you please compile gem5.debug and provide us with the output you get with it. The callstack will contain symbols, as opposed to the one you copy pasted. Also, can you attach your configuration script? Regards, Gabriel

[gem5-users] Re: Seg. Fault while "Creating a simple configuration script"

2021-10-08 Thread Jason Lowe-Power via gem5-users
Hello, Does the file configs/learning_gem5/part1/simple.py work for you? If so, then there is probably a small mistake in your configuration script. If this is the case, can you send your script (maybe off list)? I would like to understand the problem and improve the error message. Cheers, Jason