Accelergy-Project / timeloop-accelergy-tutorial

Docker container with tools for the Timeloop/Accelergy tutorial
http://accelergy.mit.edu/tutorial.html
MIT License
23 stars 11 forks source link

Error when using scons to build timeloop #4

Closed ChenpingHU closed 3 years ago

ChenpingHU commented 3 years ago

Hello, developers,

I was trying to install natively timeloop-accelergy on my centos following the official instructions, but an error came up when I run "scons -j4 --accelergy --static", the error is :" g++: error: unrecognized command line option '-std=c++14' ". Could you please help me to fix this issue? Thank you very much!

nellie-wu commented 3 years ago

This probably means your compiler version is not up-to-date. See here: https://github.com/NVlabs/timeloop/issues/69