Just as the title says, I'm trying to use this library on the raspberry pi 3, but I'm running into an error.
~/google-cloud-cpp $ cmake --build cmake-out -- -j $(nproc)
[ 1%] Built target ssl-project c-project-build-*.log
[ 16%] Built target abseil-cpp-project
[ 16%] Built target nlohmann-json-project
[ 24%] Built target crc32c-project
[ 41%] Built target re2-project
[ 41%] Built target zlib-project
[ 49%] Built target c-ares-project
[ 57%] Built target benchmark-project
[ 74%] Built target curl-project
[ 74%] Built target googletest-project
[ 82%] Built target protobuf-project
[ 83%] Performing build step for 'grpc-project'
CMake Error at /home/pi/google-cloud-cpp/cmake-out/external/grpc/src/grpc-project-stamp/grpc-project-build-.cmake:49 (mes
sage):
Command failed: 2 sage):
'/usr/bin/cmake' '--build' '/home/pi/google-cloud-cpp/cmake-out/external/grpc/src/grpc-project-build' '--' '-j' '4'
See also
/home/pi/google-cloud-cpp/cmake-out/external/grpc/src/grpc-project-stamp/grpc-project-build-*.log
make[2]: *** [CMakeFiles/grpc-project.dir/build.make:117: external/grpc/src/grpc-project-stamp/grpc-project-build] Error
1 1
make[1]: *** [CMakeFiles/Makefile2:240: CMakeFiles/grpc-project.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
Can this library be used for raspberry pi 3?
Just as the title says, I'm trying to use this library on the raspberry pi 3, but I'm running into an error.
Can this library be used for raspberry pi 3?