Re: Error while compiling WINCE OS 5.0

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

It sounds to me that you did a "build and sysgen" with the "Clean before building" enable flag, is that correct?

If thats the case, then you can reinstall platform builder, and then the first thing you should do is remove that option from the build menu.

http://www.guruce.com/blogpost/whattobuildwhen

btw: you probably have more success with this question in the platform builder newsgroup (microsoft.public.windowsce.platbuilder).

Good luck,

Erwin Zwart,
Check out my blog: http://GuruCE.com/blog

GuruCE
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.

Augustin schreef:
I am getting a error : SYSGEN0000: error(s) in sysgen phase

I went through build.log file and i found the following errors:

C:\WINCE500\Pbworkspaces\Adelaide_298_pbworkspace\WINCE500\Adelaide_298_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\quartz.exp wmt_httpstrm.lib(httpstrm.obj) : error LNK2019: unresolved external symbol "protected: long __cdecl CMediaStreamBase::PacketSendTS(unsigned char *,unsigned long *,unsigned long *)" (?PacketSendTS@CMediaStreamBase@@IAAJPAEPAK1@Z) referenced in function "public: virtual long __cdecl CHttpStream::GetNextPktTS(unsigned long *)" (?GetNextPktTS@CHttpStream@@UAAJPAK@Z)
wmt_httpstrm.lib(httpstrm.obj) : error LNK2019: unresolved external symbol "public: long __cdecl CMediaStreamBuffer::SetDuration(unsigned long)" (?SetDuration@CMediaStreamBuffer@@QAAJK@Z) referenced in function "private: long __cdecl CHttpStream::ProcessReceivedDatagram(class CMediaStreamBuffer *)" (?ProcessReceivedDatagram@CHttpStream@@AAAJPAVCMediaStreamBuffer@@@Z)
C:\WINCE500\Pbworkspaces\Adelaide_298_pbworkspace\WINCE500\Adelaide_298_ARMV4I\cesysgen\oak\target\ARMV4I\retail\quartz.dll : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'C:\WINCE500\sdk\bin\i386\nmake.exe' : return code '0x2'
Stop.


How to solve this error, it is happening in the sysgen phase for directx compilation.
.



Relevant Pages

  • Re: win CE 6.0 build error - R3 with latest QFE(upto Aug 2009)
    ... Did you install QFEs after installing R3? ... As far as I know no QFEs were released since the release of R3. ... gwes_lib.lib: error LNK2001: unresolved external symbol ... : fatal error LNK1120: 18 unresolved externals ...
    (microsoft.public.windowsce.platbuilder)
  • how to resolve "error lnk 2001"
    ... I met this problem in executing a c++ project in visual studio. ... icarus_leastsquares.obj: error LNK2001: unresolved external symbol _dgels_ ... writeFidoFile(char *,int,int,unsigned char *)" ... Debug/reconstruction.exe: fatal error LNK1120: 21 unresolved externals ...
    (comp.lang.cpp)
  • linkage errors in release build with VS2005
    ... I am having linkage errors in my release build as ff: ... Class3.obj: error LNK2019: unresolved external symbol ... If I use the CRT Debug Dll in my "C++ code generation" setting, the errors go away - - also this is not pratical - i.e. will lead to run time crashes, since I cannot mix Debug dll and release dlls are memory is allocated differently between the two. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: RtlMoveMemory not being found to link in
    ... DFAXT.obj: error LNK2001: unresolved external symbol ... Debug/BOAEF.dll: fatal error LNK1120: 1 unresolved externals ... This tells me that it is not seeing the definition of RtlCopyMemory from the module, so it is treating it as a Fortran routine with implicit interface. ... I'm writing this from home where I don't have CVF installed, but if I try compiling your source with Intel Visual Fortran, I get errors about the mismatch of the first two arguments to RtlCopyMemory. ...
    (comp.lang.fortran)
  • Re: NetApiBufferFree and DsGetDcNameW missing when build Kerberos.dll
    ... After installed the "Roll-up QEF to 2007", the Kerberos.dll was not created from sysgen. ... So I checked the build.log found the "kerberos.dll" link error LNK1120: 2 unresolved externals. ... Microsoft Incremental Linker Version 7.10.4017 ... kerberos.lib: error LNK2019: unresolved external symbol ...
    (microsoft.public.windowsce.platbuilder)