Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

010101_4053 internal error when creating an archive using

Private_P_
Beginner
206 Views

I am trying to build a static library from one that is normally build as a DSO wth IPO. I understand that with IPO you simply cannot just run ar and package the object files together but rather you need to link these (much in the same was as GCC with lto needs the wrapper).

The problem that I am seeing is when I create an an xarchive using xiar with "xiar -qipo" with about 50 or so file I get an 010101_4053 internal error.

What does this mean, and how do  I create an archive of a static library that will be compliled with ipo.

 

0 Kudos
0 Replies
Reply