kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.03k stars 5.3k forks source link

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

Open cx421774557 opened 1 year ago

cx421774557 commented 1 year ago

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 commented 1 year ago

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.