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

Kaldi cross-compiled to AARCH64 without the problems of the gfortran toolchain #4863

Open
cx421774557 opened this issue Jul 31, 2023 · 1 comment
Labels

Comments

@cx421774557
Copy link

Hello, I'm using aarch64's cross-compile toolchain (no gfortran tool) to compile kaldi,. Due to the use of the OpenBLAS library, which has .f files, gfortran is required, resulting in compilation failure.

I referred to the compilation method of android, and the compilation was successful, but there were a total of 105 test programs, of which 90 tests passed, and the other 15 test programs had 7 tests failed and 8 crashed. After tracking, these issues all point to the https://github.com/simonlynen/android_libs.git in the replaced library.

How do I deal with this situation?

@danpovey
Copy link
Contributor

Can you be more precise about the error messages, e.g. paste them?
If you can find the PR in which the cross-compilation to aarch64 was last touched and tag it or put the discussion there, it may increase the chance of bringing in the right people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants