Open
Description
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?