0

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 I see

Error : as: unrecognized option '-EL'

As per my understanding build is triggering gcc x86 'as' and not arm 'as'. How to fix this error?

0 Answers0