I'm working on some related fixes so I'll take a look at this.  To clarify,
are you talking about x86 or x86em (x86 emulation)?  If it's not emulation,
are you using WCEx86.BAT to setup the build environment, and setting
PLATFORM=Pocket PC 2002 before executing this batch file?

Regards,

Steven

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Atul Prakash
Sent: Sunday, 1 December 2002 3:40 PM
To: [EMAIL PROTECTED]
Subject: OpenSSL 0.9.7-beta4: Windows CE/Pocket PC 2002/x86 compilation
problem


Hi, I am trying to compile OpenSSL0.9.7-beta4 for Windows CE, x86
environment, for pocket pc 2002 SDK, but ran into a problem during the
link phase. I am hoping someone can help.

First, the VC-CE.pl required a change because it appears that the
compilation flags must be -Dx86 and -D_X86_ (note the different case in
'x86'). So just using -D$(TARGETCPU) and -D_$(TARGETCPU) did not work
for Pocket PC 2002 SDK.

After a fix for the above, all the obj files were created successfully.
However, I could not generate md2test.exe or other executables. Static
libraries did get created. The error from nmake was the following:

Building OpenSSL
        link /nologo /subsystem:windowsce,3.00 /machine:x86 /opt:ref
/out:out32_x86\md2test.exe @tempfile
LINK : fatal error LNK1104: cannot open file "OLDNAMES.lib"
NMAKE : fatal error U1077: 'link' : return code '0x450'
Stop.


The temporary file contained the following names:

        tmp32_x86\md2test.obj out32_x86\ssleay32.lib
out32_x86\libeay32.lib          winsock.lib
D:\users\aprakash\documents\software\wcecompat/lib/wcecompatex.lib

I compiled wcecomptex.lib using the Windows CE environment -- same as
for this compilation.

I do not see a OLDNAMES.lib in my installation of Pocket PC 2002 SDK.
Any suggestions on how to get around the problem? Thanks.


-- Atul Prakash


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to