Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

fatal link error when using 7.0.2 update 2

shyaki
Beginner
362 Views
I was trying to build umc_h264_dec_con with the 7.0.2 update2included in XE_2011.2.154and got the following error message in VS2005:

1>------ Build started: Project: umc_h264_dec_con, Configuration: debug Win32 ------

1>Linking...

1>ippcore_l.lib(intel_f2int.obj) : fatal error LNK1103: debugging information corrupt; recompile module

1>Build log was saved at "file://e:\\RXie_Lib\\Intel-related\\w_ipp-samples_p_7.0.2.048\\ipp-samples\\audio-video-codecs\\_bin\\Win32\\debug\\umc_h264_dec_con\\BuildLog.htm"

1>umc_h264_dec_con - 1 error(s), 0 warning(s)

What could be wrong here ? thanks.

0 Kudos
3 Replies
Naveen_G_Intel
Employee
362 Views
Hi,
Please attach build.log file...

Thanks,
Naveen Gv
0 Kudos
shyaki
Beginner
362 Views
This problem happens only in vs2005 with the debug build, not with the release build. I do not have problem with linking to the IPP libs in vs2010 either with the debug build or with the release build. It looks to me this is a compatability issue.

Here is the build log:


Build Log Build started: Project: umc_h264_dec_con, Configuration: debug|Win32

Command Lines Creating temporary file "e:\RXie_Lib\Intel-related\w_ipp-samples_p_7.0.2.048\ipp-samples\audio-video-codecs\_bin\Win32\debug\umc_h264_dec_con\RSP00001F23127572.rsp" with contents

[

/Od /I "include" /I "C:\Program Files\Intel\ComposerXE-2011\ipp\include" /I "..\..\core\umc\include" /I "..\..\core\vm\include" /I "..\..\core\vm_plus\include" /I "..\..\codec\common\include" /I "..\BaseClasses" /I "..\..\codec\color_space_converter\include" /I "..\..\codec\h264_spl\include" /I "..\..\io\media_buffers\include" /I "..\..\io\umc_io\include" /I "..\..\codec\h264_dec\include" /I "..\..\codec\mpeg2_spl\include" /D "_IPP_SEQUENTIAL_STATIC" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHa /RTC1 /MDd /Fo"..\..\_bin\Win32\debug\umc_h264_dec_con\" /Fd"..\..\_bin\Win32\debug\umc_h264_dec_con\vc80.pdb" /W4 /c /Zi /TP /FC ".\src\main.cpp"

]

Creating command line "cl.exe @"e:\RXie_Lib\Intel-related\w_ipp-samples_p_7.0.2.048\ipp-samples\audio-video-codecs\_bin\Win32\debug\umc_h264_dec_con\RSP00001F23127572.rsp" /nologo /errorReport:prompt"

Creating temporary file "e:\RXie_Lib\Intel-related\w_ipp-samples_p_7.0.2.048\ipp-samples\audio-video-codecs\_bin\Win32\debug\umc_h264_dec_con\RSP00002023127572.rsp" with contents

[

/OUT:"..\..\_bin\Win32\debug\umc_h264_dec_con.exe" /LIBPATH:"C:\Program Files\Intel\ComposerXE-2011\ipp\lib\ia32" /MANIFEST:NO /DEBUG /PDB:"e:\RXie_Lib\Intel-related\w_ipp-samples_p_7.0.2.048\ipp-samples\audio-video-codecs\_bin\Win32\debug\umc_h264_dec_con.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 winmm.lib pdh.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\..\_bin\win32\debug\color_space_converter\color_space_converter.lib" "..\..\_bin\win32\debug\umc\umc.lib" "..\..\_bin\win32\debug\vm_plus\vm_plus.lib" "..\..\_bin\win32\debug\vm\vm.lib" "..\..\_bin\win32\debug\h264_dec\h264_dec.lib" "..\..\_bin\win32\debug\h264_spl\h264_spl.lib" "..\..\_bin\win32\debug\umc_io\umc_io.lib"

"..\..\_bin\win32\debug\umc_h264_dec_con\main.obj"

]

Creating command line "link.exe @"e:\RXie_Lib\Intel-related\w_ipp-samples_p_7.0.2.048\ipp-samples\audio-video-codecs\_bin\Win32\debug\umc_h264_dec_con\RSP00002023127572.rsp" /NOLOGO /ERRORREPORT:PROMPT"

Output Window Compiling...

main.cpp

Linking...

ippcore_l.lib(intel_f2int.obj) : fatal error LNK1103: debugging information corrupt; recompile module

Results Build log was saved at "file://e:\RXie_Lib\Intel-related\w_ipp-samples_p_7.0.2.048\ipp-samples\audio-video-codecs\_bin\Win32\debug\umc_h264_dec_con\BuildLog.htm"

umc_h264_dec_con - 1 error(s), 0 warning(s)

0 Kudos
shyaki
Beginner
362 Views
0 Kudos
Reply