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

ipo: error #11021: OBJREAD Error: Could not create mapping for a library

jcharod
Beginner
1,021 Views

Hi
I am trying to link and external library to may project, this library was created by disabling ipo, when I am building my project using Intel Fortran Compiler 10.1.029 [IA-32] I am getting the next error:

1>ipo: error #11021: OBJREAD Error: Could not create mapping for \\server.com\folder\LIBRARY03PX\library03.lib
1>Link: error error_during_IPO_compilation: problem during multi-file optimization compilation (code 1)
1>Link: error error_during_IPO_compilation: problem during multi-file optimization compilation (code 1)


I am assuming that ipo are disabled on my project's properties to avoid the conflict because I disabled optimizations /Od, the issue is only happening on my computer because other user can build without problem

On my PC I was using version 10.1.014 but it was already updated to version 10.1.029

Does anybody know why I keep getting the error?

Thank you in advance

0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,021 Views

What happens if you reference the library from your local disk?

I'll mention that 10.1 is no longer a supported version.
0 Kudos
Reply