Re: Error while compiling WINCE OS 5.0
- From: Augustin <Augustin@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 10 Oct 2008 01:31:01 -0700
Dear Erwin,
Right now i am compiling an OS design in WINCE 6.0
I got a error: could not find file
jsproxy.dll
H:\osdesign\Adelaide\RelDir\G+F_iMX31_Jupiter_Series_Retail\jsproxy.dll NK SHC
once i went through ce.bib i found the following
; @CESYSGEN IF IE_MODULES_WININET
; Communications components
wininet.dll
H:\osdesign\Adelaide\RelDir\G+F_iMX31_Jupiter_Series_Retail\wininet.dll
NK SHC
jsproxy.dll
H:\osdesign\Adelaide\RelDir\G+F_iMX31_Jupiter_Series_Retail\jsproxy.dll
NK SHC
; @CESYSGEN ENDIF IE_MODULES_WININET
i have changed the jsproxy.dll file location in "ie.bib".
but still it is showing the same error "missing dll"? Now how can i edit a
ce.bib file to locate the dll file location. Or is there any other solution.
please provide your support
Regards,
Augustin.
"Erwin Zwart" <"erwin AT GuruCE DOT COM" wrote:
.
NMD feature pack is an add-on for Windows CE 5.0 which updates the
platform builder catalog, with catalog components. My thought was if
you had installed this NMD pack, you'd probably also need the
(available) service pack for this. But i don't think it is relevant for
your problem.
QFE (Quick fix engineering) are updates for the windows ce operating and
contain updated binaries and sometimes, but not always, updated source
code. For every QFE they include a read me which tells you exaclty what
will change/update when you install the QFE. You don't need to do some
extra steps after installing the QFE's other then performing a "Sysgen"
with the "clean before building" flag.
For installing the QFE there is a very nice tool which install all QFE's
without clicking yourself into RSI:
http://guruce.com/blogpost/downloadqfes
//What to build when:
http://guruce.com/blogpost/whattobuildwhen
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:
Hi Erwin,
Thanks for your reply.
I have gone through the link provided by you. i got the exact same errors.
Any how now i am reinstalling platform builder.
One more doubt,Installing all the QFE will affect the platfrom builder?.
After installing QFEs anything has to be done before we build an OS.
Can you tell me what for this you have mentioned ->Perhaps NMD feature pack
SP?
Once again thanks for your support. I will get back to you once i install PB.
Regards,
Augustin
"Erwin Zwart" <"erwin AT GuruCE DOT COM" wrote:
hmm interesting,
Did you install all QFE's? Perhaps NMD feature pack SP (wild guess).
Are you sure that you don't see any build log file in the public tree (
sorry for nagging on this)? I only saw this behavior on systems where
they did a clean "build and sysgen".
And this post is probably going to make you miserable:
http://groups.google.nl/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/118e45355eabaee2/edf9ad1a2a47122e?hl=nl&lnk=st&q=PacketSendTS#edf9ad1a2a47122e
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:
Hi Erwin,
I have only Enabled Clean before building and i gave SYSGEN to compile the OS.
As you have mentioned i have never used Build and Sysgen. So whats the
problem could be on this system.
Regards,
S.Augustin Baskar.
"Erwin Zwart" <"erwin AT GuruCE DOT COM" wrote:
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.
- Follow-Ups:
- Re: Error while compiling WINCE OS 5.0
- From: Erwin Zwart
- Re: Error while compiling WINCE OS 5.0
- References:
- Error while compiling WINCE OS 5.0
- From: Augustin
- Re: Error while compiling WINCE OS 5.0
- From: Erwin Zwart
- Re: Error while compiling WINCE OS 5.0
- From: Augustin
- Re: Error while compiling WINCE OS 5.0
- From: Erwin Zwart
- Re: Error while compiling WINCE OS 5.0
- From: Augustin
- Re: Error while compiling WINCE OS 5.0
- From: Erwin Zwart
- Error while compiling WINCE OS 5.0
- Prev by Date: Re: TAPI System Types
- Next by Date: Re: Query reg. live camera data from driver to application
- Previous by thread: Re: Error while compiling WINCE OS 5.0
- Next by thread: Re: Error while compiling WINCE OS 5.0
- Index(es):
Relevant Pages
|
Loading