[gem5-users] Re: gem5-graphics Emerald Build Syntax Error

2021-07-02 Thread Boya Chen via gem5-users
Hi, Kenneth I have met the same problem when compiling gem5-graphic, did you finally fix this problem ? ___ 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/%(_int

[gem5-users] Re: does gem5 have a C++ API?

2021-07-02 Thread Jason Lowe-Power via gem5-users
Hello, Unfortunately, I don't think gem5 is the right tool for this job. When you run that command, gem5's embedded python interpreter is executing `se.py`. There's not really a way to easily get around this. You could try to compile gem5 without python (--without-python, IIRC), but then configuri

[gem5-users] Re: does gem5 have a C++ API?

2021-07-02 Thread Konstantin Serebryany via gem5-users
On Fri, Jul 2, 2021 at 3:47 PM Jason Lowe-Power wrote: > Hello, > > Unfortunately, I don't think gem5 is the right tool for this job. When you > run that command, gem5's embedded python interpreter is executing `se.py`. > There's not really a way to easily get around this. You could try to > comp