From: Konovalov, V. <vko...@sp...> - 2004-03-01 16:04:48
|
> We downloaded the precompiled binaries for > wince-x86em-pocket-wce300 from PERLCE SF site and tried to > copy perl.dll , perl.exe file from bin subfolder to our > target winCE device . But it has shown some error "cannot > copy perl.dll :error code 59 " . you must start with doing somehow that way for perl.dll to exist on your device, otherwise you will fail. > If we are somewhere going wrong by copying the files from > host to target can you pls tell us what exactly should be the > procedure to deploy the precompiled binaries in target? > Moreover in makefile we saw some cecopy and cemkdir command. cecopy and cemkdir are used to create directory and file copies on WinCE device, those were downloaded from Rainer's site but those are just trivial and could be easily built by anyone. but it is okay to, say, just directly unpack your files using your big PC where you could operate your CompactFlash driver, for example. > Can you pls tell where we can find this executables ? > Any changes you suggest in celib source for rebuilding it for wce420 ? > (We have already specified celib source path in our makefile . ) > > Lastly we have not tried to install any software from Rainer > Keuchel's site. Do you suggest any special software to install ? you can try installing, say, perl-5.6.0 for WinCE from Rainer's site. Just to see how it goes. > Thanking for your support . > > Thanks and Regards, > Anirban Gomes > > On Mon, 01 Mar 2004 Konovalov, Vadim wrote : > >First of all, you've attached file named "Makefile.ce.bak" > which is strange. > > > >Secondly, as long as you use "wince-x86em-pocket-wce300" for your > >configuration, could you please check whether compiled > binaries from SF site > >could be run on your device? If errors, what are they? > > > >But if you must use something like > "wince-x86em-pocket-wce400" then you > >probably must rebuild "celib" as well. > > > >Are you able to run any software from Rainer Keuchel's site > on your device? > > > >I possess only Cassiopeia E125 (MIPS/WCE300) and therefore > can only trust > >compiler and other people in order to check binaries. > > > >Best regards, > >Vadim. > > > > > -----Original Message----- > > > From: Anirban Gomes [mailto:rea...@re...] > > > Sent: Monday, March 01, 2004 12:40 PM > > > To: vko...@sp... > > > Cc: per...@li... > > > Subject: > > > > > > > > > Dear Sir, > > > > > > We are a bunch of engineers trying to build perl on winCE 4.20 . > > > Our target device is an an Intel celeron processor with i830 > > > motherboard. > > > We edited the makefile as per the info given in perlce > > > sourceforge site. > > > We ignored the macro redefinition warnings as of now. > > > The minperl.exe for the host machine was built and then we > > > are facing about 32 linking errors while cross compiling. The > > > detail makefile & error log is also attached below . > > > > > > In the makefile you will see some changes that we made along > > > with a comment #gomes to demarcate our changes. > > > > > > Awaiting your advice. > > > > > > Regards > > > Anirban Gomes > > > > |