-
Notifications
You must be signed in to change notification settings - Fork 137
C compilers
Pavel I. Kryukov edited this page Oct 13, 2018
·
6 revisions
MIPT-MIPS uses C++17 features, so you have to use one of these compilers or their newer versions:
- GCC 7
- Clang 5.0
- Apple LLVM 7.3.0
- MS Visual Studio 2017 (also requires Boost 1.66 and CMake 3.10.2 are required)
Usually people use GCC and Ubuntu/Debian, and there is an instruction how to update GCC to GCC 7.
If you want to build with specific version of compiler, run use following syntax to call CMake:
CC=clang-5.0 CXX=clang++-5.0 cmake /path/to/mipt/mips/simulator/CMakeLists.txtMIPT-V / MIPT-MIPS — Cycle-accurate pre-silicon simulation.