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

Error compiling on Mac

Brian_Allison
Beginner
746 Views

ld: in /opt/intel/fce/10.1.024/lib/libimf.a(libm_reduce_pio2.o), ObjectFileAddressSpace::mappedAddress(0xFFFFFFFFFFFFFFFC) not in any section

I get this error at the end of my compiling, when the compiler is about to create the executable. I am not sure if this is an intel thing or something with my coding. I am using my coding that was created on Linux and trying to compile it on my Mac.

0 Kudos
1 Solution
Kevin_D_Intel
Employee
746 Views

It signals an incompatibility with the 10.1 libraries (specifically libimf.a) and the version of Mac OS X and Xcode (underlying GNU environment) you have installed.

I'm guessing you have Xcode 3.2 w/SnowLeopard (Mac OS X 10.6.x)which require at least the 11.1 update 3 compiler. I recommend you install the latest 11.1 Update 5 (Mac OS: 11.1.084).

You can read the earlier discussion about similar errors (here).

If you require the 10.1 compiler, then please review the Table of compatible compilers/Xcode.

View solution in original post

0 Kudos
1 Reply
Kevin_D_Intel
Employee
747 Views

It signals an incompatibility with the 10.1 libraries (specifically libimf.a) and the version of Mac OS X and Xcode (underlying GNU environment) you have installed.

I'm guessing you have Xcode 3.2 w/SnowLeopard (Mac OS X 10.6.x)which require at least the 11.1 update 3 compiler. I recommend you install the latest 11.1 Update 5 (Mac OS: 11.1.084).

You can read the earlier discussion about similar errors (here).

If you require the 10.1 compiler, then please review the Table of compatible compilers/Xcode.

0 Kudos
Reply