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
If use higher version of protobuf, the otbr-agent will get build error:
armv8a-poky-linux/otbr/1.0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/13.2.0/ld: src/proto/libotbr-proto.a(capabilities.pb.cc.o): undefined reference to symbol '_ZN4absl12lts_2023080212log_internal17MakeCheckOpStringIllEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEET_T0_PKc'
armv8a-poky-linux/otbr/1.0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/13.2.0/ld: armv8a-poky-linux/otbr/1.0/recipe-sysroot/usr/lib64/libabsl_log_internal_check_op.so.2308.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Here submit a PR to fix it: #2130
Since there don't have reviewer assigned to that PR, so submit a bug here.
The text was updated successfully, but these errors were encountered:
If use higher version of protobuf, the otbr-agent will get build error:
armv8a-poky-linux/otbr/1.0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/13.2.0/ld: src/proto/libotbr-proto.a(capabilities.pb.cc.o): undefined reference to symbol '_ZN4absl12lts_2023080212log_internal17MakeCheckOpStringIllEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEET_T0_PKc'
armv8a-poky-linux/otbr/1.0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/13.2.0/ld: armv8a-poky-linux/otbr/1.0/recipe-sysroot/usr/lib64/libabsl_log_internal_check_op.so.2308.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Here submit a PR to fix it: #2130
Since there don't have reviewer assigned to that PR, so submit a bug here.
The text was updated successfully, but these errors were encountered: