aslafy-z / xiaomi-1080-360-motor-control

Provides a way controlling MJSXJ02CM camera motor.
12 stars 2 forks source link

release bug #3

Open thewh1teagle opened 4 years ago

thewh1teagle commented 4 years ago

when i running control from telnet i get this error:

export MIJIA_LIB_PATH=/mnt/data/lib

./control

./control: /lib/libc.so.6: version `GLIBC_2.28' not found (required by ./control)

i think you need to compile it staticly

aslafy-z commented 4 years ago

Note to self: Try to compile with musl target: https://users.rust-lang.org/t/static-cross-build-for-arm/9100/2