[fpc-pascal] cross compile for WinCE under Linux
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Thu Jan 18 20:08:37 CET 2007
On 1/18/07, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
> Can I cross compile for WinCE under Linux? Or can this only be done
> from Windows?
There are several problems cross compiling from Linux to Windows CE, namely:
* The binutils utilized are pre-compiled for win32-to-wince. Maybe you
can search the internet for precompiled binutils for linux-to-wince.
If they don´t exist you will need to compile your own binutils.
* You can transfer the application to the PDA using ActiveSync. I
don´t think you can use ActiveSync on Linux (because it´s a .exe
created by microsoft =) )
* Another way to use the cross-compiler it to test the application on
the emulator, but...... microsoft created the emulator =) So it only
runs on Windows.
Basically it´s possible, but it will be a lot of work, and the end
result may not be good.
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list