[gem5-users] Re: AttributeError when using my own binary

2023-05-22 Thread Giacomo Travaglini via gem5-users
(cross)compile it on a different Linux machine) Hope it helps Giacomo From: Ziyao Yan via gem5-users Date: Sunday, 21 May 2023 at 15:52 To: The gem5 Users mailing list Cc: Ziyao Yan Subject: [gem5-users] Re: AttributeError when using my own binary Hi Giacomo, Oh I'm sorry for that confusion

[gem5-users] Re: AttributeError when using my own binary

2023-05-21 Thread Ziyao Yan via gem5-users
Hi Giacomo, Oh I'm sorry for that confusion. The FS_ruby.py is my modified script which I forgot to change the name, it's actually a SE workload and works fine with the Gem5 provided hello binary (gem5/tests/test-progs/hello/bin/arm/linux/hello). Here is the code snippet of that script binary =

[gem5-users] Re: AttributeError when using my own binary

2023-05-21 Thread Giacomo Travaglini via gem5-users
Hi, If the command line is just $ build/ARM_MESI/gem5.opt configs/FS_ruby.py, Are you sure you are passing the object file to the Workload object? (_is_compatible_with is called with a None object) Also the script is called FS ruby but you seem to have instantiated a SE workload