Build Openssl on WinCE 5.0

2011-11-28 Thread Amanda Gabiam
Hello,

I am working on a project consisting in building Openssl for Win CE 5.0
platform.
Openssl version is 1.0.0e and  I am managing to deploy it on an X86 target.
The compatibility library is Dinkumware instead of wcecompat.
The IDE is Visual Studio 8 (2005).

perl Configure VC-CE - done
ms\do_ms - done

I've got the following error


* Begin prompt ***
Building OpenSSL
perl util/copy.pl .\crypto\buildinf.h tmp32_X86\buildinf.h
Copying: ./crypto/buildinf.h to tmp32_X86/buildinf.h
perl util/copy.pl .\crypto\opensslconf.h
inc32\openssl\opensslconf.h

Copying: ./crypto/opensslconf.h to inc32/openssl/opensslconf.h
cl.exe /Fotmp32_X86\cryptlib.obj  -Iinc32 -Itmp32_X86 /MC /O1i /W3
/WX /
GF /Gy /nologo -DUNICODE -D_UNICODE -DOPENSSL_SYSNAME_WINCE
-DWIN32_LEAN_AND_MEA
N -DL_ENDIAN -DDSO_WIN32 -DNO_CHMOD -DOPENSSL_SMALL_FOOTPRINT
-D_WIN32_WCE=420 -
DUNDER_CE=420 -DWCE_PLATFORM_STANDARDSDK_420 -Dx86 -D_X86_ -D_i386_
-Di_386_ -Iv
:\v_os_common\src\core\Dinkumware-STL/include -DOPENSSL_NO_RC5
-DOPENSSL_NO_MD2
-DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNAMIC_ENGINE /Zi
/Fdtmp32_X8
6/lib -c .\crypto\cryptlib.c
Command line warning D4002 : ignoring unknown option '/MC'
cryptlib.c
.\crypto\cryptlib.h(62) : fatal error C1083: Cannot open include file:
'stdlib.h
': No such file or directory
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.

C:\PortageWinCE\DinkumwareTest\openssl-1.0.0e

* End prompt ***
I thought the compiler can't find the location of some headers but I've
checked in the variable include and stdlib.h is located somewhere he may
know.

I've searched on Google and found that someone has already encountered the
same problem.

http://marc.info/?l=openssl-devm=103357102724890w=2

I 've tried 3 stuffs:

1.First run vcvars32.bat before building - fails
2. Run vsvars32.bat then call vcvars32.bat - fails too
3.Run C:\Program Files\Microsoft eMbedded C++
4.0\EVC\wce420\bin\WCEx86.BAT - fails


None of them workde, can you help me solve this, please.

In advance thanks.
Cordially,
Amanda Gabiam


