Hello,
I have followed the build instructions in order to compile aditof_sdk on raspberrypi3 platform but compilation fails :
output compilation attached below:
can you help me ?
pi@raspberrypi:/home/Sebastien_Menet/protobuf/build_3_9_0 $ sudo make -j4
[ 15%] Built target libprotobuf-lite
[ 56%] Built target libprotobuf
[ 98%] Built target libprotoc
[ 99%] Linking CXX executable protoc
/usr/bin/ld: libprotobuf.a(arena.cc.o): in function `google::protobuf::internal::ArenaImpl::Init()':
arena.cc:(.text+0x44): undefined reference to `__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/protoc.dir/build.make:98: protoc-3.9.0.0] Error 1
make[1]: *** [CMakeFiles/Makefile2:180: CMakeFiles/protoc.dir/all] Error 2
make: *** [Makefile:128: all] Error 2