- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
While we had no problems with the 2018 and 2016 versions of the intel compilers when we compiled with IPO option, with oneApi 2021 an internal error occurs during the linking step.
": internal error: 010101_3096
icpc: error #10014: problem during multi-file optimization compilation (code 4)
we tried to make the link with icc and xild, the same error occurs.
we use the following flags to compile : -ipo -fno-fat-lto-objects
Do you know this error and ideally a way to remedy it?
icc / icpc version 2021.4.0 20210910
Thanks,
Fred.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting in Intel Communities.
>> Do you know this error and ideally a way to remedy it?
We've tried compiling a sample code on our system and it is working fine with 2021.4.
Please refer to the screenshot attached below.
Please find the source code of our sample attached. Also, please find below the steps to compile the same.
icpc link.cpp -c -std=c++17 -ipo -fno-fat-lto-objects -o link.o
icpc link.o -o IntelBug
Also, can you please provide a sample reproducer (steps if any) or is your reproducer similar to that of ours?
Thanks and Regards,
Ditipriya.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you Ditipriya for your answer.
Unfortunately our code (c++11) is confidential and its volume is too large to share.
Do you have any information about the internal error code (010101_3096) that would allow us to isolate and understand the problem ?
I just tried with the latest version 2021.5.0 present in the 2022 toolkit, the same error came up.
Thanks,
Fred.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Glad to know that your issue is resolved. Thanks for sharing the solution with us. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Thanks and Regards,
Ditipriya.

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