Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Compilation Instructions

Mykhailo Dalchenko edited this page Apr 24, 2018 · 2 revisions

Compilation Instructions

Make sure you enable devtoolset-6 via:

scl enable devtoolset-6 $SHELL

And then make sure the GEM computing environment is setup.  To compile xhal RPC modules execute:

make rpc

To compile CTP7 RPC libraries first compile $BUILD_HOME/ctp7_modules then execute:

make clean -f Makefile_ctp7 && make -f Makefile_ctp7
Clone this wiki locally