The-OpenROAD-Project / RePlAce

RePlAce global placement tool
BSD 3-Clause "New" or "Revised" License
206 stars 75 forks source link

Make: c++14 not supported in some gcc versions. #20

Closed ashwin-hari closed 5 years ago

ashwin-hari commented 5 years ago

Building with GCC 4.8.2 results in the g++ error: unrecognized command line option -std=c++14.

https://github.com/abk-openroad/RePlAce/blob/c77d24f07820ae109c59206a7cb998f8b99f1a94/src/Makefile#L15

For GCC 4.8.2, users may change the flag change to -std=c++1y. Suggestion: may want to specify what versions of GCC are compatible.

mgwoo commented 5 years ago

Solved in commit: https://github.com/abk-openroad/RePlAce/commit/cdc5c5323167918ea838e08d0f7f8efca8b6e132

closed