'Cross compiling lapack and blas for arm using gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu
I am cross compiling armadillo by following Cross-Compiling Armadillo Linear Algebra Library I am using : gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu to cross compile. I get following error when I execute make blaslib
Error : as: unrecognized option '-EL'
As per my understanding build is triggering gcc x86 'as' and not arm 'as'. How to fix this error?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
