Friday 15 March 2013

configuration - How to configure Xcode to compile not supported language, e.g. Fortran? -



configuration - How to configure Xcode to compile not supported language, e.g. Fortran? -

i utilize xcode under mac os x compile , run programme written in language not supported, e.g. fortran. assuming have compiler installed, e.g. gfortran or ifort, steps in xcode project settings create possible compile , run program?

i have created new, empty project since fortran not supported (only c,c++,objective-c , swift selectable in command line tool application). created simple fortran file. guess have add together several things builds tab in project settings create compile , run (it works command line). these steps?

add external build scheme target project. external build scheme targets/projects allow build projects in languages xcode doesn't natively support. external build scheme target/project in other section under os x on left side of assistant. when click next button, you'll asked location of build tool. come in path fortran compiler. when build project, xcode utilize fortran compiler building.

configuration fortran xcode6

No comments:

Post a Comment