Search Posts

Compile verilator in centos 7

Has to use gcc 8

yum install centos-release-scl
yum install devtoolset-8-gcc devtoolset-8-gcc-c++
scl enable devtoolset-8 -- bash

Otherwise you got this

Leave a Reply

Your email address will not be published. Required fields are marked *