I want to build f2c library for ARMv6, ARMv7 and i386 architectures.
I found this link ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/devel/libf2c/README.html, but when I used ARM libraries, Xcode generates a warning that:
"ignoring file /Projects/Demo/FortranDemo/libf2c.a, file was built for archive which is not the architecture being linked (armv6)"and same for armv7.
Can anybody help me in this?