Software Archive
Read-only legacy content
17060 Discussions

Composer Update2 compile error

jagoon2
Beginner
755 Views
Composer Update2 failed to compile OpenAL in x64.

How to reproduce:

1. Download OpenAL from svn://connect.creativelabs.com/OpenAL/trunk
2. Open OpenAL-Windows\OpenAL.sln
3. Change to IntelC++, and select Debug x64 setting
4. Build

3>Compiling with Intel C++ Compiler 11.1.066 [Intel 64]... (Intel C++ Environment)
3>Linking... (Intel C++ Environment)
3>Fatal compilation error: Out of memory asking for 2097160.
3>xilink: error #10014: problem during multi-file optimization compilation (code 1)
3>xilink: error #10014: problem during multi-file optimization compilation (code 1)
0 Kudos
3 Replies
JenniferJ
Moderator
755 Views
I'm guessing that /Qipo is used. In such case the memory required is pretty big. how much memory does your system have?

Jennifer
0 Kudos
jagoon2
Beginner
755 Views
I'm guessing that /Qipo is used. In such case the memory required is pretty big. how much memory does your system have?

Jennifer

My environment is: 6GB@Win7 x64(Japanese), 4GB@WinVista x64(Japanese).

I'm not familiar with intel c, I guess /Qipo is "Project setting > General > Project Defaults > Whole Program Optimization." I changed it"Inheit from project setting" to "No," but out of merorystill occurs...

Since it is debug build(/Od), I think link-time code generation is disabled by default.
0 Kudos
jagoon2
Beginner
755 Views

Confirmed fixed in update 4. Thanks.

0 Kudos
Reply