Re: [fpc-pascal] Steps to achieve i386-wince

2007-05-17 Thread Felipe Monteiro de Carvalho
If the hardware manufacturer says there is no GNU Binutils available, then ask for generic Binutils. Free Pascal should be able to work correctly with Microsoft Assembler and Microsoft Linker (or whatever is available for your hardware). Possibly by just creating a batch script to build the targe

Re: [fpc-pascal] Steps to achieve i386-wince

2007-05-15 Thread Tomas Hajny
On 15 May 07, at 19:47, Marco van de Voort wrote: > > I definitely need more detailed information. I can find binutils-2.17 but > > there's nothing wince specific about what I found. I suspect FPC 2.1 is > > necessary because it was needed for the arm-wince case however I don't > > understand how

Re: [fpc-pascal] Steps to achieve i386-wince

2007-05-15 Thread Henry Vermaak
On 15/05/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: This is generally a fairly easy process on *nix, and a horrible, hair-pulling one on Windows. (which is why we provide a set that we were lucky to create after sacrificing several chickens to various MinGW gods with some associated Voodo

Re: [fpc-pascal] Steps to achieve i386-wince

2007-05-15 Thread Marco van de Voort
> I definitely need more detailed information. I can find binutils-2.17 but > there's nothing wince specific about what I found. I suspect FPC 2.1 is > necessary because it was needed for the arm-wince case however I don't > understand how to take the source code snapshots available and compile > t

[fpc-pascal] Steps to achieve i386-wince

2007-05-15 Thread J . Randolph Andrews
Dear FPC Folk, I posted the following question as a Lazarus topic: I'd like to make desktop style applications for WinCE using Free Pascal and Lazarus. The target device is a specialized x86 industrial controller running WinCE with 640x480 screen res (not a PDA). When I select WinCE and i386 ta