[gem5-users] Re: Problems with Deprecated names are not supported by the compiler

2021-09-28 Thread Xihui Yuan via gem5-users
Hi Jason, Now the gem5 can work successfully with your help. And I am learning the detailed operations by following the learning_gem5. Thanks for your help! Regards, Xihui ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send a

[gem5-users] Re: Problems with Deprecated names are not supported by the compiler

2021-09-23 Thread Jason Lowe-Power via gem5-users
Hi Xihui, The error is "died with " I would guess you're out of memory or trying to compile too many files at once. But, it could be many different problems. If it's an issue with dependencies or your host, you can always use our docker images: https://www.gem5.org/documentation/general_docs/buil

[gem5-users] Re: Problems with Deprecated names are not supported by the compiler

2021-09-23 Thread Xihui Yuan via gem5-users
Hi Jason, Thanks for your help. But there are lots of errors in the first time to build gem5. scons: *** [build/X86/mem/ruby/protocol/DMA_Controller.py.cc] CalledProcessError : Command '['/home/xihui/下载/gem5/build/X86/marshal', 'build/X86/mem/ruby/protocol/DMA_Controller.py']' died with .

[gem5-users] Re: Problems with Deprecated names are not supported by the compiler

2021-09-20 Thread Jason Lowe-Power via gem5-users
Hi Xihui, That's just a warning and you can safely ignore it. The most recent hotfix release should remove this warning as well. Cheers, Jason On Sun, Sep 19, 2021 at 10:02 PM Xihui Yuan via gem5-users < gem5-users@gem5.org> wrote: > Hello everyone: > > I am a beginner with GEM5. > Ther