Intermodalics / ros_android

Cross compilation scripts for building ROS nodes using the Android NDK.
9 stars 5 forks source link

no Fortran compiler to build lapack #118

Open gongyue666 opened 5 years ago

gongyue666 commented 5 years ago

hi, nowadays I want to move my slam pkg to ros-android which depends liblapack. But lapack depends on Fortran compiler. I used both the script build_library_with_toolchain.sh and build_library_with_cmake.sh and failed with something about Fortran.how can I slove this problem, anyone have idea?

gongyue666 commented 5 years ago

I try to cross-compile clapack, but still failed for some strange errors, eg, can not find some system libs.