Hi Bogdan, I'm awaiting for your response. Please try to recreate the same and share the inputs. Regards, Heera
Hi Bogdan, I think there are no issues or dependencies in the external blas library which im trying to link with. The below simple example provides me the same result as i see while cross compiling with external library. I downloaded netlib's blas and built libblas.a using native gcc make. Similarly, built libcblas.a using gcc make and linked it with libblas.a .Further i built libitpp_static.a using "cmake .. -DITPP_SHARED_LIB=off -DBLA_STATIC=on -DBLAS_LIBRARIES=<xxx>/CBLAS/lib/libcblas.a" make...
Hi Bogdan, i will try to recompile the blas library which im trying to link with for the arm and test it again to check there are no dependencies in the library. Meanwhile when i run cmake, im getting some library(cheev_) not found error, once the BLAS API detected . Is this gives any clue? -- A library with BLAS API found. -- A library with BLAS API found. -- Looking for cheev_ -- Looking for cheev_ - not found Regards, Heera
Hi Bogdan, Thank you for your response. I already verified that the CMake is referring the specified static libraries correctly and i don't have any other shared libraries to link. Regards, Heera
BLAS and LAPACK libraries not detected by the CMake