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

xilib: : error #10036: unable to run 'lib'

Anton_D_
Beginner
696 Views

I've tried to build project in VS2013 on Win8.1 machine. Intel compiler installed here:

C:\Program Files (x86)\Intel\System Studio 2015 for Windows.4.027\

I have following related diagnostic output:

1>xilib: : error #10036: unable to run 'lib'
1>xilib: : error spawn_errno_default: spawn('C:\PROGRA~2\Intel\SYSTEM~1.027\bin\ia32\xilink.exe') failed, errno=0
1>  The command exited with code -1. (TaskId:23)

I can easily spawn xilink.exe from the command line using specified path. This issue doesn't exist if I built x64 version of my project.

How can I resolve this issue?

0 Kudos
2 Replies
JenniferJ
Moderator
696 Views

can you build a chelloworld.cpp from command line (build env for IA32 VS2013)?

Jennifer

0 Kudos
Anton_D_
Beginner
696 Views

I successfully built and run helloworld.c using IA32 VS2013 console. Then I decided to build it in a new project in VS which has only this file. I had following diagnostic output:

1>  C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Tracker.exe /a /d "C:\Program Files (x86)\MSBuild\12.0\bin\amd64\FileTracker.dll" /i "c:\Users\anton.dyachenko\documents\visual studio 2013\Projects\ipp_helloworld\ipp_helloworld\Release\ipp_helloworld.tlog" /r "C:\USERS\ANTON.DYACHENKO\DOCUMENTS\VISUAL STUDIO 2013\PROJECTS\IPP_HELLOWORLD\IPP_HELLOWORLD\RELEASE\IPP_HELLOWORLD.OBJ|C:\USERS\ANTON.DYACHENKO\DOCUMENTS\VISUAL STUDIO 2013\PROJECTS\IPP_HELLOWORLD\IPP_HELLOWORLD\RELEASE\STDAFX.OBJ" /b MSBuildConsole_CancelEventcc8eb8f2360a4f97a1114ab0e63dc81f  /c "C:\Program Files (x86)\Intel\System Studio 2015 for Windows.4.027\bin\ia32\xilink.exe"  /OUT:"c:\users\anton.dyachenko\documents\visual studio 2013\Projects\ipp_helloworld\Release\ipp_helloworld.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /manifest:embed /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\users\anton.dyachenko\documents\visual studio 2013\Projects\ipp_helloworld\Release\ipp_helloworld.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"c:\users\anton.dyachenko\documents\visual studio 2013\Projects\ipp_helloworld\Release\ipp_helloworld.lib" /MACHINE:X86 /SAFESEH Release\ipp_helloworld.obj
1>  Release\stdafx.obj (TaskId:29)
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\Win32\PlatformToolsets\Intel C++ Compiler 15.0 [Intel(R) System Studio]\Toolset.targets(1034,5): error MSB6006: "xilink.exe" exited with code -1073741701.
1>Done executing task "XILINK" -- FAILED. (TaskId:29)

 

Full diagnostic output in attached file output.txt

 

0 Kudos
Reply