Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

"no launchable executable present at path"

Burke_H_
Beginner
654 Views

Attempting to test building a simple project consisting of a short fortran program using the XCode interface. Following the steps in the documentation, I get to a successful build. Actions menu does not list a "run... " option for the created target or executable. Attempting to execute using the "Build and Go" option generates an error: "no launchable executable present at path".

What's wrong?

I'm running IFort version 10.1.015, XCode 3.0, on an Intel Mac with OS 10.5.5


0 Kudos
2 Replies
Kevin_D_Intel
Employee
654 Views

The issue may be caused by an inappropriate Architectures setting that includes ppc (PowerPC).

Try following the instructions in the earlier post located here to remove ppc and use either i386 or x86_64

0 Kudos
Burke_H_
Beginner
654 Views

The issue may be caused by an inappropriate Architectures setting that includes ppc (PowerPC).

Try following the instructions in the earlier post located here to remove ppc and use either i386 or x86_64

Thanks, that seemed to solve the problem.

0 Kudos
Reply