From: Konovalov, V. <vko...@sp...> - 2004-02-05 13:59:57
|
^> I tried the following approach to install perl on Win CE .Net 4.2 ^> as per steps given in http://perlce.sourceforge.net . ^> ^> First I configured that compile.bat file. Here I have following queries : - ^> 1.Does INSTALL_ROOT ( refer to compile.bat ) mean the path on the CE device where the perl will be installed ? ^> With that assumption we tried " \windows\perl58 " . good ^> 2. I'm using Microsoft Embedded Visual C++4.0 After installing the Microsoft embedded VC++ in its default path I saw that ^> Microsoft embedded Visual C++ 4.0 is installed in "C:\Windows CE Tools" . ^> Will the WCEROOT path ? I tried "C:\Windows CE Tools" actually I intended to try compilers newer than 3.0 but did not managed this yet. Actually this could be the source of a problem. But in "ideal" case all should work. ^> 3. What will be the path for CEPATH ? ( the document says "path to embedded tools" ; Is it "C:\Windows CE Tools\eVC4\Htmlhelp\emtools" ?) ^> 4. What will be the MACHINE in our case ? ^> I found the following as the closest match. (because in our case it is WinCE 4.2 , X86 CEPC, there was no perfect match in list ) ^> "set ARG-10=MACHINE=wince-x86em-pocket-wce300" I can't clarify this, but did you tried just running existing binaries from "perlce" SF site? Just for probe, (not as the only way of getting binaries of course :) ^> To compile the perl for win CE the I copied the compile.bat file to the folder ^> C:\Program Files\Microsoft eMbedded C++ 4.0\Common\EVC\Bin and typed ^> "compile.bat dist " from the command prompt . ^> After running for some time it gave the following error during running and got aborted. ^> "NMAKE : fatal error U1077: '"C:\Program Files\Microsoft eMbedded C++ 4.0\Common\ ^> EVC\Bin\NMAKE.EXE"' : return code '0x2' ^> Stop. " Please give me full error log, not only last few lines. Also, did you used your "wce.bat". Actually EVC contains some ".bat" files after it is installed. Did you used them? Which one? Actually I probably will be able say more about building your configuration and even could try it if you'll find out which one of those should be used by your configuration... Best regards, Vadim. |