I have a very similar setup and have been fixing problems like this recently. It's probably just because gcc version 10.2 has new warnings which are triggering and turning into errors because of -Werror. The version of python should have nothing to do with it. I must just have not tried a build with Ruby since I haven't run into those warnings myself. In the mean time, you can try using clang and clang++ to see if those work better. I've been fixing these problems on the develop branch, so it's possible you're seeing some errors which have already been fixed if you're using the master branch.
scons CC=clang CXX=clang++ build/X86/gem5.opt On Sat, Sep 12, 2020 at 1:53 PM Abhinav Sukumar Rao via gem5-dev < [email protected]> wrote: > Platform: Arch linux > Python version: 3.8 > gcc version: 10.2.0 > > Upon running the build for gem5, I can't seem to get it to work. A warning > is being treated as an an error: > https://pastebin.com/0R0UK0aF > > Upon downloading python2 and using that: > https://pastebin.com/qHM1dpHY > > Creating a virtual environment and using python2.7 doesn't seem to work > either: > https://pastebin.com/CP3EJMsF > > Is there any workaround or a way to fix this? > > *Regards* > > *Abhinav Sukumar Rao* > _______________________________________________ > gem5-dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
_______________________________________________ gem5-dev mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
