Has anyone successfully added gfortran to a Codesourcery lite for ARM build? If not how do you properly work around this with f2c to compile fortran code with codesourcery?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The CodeSourcery tools come with a file that shows the commands used to build them. It's not exactly a build script -- you can really only use it for reference -- but you should be able to rebuild the compiler with Fortran support if you try hard enough. Obviously, CodeSourcery won't have tested Fortran much, so if it is broken somehow, you're on your own. If you're targeting ARMv7-A, you might find the Linaro compilers more effective: http://releases.linaro.org/12.02/components/toolchain/binaries/ Linaro also have specific Android tools, of course. |
|||||||
|