Raspberry pi build error #1016
-
building on raspberry pi produces an error when it gets to Open SSL output of make below cmake .. -DBUILD_GSTREAMER_PLUGIN=ON You are in 'detached HEAD' state. You can look around, make experimental If you want to create a new branch to retain commits you create, you may git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at e2e09d9fba Prepare for 1.1.1g release *** OpenSSL has been successfully configured *** *** If you encounter a problem while building, please open an *** *** perl configdata.pm --dump *** *** (If you are new to OpenSSL, you might want to consult the *** [ 66%] Performing build step for 'project_libopenssl' -- Configuring incomplete, errors occurred! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hmm. This is necessarily not due to KVS, but it looks like you need to set the appropriate platform while running openssl. You can do that by running cmake with the option |
Beta Was this translation helpful? Give feedback.
-
I encountered the same issue and I was able to resolve it by using the openssl version installed on the raspberry pi. You can modify the CMakeLists.txt using this: https://github.com/dave-malone/aws-kvs-webrtc-demo-for-raspberry-pi/blob/6d39a62aa29ed55e7cbee2b7ad58410f8ecdf764/build-kvs-webrtc.sh#L17-L20 |
Beta Was this translation helpful? Give feedback.
I encountered the same issue and I was able to resolve it by using the openssl version installed on the raspberry pi.
You can modify the CMakeLists.txt using this: https://github.com/dave-malone/aws-kvs-webrtc-demo-for-raspberry-pi/blob/6d39a62aa29ed55e7cbee2b7ad58410f8ecdf764/build-kvs-webrtc.sh#L17-L20