Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSME build failure #1356

Closed
gbhure opened this issue Oct 25, 2019 · 1 comment
Closed

PSME build failure #1356

gbhure opened this issue Oct 25, 2019 · 1 comment

Comments

@gbhure
Copy link

gbhure commented Oct 25, 2019

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
@tswhison
Copy link
Contributor

Closing - seems to be a duplicate of intel/intelRSD#111. Please follow up with the RSD project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants