Open cx421774557 opened 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.
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?