[openssl.org #2076] Patch to build OpenSSL on WinCE 5/6 missing in v1.0.0

2009-10-21 Thread JOSEPH Albert via RT
Hello,

 

Ticket #1790: [Patch] Windows CE 5 and following support, by Maurice
Kalinowski maurice.kalinow...@nokia.com was submitted last year
(http://rt.openssl.org/index.html?q=1790), but is missing in
v1.0.0-beta3 nor can it be found in the released version.

 

I've attempted to re-create the patch on v1.0.0-beta3, but haven't been
successful in producing a clean build.

 

Would someone know where these changes went (or) have a version that
builds under Windows CE 5.0?

 

Regards,

Albert
   


  
Please consider the environmental impact before printing this e-mail.
CANBERRA UK Sustaining our Future Environment

  

  
Head Office
CANBERRA UK Limited
Building 528.10 Unit 1
Harwell Campus
Didcot
Oxfordshire
United Kingdom
0X11 0DF
Tel: +44(0)1235 838300
Fax: +44(0)1235 838363
 
Sellafield Office 
CANBERRA UK Limited
16 Crosslanes Industrial Estate
Seascale
Cumbria
United Kingdom
CA20 1FB
Tel: +44(0)19467 29660
Fax: +44(0)19467 29661
 
Dounreay Office 
CANBERRA UK Limited
Lower Dunbeath House
Forss Business and Technology Park
Forss, By Thurso
Caithness
United Kingdom
KW14 7UZ
Tel : +44(0)1847 808140
Fax: +44(0)1847 808245
 



 
CANBERRA UK Limited Registered Office: BUILDING 528.10, UNIT 1, HARWELL SCIENCE 
 INNOVATION CAMPUS, DIDCOT OX11 0DF.
Registered in England and Wales: Company Number 3640077
VAT Number: GB718002665
 
CONFIDENTIALITY:  This e-mail and any attachments are confidential and may be 
privileged. If you are not a named recipient, please notify the sender 
immediately and do not disclose the contents to another person, use it for any 
purpose or store or copy the information in any medium.








Hello,



Ticket #1790: [Patch] Windows CE 5 and following
support, by Maurice Kalinowski maurice.kalinow...@nokia.com was
submitted last year (http://rt.openssl.org/index.html?q=1790),
but is missing in v1.0.0-beta3 nor can it be found in the released version.



Ive attempted to re-create the patch on v1.0.0-beta3, but havent
been successful in producing a clean build.



Would someone know where these changes went (or) have a version that
builds under Windows CE 5.0?



Regards,

Albert






 


 

Please consider the environmental impactbefore printing this e-mail.


CANBERRA UK "Sustaining our Future Environment"


 




 




Head Office
CANBERRA UK Limited
Building 528.10 Unit 1
Harwell Campus
Didcot
Oxfordshire
United Kingdom
0X11 0DF
Tel: +44(0)1235 838300
Fax: +44(0)1235 838363



Sellafield Office 
CANBERRA UK Limited
16 Crosslanes Industrial Estate
Seascale
Cumbria
United Kingdom
CA20 1FB
Tel: +44(0)19467 29660
Fax: +44(0)19467 29661



Dounreay Office 
CANBERRA UK Limited
Lower Dunbeath House
Forss Business and Technology Park
Forss, By Thurso
Caithness
United Kingdom
KW14 7UZ
Tel : +44(0)1847 808140
Fax: +44(0)1847 808245










CANBERRA UK Limited Registered Office: BUILDING 528.10, UNIT 1, HARWELL SCIENCE  INNOVATION CAMPUS, DIDCOT OX11 0DF.


Registered in England and Wales: Company Number 3640077


VAT Number: GB718002665





CONFIDENTIALITY:This e-mail and any attachments are confidentialand may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.










RE: OpenSSL on WinCE

2002-01-13 Thread Steven Reddie

I haven't done any work on it for a while.  There were a couple of people
going to beta test it for me but they ended up needing x86 emulation and I
didn't have the time to get that going.  So far, I've only got it working on
an iPaq (StrongARM).  If you want to try that out, please contact me
privately.

Regards,

Steven

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Devaraj Das
Sent: Friday, 11 January 2002 7:47 PM
To: [EMAIL PROTECTED]
Subject: OpenSSL on WinCE


Hi folks,
I am new to this group. I have a question regarding the OpenSSL port to
WinCE. I came to know from the mail archive that Steven Reddie was
looking at it. Any more updates on the same?
If the thing is done, can I have one version?
Thanks and regards,
Das.

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



OpenSSL on WinCE

2002-01-11 Thread Devaraj Das

Hi folks,
I am new to this group. I have a question regarding the OpenSSL port to
WinCE. I came to know from the mail archive that Steven Reddie was
looking at it. Any more updates on the same?
If the thing is done, can I have one version?
Thanks and regards,
Das.

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: OpenSSL on WinCE

2002-01-11 Thread Max Campos

I'm almost ready to release static libs for Palmhehe..  (sorry,
there's this growing feud here @ work between Palm and PocketPC).

- Max


On Fri, 11 Jan 2002, Devaraj Das wrote:

 Hi folks,
 I am new to this group. I have a question regarding the OpenSSL port to
 WinCE. I came to know from the mail archive that Steven Reddie was
 looking at it. Any more updates on the same?
 If the thing is done, can I have one version?
 Thanks and regards,
 Das.
 
 __
 OpenSSL Project http://www.openssl.org
 Development Mailing List   [EMAIL PROTECTED]
 Automated List Manager   [EMAIL PROTECTED]
 

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]