This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Description
Steps followed
git clone https://github.com/intel/intelRSD.git
cd intelRSD/PSME/third_party
./download.sh
cd ..
mkdir build.release
cd build.release
cmake ..
~/intelRSD/PSME/build.release/opae-1.3.0-2/libfpgaof/src/fabric/fabric_endpoint.cpp: In member function ‘int32_t fpgaof::fabric::FabricEndpoint::fabricRequestHandler(FabricHandle, RequestCapsule&, fpgaof::fabric::DataBuffer)’:
~/intelRSD/PSME/build.release/opae-1.3.0-2/libfpgaof/src/fabric/fabric_endpoint.cpp:899:9: error: this statement may fall through [-Werror=implicit-fallthrough=]
}
^
~/intelRSD/PSME/build.release/opae-1.3.0-2/libfpgaof/src/fabric/fabric_endpoint.cpp:902:5: note: here
case FABRIC_AUTHENTICATE:
^~~~
cc1plus: all warnings being treated as errors
libfpgaof/CMakeFiles/fpgaof.dir/build.make:62: recipe for target 'libfpgaof/CMakeFiles/fpgaof.dir/src/fabric/fabric_endpoint.cpp.o' failed
make[6]: *** [libfpgaof/CMakeFiles/fpgaof.dir/src/fabric/fabric_endpoint.cpp.o] Error 1