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
linux lib type should be .a or .so! would you mind to provide one for testing in linux environment?
using the latest code and the error log as following
[ 25%] Building C object app/encoder/CMakeFiles/xin26x_test.dir/source/xin_app_enc.c.o
[ 50%] Building C object app/encoder/CMakeFiles/xin26x_test.dir//common/source/xin_config_file.c.o
[ 75%] Building C object app/encoder/CMakeFiles/xin26x_test.dir//common/source/xin_encoder_option.c.o
[100%] Linking C executable xin26x_test /usr/bin/ld: cannot find -lxin26x
collect2: error: ld returned 1 exit status
make[2]: *** [app/encoder/CMakeFiles/xin26x_test.dir/build.make:114: app/encoder/xin26x_test] Error 1
make[1]: *** [CMakeFiles/Makefile2:112: app/encoder/CMakeFiles/xin26x_test.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
The text was updated successfully, but these errors were encountered:
linux lib type should be .a or .so! would you mind to provide one for testing in linux environment?
using the latest code and the error log as following
[ 25%] Building C object app/encoder/CMakeFiles/xin26x_test.dir/source/xin_app_enc.c.o
[ 50%] Building C object app/encoder/CMakeFiles/xin26x_test.dir//common/source/xin_config_file.c.o
[ 75%] Building C object app/encoder/CMakeFiles/xin26x_test.dir//common/source/xin_encoder_option.c.o
[100%] Linking C executable xin26x_test
/usr/bin/ld: cannot find -lxin26x
collect2: error: ld returned 1 exit status
make[2]: *** [app/encoder/CMakeFiles/xin26x_test.dir/build.make:114: app/encoder/xin26x_test] Error 1
make[1]: *** [CMakeFiles/Makefile2:112: app/encoder/CMakeFiles/xin26x_test.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
The text was updated successfully, but these errors were encountered: