rtkbase icon indicating copy to clipboard operation
rtkbase copied to clipboard

Precompiled str2str doesn't always work

Open Stefal opened this issue 3 years ago • 1 comments

Describe the bug On some SBC, the precompiled str2str/rtkrcv/convbin binaries doesn't work

Software/Hardware (please complete the following information):

  • RTKBase release number 2.4
  • OS: various
  • SBC various but not Raspberry or Orange Pi Zero

See #306 Other report : Orange Pi Zero Plus : str2str: /lib/aarch64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /usr/local/bin/str2str) `

Solutions:

  • Be more strict when detecting platform before copying binaries
  • Find a better cross compilation toolchain.

Stefal avatar Mar 21 '23 15:03 Stefal

Some useful documentations:

  • https://opensource.com/article/20/6/linux-libraries

Stefal avatar Apr 01 '23 09:04 Stefal