black-parrot / black-parrot-sim

BSD 3-Clause "New" or "Revised" License
11 stars 7 forks source link

CentOS 7: cmake is not CMake 3 #5

Closed omasanori closed 2 years ago

omasanori commented 2 years ago

Currently, the CMAKE=cmake3 tip is placed at instructions for Ubuntu, but CentOS 7 needs the option too, as the cmake command provided by CentOS 7 is version 2.8.12 and EPEL 7's cmake3 package does not have a cmake alias to the cmake3 command. An update to instructions would help newcomers.

omasanori commented 2 years ago

I found that Surelog assumes cmake is a recent CMake. Using CMake directly instead of $(MAKE) -C $(surelog_dir) would fix the problem.

omasanori commented 2 years ago

Recent BlackParrot detects cmake3 automatically. Closing.