arm-linux-androideabi-gfortran error when linking: libgfortran.spec : no such file or directory
176 views
Skip to first unread message
Stephen Kirby
unread,
Aug 30, 2018, 2:11:39 PM8/30/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hi,
I have just built a cross-compiled (target: arm-linux-androideabi) gfortran. Now I'm trying to build some netCDF libraries but have hit the glitch mentioned in the subject line when linking with my arm-linux-androideabi-gfortran. I am not seeing a libgfortran.spec file where my newly built arm-linux-androideabi-gfortran was installed. So I copied one I found for the GCC I built earlier over to the arm-linux-androideabi lib/ directory. A quick search online suggests setting "LIBRARY_PATH" to this arm-linux-androideabi lib/ path but it didn't work. Also tried adding this path to "LD_LIBRARY_PATH" but still it is not seeing this (libgfortran.spec) file.