You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
git clone https://github.com/intel/intelRSD.git
cd intelRSD/PSME/third_party
./download.sh
cd ..
mkdir build.release
cd build.release
cmake ..
The text was updated successfully, but these errors were encountered: