limbo018 / DREAMPlace

Deep learning toolkit-enabled VLSI placement
BSD 3-Clause "New" or "Revised" License
714 stars 205 forks source link

Error while building #170

Closed IshraqAtUCF closed 8 months ago

IshraqAtUCF commented 8 months ago

For the current commit d510848 it is giving me an error while building.

image

Just to reiterate my building process:

I initialized the submodules and directly tried to build without docker.

It completes the cmake but gives error while I try to make.

limbo018 commented 8 months ago

What's your gcc/g++ version?

limbo018 commented 8 months ago

Btw, you can skip OpenTimer's unittest, as it is not used.

IshraqAtUCF commented 8 months ago

It is 11.4

image

Also, how to skip the OpenTimer's unittest?

IshraqAtUCF commented 8 months ago

Is this because of higher version of gcc/g++? @limbo018

enzoleo commented 8 months ago

Take a look at #133 where others also mentioned this issue.