Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run in linux still failed #12

Open
mj1028 opened this issue Jul 6, 2022 · 3 comments
Open

run in linux still failed #12

mj1028 opened this issue Jul 6, 2022 · 3 comments

Comments

@mj1028
Copy link

mj1028 commented Jul 6, 2022

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

@pigpeppa
Copy link
Owner

pigpeppa commented Jul 6, 2022

linux version is currently not available.

@KonstantinDjairo
Copy link

KonstantinDjairo commented Jul 22, 2024

linux version is currently not available.

do you plan to port it?

plus, it's just a linkage error, might be easily solved by changing some lines at the cmake file

@pigpeppa
Copy link
Owner

linux version is currently not available.

do you plan to port it?

plus, it's just a linkage error, might be easily solved by changing some lines at the cmake file

yes. I know it. linux version is available, but currently i do not release it. Probably it will be released soon.

@pigpeppa pigpeppa reopened this Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@pigpeppa @KonstantinDjairo @mj1028 and others