- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page