Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Problem with Xcode 5.0.1 and XE Composer SP1

Claude_Perron
Beginner
503 Views

I just purchased Composer XE 2013 SP1 (C,C++ and Fortran) update 1  after mooving to OS X Maverick and Xcode 5.0.1.

It seems to have installed properly i.e. files are at the right location i.e. /opt/intel/... , the command line works, but it seems Xcode 5.0 does not "see" the compiler.  Whenever I build and try to execute I get the : SBTarget invalid.  I tried to re-install the compiler , without success.

Anyone could help?

0 Kudos
3 Replies
Ron_Green
Moderator
503 Views

It sounds like you need to set up the Build Rule 'Default Fortran rule'. 

First, follow steps 1, 2, and 3 here http://software.intel.com/en-us/node/463118 to create a project and add a simple Fortran file.  Don't proceed to the build step as we know this won't work just yet.  Next, set up the Default Fortran Rule:

  1. Select the target you want to change and click Build Rules.

  2. From the Xcode menus, select menu 'Editor' -> menu item 'Add Build Rule'.

  3. Under "Process" selector, change 'Source files with names matching' to 'Fortran source files'.

  4. Under "Using" selector, change "Customer Script" to Intel® Fortran Compiler XE 14.0.

  5. Select the target to be built under Targets.

  6. Now you should be able to build.

0 Kudos
Robert_K_
Beginner
502 Views

Have previous Intel FORTRAN license (2013). Using trial version for 4 days. Trying to build in Xcode -- to see if it works, and how it works. FLEXlm license error. I will assume it doesn't work. On to PGI and ABSOFT to find out if their compilers work with Xcode 5. 

0 Kudos
Steven_L_Intel1
Employee
503 Views

License error has nothing to do with Xcode. Our current compiler does work with Xcode 5. If you need help with licensing, please ask in our licensing forum.

0 Kudos
Reply